i'm trying to block/allow the 80 port to block/allow internet access in browsers. i referred to this article http://support.microsoft.com/kb/947709 about netsh commands.

my command was : netsh advfirewall firewall add rule name=”allow80” protocol=TCP dir=out localport=80 action=block

the cmd asked me for admin rights, after running with admin rights, running the commands returns ok. but i does absolutely nothing, i'm still allowed to browse the web.

what can be wrong?

link|improve this question
How about 8080? Also, you might need to reboot for it to take effect. – Griffin Oct 28 '11 at 22:53
Thank you for the reply, but i'm using SetTcpEntry msdn.microsoft.com/en-us/library/windows/desktop/… and loop all connections every x seconds, and close the connection if the port is detected. – Miharbicha Apr 13 at 1:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.