Link to home
Start Free TrialLog in
Avatar of VinnyG3
VinnyG3Flag for United States of America

asked on

How can i open multiple ports at once

I am trying to open multiple ports at once using gpo. I know how to open ports using gpo, but i do not know how to open many at one time. I would like to open 1024-2000 in one exception instead of one for each port. I am using Windows server 2003

Thank you
ASKER CERTIFIED SOLUTION
Avatar of chuckyh
chuckyh
Flag of United States of America 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
Avatar of KETTANEH
KETTANEH

try this

   1.  Go to Computer Configuration -> Administrative Templates -> Network -> Network Connection -> Windows Firewall -> Domain Profile
   2. Double click on the entry Windows Firewall: Define port exceptions
   3. Select Enabled.  
   4. Click on the Show& button to bring up the port exception list dialog
   5. Select the Add& button
   6. Specify the required port using the following syntax/convention:
      <port>:<transport>:<scope>:<status>:<name>

      For example - to allow connections on port 139 from the ip addresses in the local subnet, configure the rule as follows:
      139:TCP:localsubnet:enabled:SMB
Avatar of VinnyG3

ASKER

Thank you