Hi, I have two subnets in one LAN and I need to route some traffic from mikrotik via nexthop in other subnet, see attached drawing. NW_dia.png In linux is solution quite simple: ifconfig eth0 xx.yy.252.196/29 //ip addres from 1st subnet ip route add xx.yy.247.168/29 via dev eth0 //route to directly ...