在VMware里装了个centos 6.5。 最小化安装后无法上网。在 google里找到答案第一步:执行命令启动网卡 (最小化安装不是自动启动的)[root@localhost]# ifconfig eth0 up第二步: [root@localhost]# dhclient eth0 现在应该可以了。自动启动网卡编辑/etc/sysconfig/network-script/ifcfg-ethoONBOOT="yes" //