Page 1 of 1

How to add a program into the exeption list of a Firewall ?

Posted: 30 Nov 2007 16:04
by ogneniq_kinjal
Hello. This time i want to ask is there a way to add a program into the exeption list of a Firewall different from the Windows Firewall. For example Sygate Firewall. Is there a way to retype that command

Code: Select all

netsh firewall set allowedprogram 


so that when it's placed into a batch file, to add exact program in the exeption list of the Firewall ?

Thanks a lot in advanced.

Posted: 11 Dec 2007 19:53
by Matice
hello
you have misscomprehended how this works.
netsh first is a command tool to configure and administer network protocol configurations.

netsh nor the windows firewall control network access by prohibiting applications. it works by blocking network access. you need to know your network protocol and ports to use with netsh in order to be able to block or grant connections.

for example, when you configure netsh firewall to block lets say outging port TCP 80. this would basically block all applications that attempt to communicate to tcp port 80.

Matice