XP Port exceptions on multiple machines
Fredly
07-10-2005, 03:15 AM
There has got to be a way to add a couple port exceptions to the XP SP2
firewall on multiple machines without running around and typing them.
Registry import?
Group Policy?
Anyone?
Fredly
07-10-2005, 03:15 AM
Could I simply do a registry import of these two keys?
For SAVCE 10:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\Fi
rewallPolicy\DomainProfile\GloballyOpenPorts\List]
"2967:TCP"="2967:TCP:*:Enabled:2967"
"139:TCP"="139:TCP:LocalSubNet:Enabled:@xpsp2res.dll,-22004"
"445:TCP"="445:TCP:LocalSubNet:Enabled:@xpsp2res.dll,-22005"
"137:UDP"="137:UDP:LocalSubNet:Enabled:@xpsp2res.dll,-22001"
"138:UDP"="138:UDP:LocalSubNet:Enabled:@xpsp2res.dll,-22002"
"38293:TCP"="38293:TCP:*:Enabled:38293"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameter
s\FirewallPolicy\DomainProfile\GloballyOpenPorts\List]
"2967:TCP"="2967:TCP:*:Enabled:2967"
"139:TCP"="139:TCP:LocalSubNet:Enabled:@xpsp2res.dll,-22004"
"445:TCP"="445:TCP:LocalSubNet:Enabled:@xpsp2res.dll,-22005"
"137:UDP"="137:UDP:LocalSubNet:Enabled:@xpsp2res.dll,-22001"
"138:UDP"="138:UDP:LocalSubNet:Enabled:@xpsp2res.dll,-22002"
"38293:TCP"="38293:TCP:*:Enabled:38293"
Anyone know if this would work ok?
"Fredly" <abc@email.com> wrote in message
news:uYeCrp9gFHA.3568@TK2MSFTNGP10.phx.gbl...
> There has got to be a way to add a couple port exceptions to the XP SP2
> firewall on multiple machines without running around and typing them.
>
> Registry import?
> Group Policy?
>
> Anyone?
>
>
Carey Frisch [MVP]
07-10-2005, 03:15 AM
Deploying Windows Firewall Settings for Microsoft Windows XP with Service Pack 2
http://www.microsoft.com/downloads/details.aspx?FamilyID=4454e0e1-61fa-447a-bdcd-499f73a637d1&DisplayLang=en
For issues related to firewalls:
Please visit the Windows Firewall newsgroup experts:
news://msnews.microsoft.com/microsoft.public.windows.networking.firewall
--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups
Get Windows XP Service Pack 2 with Advanced Security Technologies:
http://www.microsoft.com/athome/security/protect/windowsxp/choose.mspx
-------------------------------------------------------------------------------------------
"Fredly" wrote:
| There has got to be a way to add a couple port exceptions to the XP SP2
| firewall on multiple machines without running around and typing them.
|
| Registry import?
| Group Policy?
|
| Anyone?
Fredly
07-10-2005, 03:15 AM
Seems to work ok, I hope that registry import is a decent workaround...
"Fredly" <abc@email.com> wrote in message
news:uYeCrp9gFHA.3568@TK2MSFTNGP10.phx.gbl...
> There has got to be a way to add a couple port exceptions to the XP SP2
> firewall on multiple machines without running around and typing them.
>
> Registry import?
> Group Policy?
>
> Anyone?
>
>
David Davis
07-10-2005, 11:35 AM
Carey is right, if you are setup as a domain. Then you can generate a GPO and
link it to the OU containing the computer objects.
--
David Davis [MCSE, CCNA, Security +]
"Fredly" wrote:
> Seems to work ok, I hope that registry import is a decent workaround...
>
>
> "Fredly" <abc@email.com> wrote in message
> news:uYeCrp9gFHA.3568@TK2MSFTNGP10.phx.gbl...
> > There has got to be a way to add a couple port exceptions to the XP SP2
> > firewall on multiple machines without running around and typing them.
> >
> > Registry import?
> > Group Policy?
> >
> > Anyone?
> >
> >
>
>
>
XP Port exceptions on multiple machines