CentOS5.5系统双网卡,双网关telnet其他机器特慢,怎么解决?
IP设置如下:
eth0
inet addr:10.10.1.214 Bcast:10.10.1.255 Mask:255.255.255.0
eth1
inet addr:10.10.2.7 Bcast:10.10.2.255 Mask:255.255.255.0
因为有双网关,所以添加了10.10.2.10作为default 网关,
10.10.1.10添加了路由表。
[root@localhost ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.2.0 * 255.255.255.0 U 0 0 0 eth1
10.10.1.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 10.10.2.10 0.0.0.0 UG 0 0 0 eth1
[root@localhost ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.10.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.10.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 10.10.2.10 0.0.0.0 UG 0 0 0 eth1
别的机器ftp 10.10.2.7时,很慢,但能进入。同样,我这台机器telnet 10.10.1.6 等1网段的机器时,非常慢,不知道是怎么回事?希望高手帮忙。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tracert 不同网段时的信息贴出来看看