centos系统上不了外网怎么办

centos系统上不了外网怎么办

解决方法如下:

1、检查路由

# route -n

centos系统上不了外网怎么办

如果你缺失第一个路由,是肯定无法ping通外网的。

(推荐教程:centos使用教程

2、添加dns

# vim /etc/resolv.conf nameserver 8.8.8.8

3、添加路由

# route add default gw 192.168.0.1

4、重启网卡

service network restart

相关视频教程推荐:centos使用教程

以上就是

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享