Follow us on twitter

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.


  1.  
    I want my Windows system to not reply to pings for security purposes. Does anybody know hot to disable ping replies in Windows?:

  2.  

    Some routers can be configured not to respond to an ICMP Ping (ping to the WAN port). Like my Belkin Wireless router, it can be set up so it will not respond to an ICMP Ping from the outside. Simply by checking the Block ICMP Ping under Wan Pin Blocking tab. Would turn off the ping response.

    or

    Your antivirus firewall should be able to do it for McAfee here are the rules.

    On the McAfee SecurityCenter pane, click Internet & Network, then click Configure.

    On the Internet & Network Configuration pane, under Firewall protection is enabled, click Advanced.

    On the Security Level pane, under Security Settings, do one of the following:

    Select Allow ICMP ping requests to allow detection of your computer on the network using ping requests.

    Clear Allow ICMP ping requests to prevent detection of your computer on the network using ping requests.

    Click OK.

    Or

    Step 1
    Determine if you have Service Pack 2 or greater installed. Right click on "My Computer" (located on your Desktop or in the Start Menu) and select "Properties" from the menu. Under the "System" heading, you will see information about your version of Windows. If you see a line stating "Service Pack 2" or "Service Pack 3," you can continue to Step 2. If not, either download and install the latest service pack from Microsoft's website. Or use above alternate solutions.
    Step 2
    Open the Start Menu and select "Control Panel" and then open "Windows Firewall." If you do not see "Windows Firewall," click on "Security Center" and then "Windows Firewall." If the firewall is turned off, select the "On" setting. You will need administrator rights on your PC to change any firewall settings.
    Step 3
    Once the firewall is turned on, click the "Advanced" tab in the firewall settings dialog box. Click the "Settings" button for the "ICMP" section. Uncheck the box titled "Allow incoming echo request" and click "OK". This will stop your PC from answering remote ping requests. If the box is already unchecked, you are already blocking ICMP traffic. If you have Microsoft File and Print Sharing enabled on your PC, you will be unable to uncheck this box. Continue to above alternate solutions.

    Hope this has helped.


    • CommentAuthorflazh
    • CommentTimeDec 18th 2009 edited
     

    What Windows are you using? 


    • CommentAuthorJAD716
    • CommentTimeDec 18th 2009
     
    Sweet! Thank you very much!

  3.  
    Is that got solved?

    Thanks.

    • CommentAuthorJAD716
    • CommentTimeDec 18th 2009
     
    I'm using windows 7

    • CommentAuthorJAD716
    • CommentTimeDec 18th 2009
     
    Thanks!

  4.  
    Windows 7 has made changing firewall setting a tad more obscure and complicated especially at command prompt level. Reading the below article will give you better understanding of changing your firewall settings.
    Code:
    http://technet.microsoft.com/en-us/library/cc748991(WS.10).aspx


    Here is a link which shows how to enable ping request in Windows 7, so retrace some of the steps.
    Code:
    http://www.sysprobs.com/enable-ping-reply-windows-7


    or

    Command Line Syntax in a nutshell.

    To start an elevated command prompt

    Click Start and then click All Programs.

    Click Accessories.

    Right-click the Command prompt icon and then click Run as administrator.

    At the User Account Control Prompt, click Continue.

    At the command prompt, type: netsh

    When you enter the Netsh context, the command prompt will display the netsh prompt. netsh>

    At the netsh prompt, enter the advfirewall by typing: advfirewall
    prompt

    At this stage you should state for WHO this is applied (I assume) all of the profiles nesth advfirewall>

    So .... at nesth advfirewall> Set allprofiles

    The one most concerned to you is 1.State and Firewall policy

    Coming to State it can be {on | off | notconfigured}

    Note: The default state for all profiles on computers that are running Windows 7 is ON.

    comming to Parameters it can be {InboundPolicy,OutboundPolicy}

    InboundPolicy
    Required. Must be one of the following values:

    blockinbound. Blocks inbound network traffic that does not match an inbound rule.
    blockinboundalways. Blocks all inbound network traffic, including traffic that matches an inbound rule. This effectively blocks all unsolicited inbound network traffic into the computer. Only traffic that is sent in response to an outbound request is allowed.
    allowinbound. Allows all inbound network traffic, whether or not it matches an inbound rule.
    notconfigured. Valid only when netsh is configuring a GPO by using the set store command. Removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.

    OutboundPolicy
    Required. Must be one of the following values:

    blockoutbound. Block outbound network traffic that does not match an outbound rule.
    allowoutbound. Allow all outbound network traffic, whether or not it matches an outbound rule.
    notconfigured. Valid only when netsh is configuring a Group Policy object by using the set store command. Removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.

    Note: The default value for firewallpolicy is blockinbound,allowoutbound.
    So the command is
    nesth advfirewall> set allprofiles firewallpolicy blockinbound, allowoutbound

    Hope U got what ur looking 4

    • CommentAuthorihmed2
    • CommentTimeDec 18th 2009
     
    Solved

    [Locked]

    • CommentAuthorAceloop1
    • CommentTimeDec 18th 2009
     
    If topic is solved please edit you title to include (Solved)

Add your comments