LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1148|回复: 2

小问题,讨论讨论(路由表)

[复制链接]
发表于 2008-6-30 20:44:44 | 显示全部楼层 |阅读模式
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]# route add -net 10.0.0.0 netmask 255.255.255.0 dev eth1           
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        *               255.255.255.0   U     0      0        0 eth1
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]#

怎么加不进10.0.0.0/24网络?两张网卡(eth0 连外网 ,eth1连内网,PING不通10.0.0.0里的机子)

[root@Runtop ~]# ifconfig
 楼主| 发表于 2008-7-1 20:43:48 | 显示全部楼层
讨论讨论,好好的路由怎么突然就不见了呢
回复 支持 反对

使用道具 举报

发表于 2008-7-11 15:51:04 | 显示全部楼层
Post by teaandpen;1869569
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]# route add -net 10.0.0.0 netmask 255.255.255.0 dev eth1           
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        *               255.255.255.0   U     0      0        0 eth1
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
[root@Runtop ~]#

怎么加不进10.0.0.0/24网络?两张网卡(eth0 连外网 ,eth1连内网,PING不通10.0.0.0里的机子)

[root@Runtop ~]# ifconfig


eth1的路由表应该是默认的,不用另外添加,建议检查一下eth1的配置。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表