Jump to content

Recommended Posts


Posted

  • Click Start / Control Panel / Security Center (if in Category View) / Windows Firewall;
  • Select Advanced tab and click Settings button in ICMP section;
  • Enable "Allow incoming echo request" setting.

Posted

sorry Ctrl-X ,

probably my request was explained in wrong way :

Yes , I would like do this , but during a silent install , modifying some reg or .. I don't knwow .

thanks anyway

Posted
Yes , I would like do this , but during a silent install , modifying some reg or .. I don't knwow .

Oh right, I should have guessed that myself :blushing: Anyway, you should be able to configure this from your answer file. If you've got the XP Deployment Tools (you should :P), look up the [WindowsFirewall] section in the Preinstallation Reference (ref.chm). As far as I can tell, you'll need to add something like this:

[WindowsFirewall]
Profiles=WindowsFirewall.DefaultProfile

[WindowsFirewall.DefaultProfile]
Type=3 (0=domain type, 1=standard type, 3=both)
Mode=1 (0=firewall disabled, 1=enabled)
IcmpSettings=WindowsFirewall.EchoRequest

[WindowsFirewall.EchoRequest]
Type=8 (specifies InboundEchoRequest message type)
Mode=1 (enables specified message type)

I've never used these settings myself, so there may be something missing, but basically this should do it. You can configure multiple firewall profiles, for instance one for the domain type and one for the standard type, multiple ICMP settings sections, and a lot of other settings. Check ref.chm for details. Hope this helps!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...