Quantcast
Channel: Ru.Board
Viewing all articles
Browse latest Browse all 893233

MikroTik RouterOS (часть 4) (3962) /

$
0
0
alexnov66:
Monsterik1
при вашей настройке и физическом отключении кабеля от провайдера произойдёт переключение, но при пропадании только интернета переключения не будет.
попробуйте сделать так, с дополнительно правилом в netwatch

Код:
/ip route
add dst-address=8.8.8.8 gateway=10.10.10.254 distance=1 scope=10 target-scope=10
add dst-address=8.8.4.4 gateway=10.10.20.254 distance=1 scope=10 target-scope=10
add dst-address=0.0.0.0/0 comment="to_wan1" gateway=8.8.8.8 distance=1 scope=30 target-scope=10
add dst-address=0.0.0.0/0 comment="to_wan2" gateway=8.8.4.4 distance=2 scope=30 target-scope=10

/tool netwatch
add down-script="/ip route set [find comment=\"to_wan1\"] disabled=yes\r\
\n/ip route set [find comment=\"to_wan2\"] disabled=no" host=8.8.8.8 \
up-script="/ip route set [find comment=\"to_wan1\"] disabled=no\r\
\n/ip route set [find comment=\"to_wan2\"] disabled=yes"


дополнительно в фаер можно добавить правила дропа и поднять их на самый верх
что бы к dns первого не ломилось через второго и наоборот

Код:

/ip firewall filter
add action=drop chain=output dst-address=8.8.4.4 out-interface=ether6
add action=drop chain=output dst-address=8.8.8.8 out-interface=ether7


интерфейс ether6 и шлюз первого 10.10.10.254
интерфейс ether7 и шлюз второго 10.10.20.254

Viewing all articles
Browse latest Browse all 893233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>