Link to home
Start Free TrialLog in
Avatar of fireburn11
fireburn11

asked on

windows firewall to allow communicate with certain servers

Hi All,

Is it possible to configure windows firewall to allow communication between certain servers?

If yes, please advise how.

Thanks
Avatar of Ady Foot
Ady Foot
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi there,

You can add exceptions to the Windows Firewall to enable communication with any server type - you just need to work out which ports are required by the application you wish to connect through the firewall.  You can usually find this information by googling the specific server application.

Details on how to specifically configure your firewall with Server 2003, please see the following guide:
http://msdn.microsoft.com/en-us/library/aa389286(v=vs.85).aspx

Regards,

Ady
Avatar of fireburn11
fireburn11

ASKER

Hi Afoot,

Is there a way to add all ports open between servers in my subnet?

netsh firewall add portopening protocol=tcp port=1-66354 name=DCOM_TCP135

it appears that i can't use the syntax " port=1-66354", i had to add the port one by one. this will just take too much time....

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Ady Foot
Ady Foot
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial