码迷,mamicode.com
首页 > 其他好文 > 详细

debian服务器上不了网,缺少默认网关

时间:2016-02-16 18:25:45      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

debian服务器上不了网,缺少默认网关

root@hbg:/# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth2
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1

 

添加网关

root@hbg:/# route add default gw 192.168.1.1

上网网段为192.168.1.X网段

 

添加后查询路由表信息如下:

root@hbg:/# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0             UG    0      0        0    eth2
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0     eth2
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0     eth1

debian服务器上不了网,缺少默认网关

标签:

原文地址:http://www.cnblogs.com/rohens-hbg/p/5193334.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!