本文为网络工程师在线下对客户服务器进行操作经验总结,转载注明出处。
在经过一系列的IP排查后并没有找到问题点,可以按照下面的操作进行
ifup ifcfg-eth0
/ect/hosts 配置主机名和IP地址的对应
/etc/sysconfig/network 配置主机名和网关
/etc/sysconfig/network-scripts/ifcfg-eth0
etc/init.d/networking restart
ifdown ifcfg-eth0 && ifup ifcfg-eth0
还不行可能是
停止服务:service NetworkManager stop systemctl stop NetworkManager
移除开机启动:chkconfig NetworkManager off systemctl disable NetworkManager
存在图形化界面考虑以下,是否是NetworkManager问题
[root@localhost ~]# nmcli connection up eno16777736
[root@localhost ~]# nmcli connection reload
[root@localhost ~]# systemctl stop NetworkManager