How can I monitor a router that has no public IP, but only an internal IP coming from another Mikrotik Router?
For example: I have the Main router with Public IP(1.1.1.1) and internal IP(192.168.0.1), and connected via a wireless wds link, I have Second router with internal IP(192.168.0.2).
I can access the Main Router via dude, but how can I get access to the Second router???
First method, NAT between the public network and the private to allow communications from a specific external IP to access the internal (second) Mikrotik.
Second, better, method. Install the optional Dude package onto your main router. Configure it for security, but do not add any devices to it. On your primary Dude instance, add the Main router Dude server as an Agent. Now add the second router as a device to your primary Dude instance and use the remote Main router as the Dude Agent. Your Dude queries will be relayed securely by the router that knows both private and public networks.