Rotuer 1 is the WAN router with no internet only for local LAN
Router 2 is for Site 1
Router 3 site 2
router 4 site 3
I need Router 3 and 4 to be able to see a device on UDP port 50000
So when device 1 at site 2 registers it would need to port forward thru the WAN router and then on thru the site router to the device
Example
Master router LAN is 10.0.0.1
Site 1 router WAN is 10.0.0.2 Lan is 192.168.1.1 Device other devices need to see 192.168.1.10
Site 2 WAN 10.0.0.3 Lan 192.168.2.1 all devices here are DHCP
Site 3 10.0.0.4 Lan 192.168.3.1 All devices here are DHCP
ip firewall chain=forward connection-nat-state=dstnat
and ip nat chain=dstnat dst port=50000 in interface ether1-gateway protocol udp action dstnat to address 192.168.1.10 to port 50000
And i get nothing
I can use the mikrotikrb2011 as the WAN router for 10.0.0.0/8 and attach a netgear router with wan address of 10.0.0.2 and internal address of 192.168.1.1 and go to port forwarding in the netgear and select port 50000 incoming and outgoing to adress 192.168.1.10 and it works flawless
why wont it work with the mikrotik as the site router??