首页 > 代码库 > centos安装后无法联网解决方法

centos安装后无法联网解决方法

  1. cd /etc/sysconfig/network-scripts/

  2. vim ifcfg-eth0

  3. 修改ONBOOT=yes

  4. service network restart

centos安装后无法联网解决方法