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