Ok, here is a simple diagram of the network in question
|------->Access Point 1 (192.168.0.2)
|
DSL--->Mikrotik---->Access Point 2 (192.168.0.3)
The Mikrotik box on Ether1 has a real IP address (for example we will say 1.2.3.4) that is accessible anywhere over the Internet. On Ether2 it has an address of 192.168.0.1 and 10.5.50.1 (for Hotspot).
The only other catch to this setup is the hotspot. It of course wants to assign these 192.168.0.x devices addresses of 10.5.50.x so we have setup static mappings so 192.168.0.2->10.5.50.2 and the .3 is the same.
What we are trying to setup is that access to http://1.2.3.4:8000/ gets forwarded to the access point http://192.168.0.2:80/ and http://1.2.3.4:8001/ gets forwarded to the access point http://192.168.0.3:80/. I tried dstnat but I suspect I am configuring something incorrectly. If anybody can provide examples of the commands to accomplish this that would be great. I also tried setting up dstnat rules that redirect to the 10.5.50.2 address, but these did not work either.
This will of course allow us to remotely adminster the access points that sit on the hotspot network, which is mandatory for us.
Thanks!