Hi
I use 3xMT for WLAN and linux-based serwer as router. I would like to use Winbox to access all MT's from Internet side.
There is prerouting rule on serwer:
iptables -t nat -A PREROUTING -p tcp -d x.x.x.x --dport 1234 -j DNAT --to 192.168.1.200:80
iptables -t nat -A PREROUTING -p tcp -d x.x.x.x --dport 3987 -j DNAT --to 192.168.1.200:3987
that makes that I can access to one MT by x.x.x.x:1234.
And now there is problem with prerouting for second MT, because I can't use 3987 port for next MT.
There is some solution to use unencrypted connection on 3986 port for second router, but what with third MT.
Is there some possibility to use another port (then 3987 and 3986) for Winbox?