The client must be only one hop
from the server; that is, the client and server subnetworks must
be connected through a single router or gateway. You can verify
this by running /usr/sbin/ping
with the -o
option from the relay system to the server. For example, to check
the hops from tinkrbel
to peter:
tinkrbel: /usr/sbin/ping -o peter -n 1 PING peter.neverlnd.com: 64 byte packets 64 bytes from 153.13.115.149: icmp_seq=0. time=18. ms ----peter.neverlnd.com PING Statistics---- 1 packets transmitted, 1 packets received, 0% packet loss round-trip (ms) min/avg/max = 18/18/18 1 packets sent via: 153.13.112.1 - croc-gw.neverlnd.com 153.13.115.149 - peter.neverlnd.com 153.13.104.1 - croc-gw.neverlnd.com 153.13.105.109 - tinkrbel.neverlnd.com |
Note that the packet went from the relay system tinkrbel
via the gateway croc-gw
to the server peter
and returned back to tinkrbel
via croc-gw.
This shows that tinkrbel
is only one gateway (croc-gw)
away from peter.