标签:os ar sp c on r bs 安装 d
第一步:执行命令启动网卡 (最小化安装不是自动启动的)
[root@localhost]# ifconfig eth0 up
第二步: [root@localhost]# dhclient eth0 现在应该可以了。
自动启动网卡
编辑/etc/sysconfig/network-script/ifcfg-etho
ONBOOT="yes" //
centos最小化安装,无法上网解决方法
原文地址:http://www.cnblogs.com/zixueit/p/4007002.html