Search

User login

Poll

What is your favorite DB Server ?:
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

My YM

Author Information

sentono
Offline
Last seen: 2 days 14 hours ago
Joined: 09/21/2007

Alexa Rank

Who's online

There are currently 0 users and 14 guests online.
Home
  • warning: Invalid argument supplied for foreach() in /usr/home/wowtutorial/public_html/sites/all/modules/adsense_injector/adsense_injector.module on line 352.
  • warning: Invalid argument supplied for foreach() in /usr/home/wowtutorial/public_html/sites/all/modules/adsense_injector/adsense_injector.module on line 35.

How To Configure Windows Firewall Passive Port Range 10000 - 11000 TCP

How To Configure Windows Firewall Passive Port Range 10000 - 11000 TCP

Below is a simple batch script to open passive port range between 10000 to 11000 TCP.
You can change the port if needed, I just take this as example.

First, login into your windows server box with RDP

Click Start >> Run >> Command

You will see a command prompt box,
Edit a file and name it passive.bat

### copy and paste batch files script below to open passive port range in your windows firewall ###
[code]@Echo OFF
ECHO ADDING PORT RANGE TO IIS
C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange “10000-11000"

ECHO OPENING FIREWALL PORTS
FOR /L %%I IN (10000,1,11000) DO NETSH FIREWALL ADD PORTOPENING TCP %%I FTPPort%%I
ECHO FINISHED
Pause[/code]
################################################################

You can just running this script like below to added passive port into windows firewall

[code]c:\passive.bat[/code]

Wait for a while and press Enter to Finished.

 

Comments

Thank you

Thanks for this.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Recent comments

Facebook Fans

Sponsors

Online Store

Tag Cloud