当前位置:   article > 正文

linux更换内核后无法上网,ubuntu 系统升级内核版本后网络不能正常启动问题

ubuntu其中一个linux内核无法上网,其他内核正常,怎么办

3.3.4

3.3.4

12.04 是内核版本由3.2.0-24升级到3.3.4后网络报错,服务器重启时报错提示: 不能使用 /etc/network/interfaces配置文件,service networking restart 不能正常重启网络

解决方法1.

修改/etc/network/interfaces为

auto lo

iface lo inet loopback

auto eth0

iface eth0 inet static

address 114.114.94.44

gateway 114.114.94.1

netmask 255.255.255.192

上述步骤为标准格式 ,不要加其它的内容 否则service networking restart 不能正常重启并报错,服务器重启后不能远程登陆

ifconfig 不能显示 eth0 ,只显示lo

/etc/resolv.conf 配置文件中的配置文件丢

解决方法2.

附:另手动添加步骤:

ifconfig eth0 114.114.94.44 netmask 255.255.255.192 up

route add default gw 114.114.94.1

echo "nameserver 202.106.0.20" >> /etc/resolv.conf

echo "nameserver 8.8.8.8" >> /etc/resolv.conf

确保/etc/resolv.conf 文件中有 dns

nameserver 202.106.0.20

nameserver 8.8.8.8

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/246817
推荐阅读
相关标签
  

闽ICP备14008679号