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





  • 相关阅读:
    Convert to a source folder or rename it.
    git revert 后悔了 还原修改前的版本 + git 常用命令
    android switch语句报错:case expressions must be constant expressions
    解读ContentResolver和ContentProvider
    sdk命令
    向Android模拟器中批量导入通讯录联系人
    Rational Rose2007下载安装教程以及问题处理
    java代码打包成jar以及转换为exe
    Timusoj 1982. Electrification Plan
    poj 3254 Corn Fields
  • 原文地址:https://www.cnblogs.com/roger0212/p/4436688.html
Copyright © 2011-2022 走看看