Hi,
I have a problem with my new RB951. I can’t make connections to the Internals Servers. I have setup the, I think, right NAT commands but to no avail.
Also, if possible, I would like to know how to access the router from Wan(1 or 2) via Winbox and How to setup Load Balancing and Fail over.
Setup is as follows:
Ether1: Wan 1, Fixed IP.
Ether5: Wan2, Dynamic IP, Cablemodem.
Bridge in Ether2-4.
Here is The setup of the router:
may/01/2016 01:11:38 by RouterOS 6.32.2
software id = JSCE-2CF3
/interface bridge
add admin-mac=4C:5E:0C:CC:FE:B5 auto-mac=no name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] name=Wan1
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=
ether4-slave-local
set [ find default-name=ether5 ] name=Wan2
ap-bridge ssid=InternalWiFi wireless-protocol=802.11
/ip neighbor discovery
set Wan1 discover=no
wpa-pre-shared-key=andrea22 wpa2-pre-shared-key=andrea22
/ip pool
add name=dhcp ranges=10.0.0.99-10.0.0.199
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local name=default
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=10.0.0.2/16 comment=“default configuration” interface=
ether2-master-local network=10.0.0.0
add address=190.2.x.x/29 interface=Wan1 network=190.2.x.x-1
/ip dhcp-client
add comment=“default configuration” dhcp-options=hostname,clientid interface=
Wan1
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=Wan2
/ip dhcp-server network
add address=10.0.0.0/16 comment=“default configuration” dns-server=
10.0.0.5,8.8.8.8 domain=OwnDomain.local gateway=10.0.0.2 netmask=16
wins-server=10.0.0.5
/ip dns
set allow-remote-requests=yes servers=200.69.193.1,200.69.193.11
/ip dns static
add address=10.0.0.2 name=router
/ip firewall filter
add chain=input comment=“default configuration” protocol=icmp
add chain=input comment=“default configuration” connection-state=
established,related
add action=drop chain=input comment=“default configuration” in-interface=
Wan1
add action=fasttrack-connection chain=forward comment=“default configuration”
connection-state=established,related
add chain=forward comment=“default configuration” connection-state=
established,related
add action=drop chain=forward comment=“default configuration” connection-state=
invalid
add action=drop chain=forward comment=“default configuration”
connection-nat-state=!dstnat connection-state=new in-interface=Wan1
/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration”
out-interface=Wan1
add action=masquerade chain=srcnat out-interface=Wan2
add action=dst-nat chain=dstnat comment=RDP dst-port=3389 in-interface=
Wan1 protocol=tcp to-addresses=10.0.0.66 to-ports=3389
add action=dst-nat chain=dstnat dst-port=3390 in-interface=Wan1
protocol=tcp to-addresses=10.0.0.230 to-ports=3390
add action=dst-nat chain=dstnat dst-port=3391 in-interface=Wan1
protocol=tcp to-addresses=10.0.0.89 to-ports=3391
add action=dst-nat chain=dstnat comment=FSI dst-port=3050 in-interface=
Wan1 protocol=tcp to-addresses=10.0.0.5 to-ports=3050
add action=dst-nat chain=dstnat comment=FTP dst-port=14147 in-interface=
Wan1 protocol=tcp to-addresses=10.0.0.5 to-ports=14147
add action=dst-nat chain=dstnat dst-port=21 in-interface=Wan1 protocol=
tcp to-addresses=10.0.0.5 to-ports=21
add action=dst-nat chain=dstnat dst-port=9000-9999 in-interface=Wan1
protocol=tcp to-addresses=10.0.0.5 to-ports=9000-9999
add action=dst-nat chain=dstnat comment=“VOIP (SIP)” dst-port=5060
in-interface=Wan1 protocol=tcp to-addresses=10.0.0.3 to-ports=5060
/ip route
add distance=1 gateway=190.2.x.x+1
/system clock
set time-zone-name=America/Argentina/Buenos_Aires
/system leds
set 5 interface=wlan1
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=Wan2
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=Wan2
add interface=wlan1
add interface=bridge-local
If you can help me, I will really appreciate it!.
Rafael