Server A / local server / name: landrover / IP: 192.168.20.1
Server B / remote server / name: landcruiser / IP: 192.168.10.1
The output of commands in my second post are all from Server A.
Trace of Server A from Server B (with ifconfig for verification):
[root@landcruiser ~]# ifconfig br0
br0 Link encap:Ethernet HWaddr 00:1E:68:A9:C0:CF
inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:258524 errors:0 dropped:0 overruns:0 frame:0
TX packets:408574 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:31095053 (29.6 MiB) TX bytes:486747583 (464.1 MiB)
[root@landcruiser ~]# traceroute 192.168.20.1
traceroute to 192.168.20.1 (192.168.20.1), 30 hops max, 38 byte packets
1 192.168.20.1 (192.168.20.1) 27.180 ms 24.128 ms 19.574 ms
Trace of Server B from Server A (with ifconfig for verification):
[root@landrover ~]# ifconfig br0
br0 Link encap:Ethernet HWaddr 00:13:72:2F:8F:77
inet addr:192.168.20.1 Bcast:192.168.20.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:62408 errors:0 dropped:0 overruns:0 frame:0
TX packets:52191 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6501901 (6.2 MiB) TX bytes:30533060 (29.1 MiB)
[root@landrover ~]# traceroute 192.168.10.1
traceroute to 192.168.10.1 (192.168.10.1), 30 hops max, 38 byte packets
1 192.168.10.1 (192.168.10.1) 21.147 ms 19.533 ms 20.992 ms
Trace of client in Server A's subnet from Server B:
[root@landcruiser ~]# ping -c 2 192.168.20.200
PING 192.168.20.200 (192.168.20.200) 56(84) bytes of data.
From 192.168.10.1 icmp_seq=0 Destination Host Unreachable
From 192.168.10.1 icmp_seq=1 Destination Host Unreachable
--- 192.168.20.200 ping statistics ---
2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 999ms
, pipe 3
[root@landcruiser ~]# traceroute 192.168.20.200
traceroute to 192.168.20.200 (192.168.20.200), 30 hops max, 38 byte packets
1 landcruiser (192.168.10.1) 3000.948 ms !H 3000.805 ms !H 3000.967 ms !H
Trace of client in Server B's subnet from Server A:
[root@landrover ~]# ping -c 2 192.168.10.197
PING 192.168.10.197 (192.168.10.197) 56(84) bytes of data.
64 bytes from 192.168.10.197: icmp_seq=0 ttl=128 time=20.7 ms
64 bytes from 192.168.10.197: icmp_seq=1 ttl=128 time=19.8 ms
--- 192.168.10.197 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 19.878/20.299/20.720/0.421 ms, pipe 2
[root@landrover ~]# traceroute 192.168.10.197
traceroute to 192.168.10.197 (192.168.10.197), 30 hops max, 38 byte packets
1 * * *
2 * * *
....
30 * * *
!! Can't do a trace of a client in Server A's subnet from Server B's subnet at the moment...
Trace of client in Server B's subnet from a client in Server A subnet (from a Windows client):
Tracing route to 192.168.10.197 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.20.1
2 * * * Request timed out.
...
30 * * * Request timed out.