Good day,
I am trying to give my webserver access to the internet:
i have added this in the Firewall:
add chain=dstnat in-interface=ISP protocol=tcp dst-port=80 action=dst-nat to-address=192.168.1.5
But when i go to the web address nothing happens and in winbox it does not show any packets have been transfered?
What am i doing wrong?
I would start by disabling the www service in “/ip service”.
Check “/ip firewall filter” for any rules that might block the dstnat.
Check the webserver firewall to insure nothing is being blocked there.
Insure your ISP does not block port 80. Many do for residential-type accounts here in the U.S.
Please post “/ip firewall nat” and “/ip firewall filter”.
Could my transparent proxy rule not be messing with it?
This is the rule I use.
/ip firewall nat
add chain=dstnat action=dst-nat dst-address=x.x.x.x dst-port=80 protocol=tcp to-addresses=192.168.1.5 to-ports=80
dst-address should be your public ip assigned to the ISP interface.