Community discussions

MikroTik App
 
olidata
just joined
Topic Author
Posts: 1
Joined: Fri Jul 06, 2018 5:22 pm

Routing Translate to RTOS7

Fri Dec 17, 2021 11:25 pm

Hi!
I use this example config in my routers. How i translate to new RTOS7?
/ip firewall mangle
add action=mark-routing chain=output connection-mark=NETOUT_mark disabled=no new-routing-mark=to_ISP1 passthrough=yes
/ip route
add dst-address=208.67.222.222 gateway=192.168.200.1 scope=10
add dst-address=221.132.112.8 gateway=192.168.201.1 scope=10
add distance=1 gateway=208.67.222.222 routing-mark=to_ISP1 check-gateway=ping
add distance=2 gateway=221.132.112.8 routing-mark=to_ISP2 check-gateway=ping
add dst-address=10.0.0.1 gateway=208.67.222.222 scope=10 target-scope=10 check-gateway=ping
add dst-address=10.0.0.2 gateway=221.132.112.8 scope=10 target-scope=10 check-gateway=ping
add distance=1 gateway=10.0.0.1 routing-mark=to_ISP1
add distance=2 gateway=10.0.0.2 routing-mark=to_ISP2
add distance=1 gateway=10.0.0.1
add distance=2 gateway=10.0.0.2

Who is online

Users browsing this forum: apitsos, moorezilla, orionren, pmcsill and 71 guests