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