79. How to Setup Mikrotik Router as Failover on two Connections



Backup Config:

# aug/13/2016 04:45:34 by RouterOS 6.36
# software id = HWST-40J4
#
/interface bridge
add name=bridge-LAN
/interface ethernet
set [ find default-name=ether1 ] name=ether1-ISP1
set [ find default-name=ether2 ] name=ether2-ISP2
set [ find default-name=ether3 ] name=ether3-LAN
set [ find default-name=ether4 ] name=ether4-LAN
set [ find default-name=ether5 ] name=ether5-LAN
/interface bridge port
add bridge=bridge-LAN interface=ether3-LAN
add bridge=bridge-LAN interface=ether4-LAN
add bridge=bridge-LAN interface=ether5-LAN
add bridge=bridge-LAN interface=wlan1
/ip address
add address=103.28.0.14/30 interface=ether1-ISP1 network=103.28.0.12
add address=103.28.1.254/30 interface=ether2-ISP2 network=103.28.1.252
add address=192.168.1.1/24 interface=bridge-LAN network=192.168.1.0
/ip dns
set servers=103.28.3.187,8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat log-prefix=""
/ip route
add distance=1 gateway=103.28.0.13
add distance=10 gateway=103.28.1.253
/system routerboard settings
set cpu-frequency=360MHz




You can contact me: plus.google.com/+PhallaCCMT; youtube.com/phallaccmt; facebook.com/Phalla.CCMT; twitter.com/PhallaCCMT and Phalla.CCMT@gmail.com
Previous
Next Post »

1 comments:

Write comments