站长资讯网
最全最丰富的资讯网站

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

相关视频教程推荐:linux视频教程

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号