Displaying 1 result from an estimated 1 matches for "3010ms".
Did you mean:
300ms
2007 Dec 06
0
Incorrect source address, per-process routing
...route show table 100
default via 192.168.1.1 dev eth1 src 192.168.1.100
The command:
~ # sudo -u alt-route-user ping google.com
PING google.com (64.233.187.99) 56(84) bytes of data.
--- google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3010ms
/tmp #
Produces the trace:
~ # tshark -n -i eth1 icmp
Capturing on eth1
0.000000 192.168.0.100 -> 64.233.187.99 ICMP Echo (ping) request
1.009611 192.168.0.100 -> 64.233.187.99 ICMP Echo (ping) request
2.009777 192.168.0.100 -> 64.233.187.99 ICMP Echo (ping)...