在VMware里装了个centos 6.5。  最小化安装后无法上网。在 google里找到答案

第一步:执行命令启动网卡 (最小化安装不是自动启动的)

[root@localhost]# ifconfig eth0 up

第二步:
       [root@localhost]# dhclient eth0  
现在应该可以了。

自动启动网卡

编辑/etc/sysconfig/network-script/ifcfg-etho

ONBOOT="yes" //

05-06 20:20