hexo/source/_posts/centos7安装后没有网络.md

727 B
Raw Blame History

layout cid title slug date updated status author categories tags abbrlink excerpt
post 374 centos7安装后没有网络 there-is-no-network-after-centos7-installation 2022/11/29 09:56:00 2022/11/29 09:57:00 publish 老孙 分享
centos
6609 ai: 这篇文章介绍了如何通过root账号登录服务器使用ip addr命令查看网络参数并编辑eth0网卡的配置文件将NOBOOT参数从no修改为yes后重启网络或服务器以应用更改。

root账号登陆 用ip addr命令查看网络参数。 打开eth0网卡的配置文件

vi /etc/sysconfig/network-scripts/ifcfg-eth0

NOBOOT参数no,修改为yes 重启网络或者重启服务器都可