I have to interpose a routerboard used as a loadbalancer/failover with other two dsl routers.
Is there a way to keep the public ip address coming from original router ?

/ip route
add dst-address=a.b.c.1/32 gateway=etherX
add dst-address=a.b.c.6/32 gateway=etherY
/ip route
add dst-address=0.0.0.0/0 gateway=10.0.0.1
Already tried, 10.0.0.1 gateway is "unreachable", also tried gateway=ether2 , same issue.Problem is missing default route on RB. You can try:Code: Select all/ip route add dst-address=0.0.0.0/0 gateway=10.0.0.1
/ip route
add dst-address=10.0.0.1/32 gateway=ether2
/ip address
add address=x.x.x.x/32 interface=ether2 network=10.0.0.1