I’ve been fighting with this issue for a few days now.
I have a server behind my RB1100 that has HotSpot/PPPoE.
All seems to be working just fine for the MTRouter which is great.
I just need to port forward port 8787 so when i type my external IP with port 8787 (1xx.224.27.xxx:8787) it sends me to my internal server so i can get to it.
I have created the following rule:
8 ;;; port forward
chain=dstnat action=dst-nat to-addresses=192.168.8.1 to-ports=8787
protocol=tcp port=8787
yes. the server is on a different subnet (192.168.8.0/29). It also is on a different port (5)… however all is well since MT can ping it just fine:
I don’t want to sound rude but that’s not much help. I’ve already created that rule missing only the external ip as in the example 69.69.69.69
The problem here is how can a simple cheap routes be it tp_link or linksys do what’s needed so easily while I can’t do it in RouterOS
I have a server behind my RB1100 that has HotSpot/PPPoE.
Is the server on an interface with a hotspot?
The server is assigned 192.168.8.1/29? What is the MikroTik router interface assigned on that localnet? The reason I ask is because I normally assign an address like 192.168.8.1 to my router interface, not devices behind it.
HOWEVER, this redirects all port 80 destination traffic to 192.168.1.254. The internet became unreachable from internal computers. In that case, an in-interface or dst-address would be necessary to work properly.