标签:style blog os ar sp strong 文件 div on
CentOS的minimal版本默认不启动网络,所以安装完CentOS要自己配置网络。
老伯的VMware虚拟机网络连接方式采用NAT方式(其他方式没试过)。
1 修改配置文件/etc/sysconfig/network-script/ifcfg-eth0
修改下面两项:
# 是否依赖Network Manager的控制,minimal没装这玩意,所以设为no NM_CONTROLLED="no" # 开机启动,当然yes ONBOOT="yes"
2 重启服务
service network restart
在VMware上安装CentOS-6.5 minimal - 配置网络
标签:style blog os ar sp strong 文件 div on
原文地址:http://www.cnblogs.com/xyq/p/4068007.html