zoukankan      html  css  js  c++  java
  • 解决virtualbox 虚拟机不能ping通win7

    凭经验猜测是由于防火墙引起的,关闭防火墙再ping,果然可行。
    google说这是由于“win7 防火墙默认的禁ping策略”引起的。
    但是关闭防火墙很不安全,可以按照以下步骤为防火墙添加入站规则来解决问题。

    原文地址:http://www.sysprobs.com/enable-ping-reply-windows-7

    How to Enable Windows 7 Ping Response in Firewall

     

    This post explains to enable windows 7 ping response firewall, so it can respond to all ping ICMP echo requests from other network resources.

    Enable Windows 7 Ping in FirewallIndication: ‘Request Time Out’ message from Windows 7 Computer and it’s not responding to ICMP echo requests from other network devices. All network sharings are working but ping reply is not working , so how to enable ping reply in Windows 7?

    Reasons: By default ICMP echo requests, used for ping command is blocked in Windows 7 firewall default settings.

    Solutions:

    1) Disable the firewall completely in windows 7, which is not recommended.

    2) Create an exceptional rule for ICMP echo request to reply ping commands in existing firewall, without disabling it completely.

    ICMP Rule in Windows 7 Firewall

    Follow the steps steps to create a rule. These steps are similar to enable ping in Windows Vista

    Also Check how to enable ping in Windows XP

    1) Go to Windows Firewall in Control panel

    Enable Windows 7 Ping in Firewall

    You can see, Windows Firewall status is On. Click on Advanced settings in left side as mentioned above.

    2) Select Inbound Rule, Right clink on it and select New Rule…

    Enable Windows 7 Ping in Firewall

    3) Select Custom (Custom Rule) at last and press Next.

    4) Leave All programs and go to Next.

    Enable Windows 7 Ping in Firewall

    5) Click on Protocol type and select ICMP4 as shown below. ICMP4 is the protocol used in ping command when your network is communicating with IPv4.

     

    Enable Windows 7 Ping

    6) Since we are going to apply this rule for any IP, means responds to any IP addresses coming with echo request, select ‘Any IP addresses’ in next screen. You can add specific IP addresses also, if you want your windows 7 computer to respond to them only for ICMP echo request (ping )

     

    Enable Windows 7 Ping

    7) Allow the connection in next screen, press Next.

    8.) Keep the all three check boxes checked in the next screen, to apply this rule any type of network you connected.

    9) Give a name to this rule. This name will be showing under Inbound Rules in Windows Firewall. In future you can delete the rule by this name.

    Enable Windows 7 Ping in Firewall

    Click Finish.

    10) That’s it; these are easy steps to enable ping in windows 7 and the rule will be immediately applied and appeared in inbound rules. Now, Windows 7 computer will be responding to ICMP echo ping requests without disabling or stopping the windows firewall.

  • 相关阅读:
    Gradle Android Plugin 中文手册
    WxApiUtil.ts
    通过qrcodejs2和html2canvas把iframe中的内容生成带二维码的海报长图片
    TypeScript--类型声明
    ZJNU 2663
    ZJNU 2652
    etcd学习(7)-etcd中的线性一致性实现
    com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 localhost 的 TCP/IP 连接失败。
    帝国cms显示点击数比后台多1个的解决方法
    RedHat换源
  • 原文地址:https://www.cnblogs.com/duanguyuan/p/3567219.html
Copyright © 2011-2022 走看看