Block All traffic !

Hi,

I like to block all Traffic except port 80 where user can not able to access any other then normal surfing, can any one advice how can i block the traffic other then port 80

I dont want to use the proxy server at all. i need solution on customer bridge.

Rgds

Nishit

Make sure you enable “Use IP Firewall” in your bridge settings then use this. Also make sure it is also at the top.

/ip firewall filter add action=drop chain=forward disabled=no dst-port=!80 protocol=tcp

Thanks for prompt reply

does it allowed me access website which are on 443 ?? or for that i need to add one more rule ???

Rgds

NIshit

You will add an allow rule for port 443 and place it before the rule above.