rendered paste body[root@mysql network-scripts]# tracert 10.4.20.70
traceroute to 10.4.20.70 (10.4.20.70), 30 hops max, 40 byte packets
1 10.4.0.37 (10.4.0.37) 0.665 ms 0.902 ms 1.142 ms
2 vl60.cr02-63.core1.dllstx3.dallas-idc.com (208.115.255.89) 1.132 ms 1.208 ms 1.2 72 ms
3 vl60.cr02-63.core1.dllstx3.dallas-idc.com (208.115.255.89) 1.450 ms !H
[root@mysql network-scripts]#
[root@mysql network-scripts]# tracert 10.4.20.70
traceroute to 10.4.20.70 (10.4.20.70), 30 hops max, 40 byte packets
1 10.4.0.37 (10.4.0.37) 0.574 ms 0.805 ms 1.048 ms
2 vl60.cr02-63.core1.dllstx3.dallas-idc.com (208.115.255.89) 0.533 ms 0.600 ms 0.663 ms
3 vl60.cr02-63.core1.dllstx3.dallas-idc.com (208.115.255.89) 0.810 ms !H * *
[root@mysql network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.4.0.36 0.0.0.0 255.255.255.252 U 0 0 0 eth0
216.245.200.80 0.0.0.0 255.255.255.240 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
0.0.0.0 216.245.200.81 0.0.0.0 UG 0 0 0 eth1
[root@mysql network-scripts]# route -n | grep 10
10.4.0.36 0.0.0.0 255.255.255.252 U 0 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
[root@mysql network-scripts]#
[root@mysql network-scripts]# route -n | grep eth0
10.4.0.36 0.0.0.0 255.255.255.252 U 0 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
[root@mysql network-scripts]# route -n | grep eth1
216.245.200.80 0.0.0.0 255.255.255.240 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 216.245.200.81 0.0.0.0 UG 0 0 0 eth1
[root@mysql network-scripts]#