Hi everybody,
I’m working with Mikrotik API via C#. I’m implementing a website which can update wifi router hotspot login file via API. Everything work good with the router which was connected directly to WAN, so I can call a connect via API by IP, user and password. But when the router was connect to a other router before connect to WAN, then I must NAT the IP from the WAN router to Mikrotik Wifi router.
The sample map:
WAN → Host Router → Mikrotik Wifi Router
or
WAN → Company Router → Department Router → Mikrotik Wifi Router
How can I connect to the Mikrotik Router but not need to NAT the IP?
Thanks you for helps.