zoukankan      html  css  js  c++  java
  • VM 与主机不通的解决方法



    [root@localhost network-scripts]# ping 192.168.1.222
    PING 192.168.1.222 (192.168.1.222) 56(84) bytes of data.
    From 192.168.1.101 icmp_seq=1 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=3 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=6 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=7 Destination Host Unreachable


    [root@localhost network-scripts]# service network restart
    关闭环回接口:                                             [确定]
    SIOCGIFFLAGS: No such device
    弹出环回接口:                                             [确定]
    弹出界面 eth0: 
    正在决定 eth0 的 IP 信息...失败;无链接。检查电缆吗?
                                                               [失败]

    ===================================================================

    windows主机的两个服务必须开启:VMware DHCP Service 和VMware NATService. 

    具体操作如下:

    开始——设置——控制面板——管理工具——服务,

    确保 VMwareDHCP Service和VMware NAT Service服务已经启动。


    [root@localhost network-scripts]# service network restart
    正在关闭接口 eth0:                                        [确定]
    关闭环回接口:                                             [确定]
    SIOCGIFFLAGS: No such device
    弹出环回接口:                                             [确定]
    弹出界面 eth0: 
    正在决定 eth0 的 IP 信息...完成。
                                                               [确定]
    [root@localhost network-scripts]# ping 192.168.1.222
    PING 192.168.1.222 (192.168.1.222) 56(84) bytes of data.
    64 bytes from 192.168.1.222: icmp_seq=1 ttl=128 time=1.23 ms
    64 bytes from 192.168.1.222: icmp_seq=2 ttl=128 time=2.23 ms
    64 bytes from 192.168.1.222: icmp_seq=3 ttl=128 time=1.47 ms
    64 bytes from 192.168.1.222: icmp_seq=4 ttl=128 time=1.88 ms
    64 bytes from 192.168.1.222: icmp_seq=5 ttl=128 time=0.706 ms





  • 相关阅读:
    2015.4.16-C#中ref和out的区别
    2015.4.10-SQL 高级查询(二)
    2015.4.10-C#入门基础(三)
    2015.4.8-C#入门基础(二)
    2015.4.7-C#入门基础(一)
    2015.4.2-SQL 简单语句(一)
    对GridView的某一列行进行操作。。
    jquery获取GridView中RadioButton选中的数据
    Ajax获取前台的数据
    前台验证
  • 原文地址:https://www.cnblogs.com/roger0212/p/4436688.html
Copyright © 2011-2022 走看看