IT技术学习 yuippe zoom

enable eth0 online in the vmware

2018-10-22
yuippe

阅读:


背景

在VMware10中安装好centos6.8,然后通过ping www.baidu.com,发现无法识别域名,本地也没有IP(如下所示),初步定位是网卡没有配置,并且没有开启服务。

image00

下面针对此情况,进行配置。

解决方案

步骤如下:

  1. 在vmware选中对应虚拟机,点击设置,然后在硬件tab页中选中网络适配器,将网络连接选中桥接模式

    image01

  2. 找到网卡对应配置文件

    cd /etc/sysconfig/network-scripts/
    vim ifcfg-eth0
    #将ONBOOT=no改为yes
    

    image03

  3. 重新启动网卡

    /etc/init.d/network restart
    

    image04

  4. 检查网卡信息

    ifconfig eth0
    

    image05


Comments

Content