ip route 问题 求解
添加table ppp0的时候指定src试试,我个人感觉是由于回应包无法到达造成的吧。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
添加table ppp0的时候指定src试试,我个人感觉是由于回应包无法到达造成的吧。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
路过看看
还是没解决
本帖最后由 tianer 于 2011-01-27 18:03 编辑
回复 2# net-pedestrian
现在在192.168.3.79上ping 某个ip
网关机用tcpdump抓包 结果如下
tcpdump -i eth0 dst 67.xx.xx.xx
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
17:53:06.975588 IP 192.168.3.79 > 67.xx.xx.xx: ICMP echo request, id 512, seq 20393, length 40
17:53:12.485963 IP 192.168.3.79 > 67.xx.xx.xx: ICMP echo request, id 512, seq 20649, length 40
tcpdump -i ppp0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ppp0, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
17:53:39.995992 IP 192.168.1.13 > 67.xx.xx.xx: ICMP echo request, id 512, seq 21929, length 40
17:53:45.510431 IP 192.168.1.13 > 67.xx.xx.xx: ICMP echo request, id 512, seq 22185, length 40
查看路由
ip route ls
192.168.0.78 dev ppp0 proto kernel scope link src 10.0.0.4
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.x
169.254.0.0/16 dev eth0 scope link
default via 192.168.1.254 dev eth0