I am trying map an external port 80 to a 8080 port internally on a server in my network.
and tried follow http://forum.mikrotik.com/t/nat-port-mapping-question/60931/1 but without success.
Could you please see my configs and say me where i wrong.
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061 sip-direct-media=yes
set pptp disabled=no
Yes, i double checked it, all settings on the host is Ok, also RDP to this host is Ok.
‘drop all’ disabled because I tried connect with disabled/enabled rules in different combinations. (magic is possible
I enabled default “drop rule” and disabled last “forward” rule.
My ISP assures me that they don’t block any ports. (i can establish coneection via telnet to 178.xxx.252.10:80)
You are right, something keeps 80 port…
I enabled Service port 80 and tried connect - nothing.
I reappointed port from 80 to 81 and voila, i can connect to routr’s admin interface.
So, it left to find what keeps port.
Depending on exactly how you tested remember to bear in mind that your ISP may actually be blocking port 80 despite what you were told…
Using Torch on the WAN interface would let you see what traffic is actually arriving at the router. If your ISP is not blocking port 80 traffic then something at the router end may be misdirecting port 80.
If you can’t get it resolved I suggest posting output from /export compact (with your public IP masked) so we can help.