how to access multi router board (winbox) in same internet connection. i am also using single winbox access anywhere on other internet by using this port forward settings
/ip firewall filter add action=accept chain=input disabled=no dst-port=8291 protocol=tcp
know i am using multi router board… i want to access multi winbox access on same domain how to configuration
Hi.
You can use a different port to use the same WAN using DST-NAT rule
/ip firewall filter add action=accept chain=input disabled=no dst-port=8291 protocol=tcp
add action=dst-nat chain=dstnat dst-port=8292 in-interface=wan protocol=tcp to-addresses=192.168.1.2 to-ports=8291
In this case 192.168.1.2 is the routerboard besides the principal with a routable address
In the winbox you would use wan IP:PORT EJ; 200.4.3.1:8292
For future reference: you can also enable RoMON on your devices. Just connect to the outer router and you can access any (RoMON enabled) router in the internal network.
http://wiki.mikrotik.com/wiki/Manual:RoMON