pongpong Posted October 18, 2006 Posted October 18, 2006 Hello,can someone help me in order to activate , in firewall xp management, advanced,ICMP"allow echo request "thanks in advance
Ctrl-X Posted October 18, 2006 Posted October 18, 2006 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.
pongpong Posted October 18, 2006 Author Posted October 18, 2006 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
Ctrl-X Posted October 18, 2006 Posted October 18, 2006 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 Anyway, you should be able to configure this from your answer file. If you've got the XP Deployment Tools (you should ), 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now