![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Using Windows Firewall and a range of ports Hi there, I'm trying to lockdown my Windows firewall (I'm using Vista Ultimate Edition) as much as possible. I started with Windows Live Messenger. Simple enough to begin with, create a rule that allows msnmsgr.exe access to TCP ports 80, 443 and 1863 outbound. But I also want to allow it access to the other TCP and UDP ports specified in the following site http://support.microsoft.com/default.aspx/kb/927847 Unfortunately I cannot find a way to add a range of ports in short of specifying every single port. I can't put 1025-65535. I can only put 1025,1026,1027 and so on which isn't very realistic if you intend to do this for say 50 applications. If there is a way of adding a range of ports without typing each one in then I cannot find it so please let me know. If not then it might be a useful feature to add. Cheers, Ry ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://windowshelp.microsoft.com/com...vista.security |
My System Specs![]() |
| | #2 (permalink) |
| | RE: Using Windows Firewall and a range of ports Port ranges are frequently requested. Right now the best work-around is to use the netsh advfirewall command and wrap it in a for loop: for /l %i in (1024-1032) do netsh advfirewall firewall add rule ... remoteport=%i That still sets up multiple rules, but at least it is one command. --- Your question may already be answered in Windows Vista Security: http://www.amazon.com/gp/product/047...otectyourwi-20 "Rykaro" wrote: Quote: > Hi there, > > I'm trying to lockdown my Windows firewall (I'm using Vista Ultimate > Edition) as much as possible. > > I started with Windows Live Messenger. Simple enough to begin with, create > a rule that allows msnmsgr.exe access to TCP ports 80, 443 and 1863 outbound. > But I also want to allow it access to the other TCP and UDP ports specified > in the following site http://support.microsoft.com/default.aspx/kb/927847 > > Unfortunately I cannot find a way to add a range of ports in short of > specifying every single port. I can't put 1025-65535. I can only put > 1025,1026,1027 and so on which isn't very realistic if you intend to do this > for say 50 applications. > > If there is a way of adding a range of ports without typing each one in then > I cannot find it so please let me know. If not then it might be a useful > feature to add. > > Cheers, > > Ry > > ---------------- > This post is a suggestion for Microsoft, and Microsoft responds to the > suggestions with the most votes. To vote for this suggestion, click the "I > Agree" button in the message pane. If you do not see the button, follow this > link to open the suggestion in the Microsoft Web-based Newsreader and then > click "I Agree" in the message pane. > > http://windowshelp.microsoft.com/com...vista.security |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Windows Calendar Print Range | Vista General | |||
| after windows firewall putting off on windows vista unable to access network and unable to on windows firewall | Vista security | |||
| Vista Remote assistance ports with Gateway-LAN firewall | Vista networking & sharing | |||
| Ports closed, even with no firewall | Vista General | |||
| Windows Firewall: almost all ports are closed but not stealthed! | Vista security | |||