![Teledyne Dock Server User Manual Download Page 164](http://html.mh-extra.com/html/teledyne/dock-server/dock-server_user-manual_1080796164.webp)
Revision 7.10
2/28/2012
2. Verify proper operation from a computer on your private network. You will
pretend to be a Glider.
3. Verify proper operation from the Internet at large. It is sometimes difficult to
find a computer in your building that is NOT on the private network. One
suggestion is to try it from home. You will pretend to be a Glider.
2.
[OPTIONAL] Verify proper operation from a Glider crudely simulated on
any
computer with a Python interpreter. This requires
gmcoutofbandtools
which was
initially published in Version 6.33. See
Section 12.8.5 Testing with Simulated Glider.
3.
Verify proper operation with a real Glider. See
Section 12.8.6 Testing with a Glider
.
12.8.4 Checkout/Troubleshooting Procedures
These examples are written as if they are executed on a computer on your private
network which is configured as described in
Section 12.5.2 Typical Topology: NATed
behind a Firewall.
12.8.4.1 Confirm your network connectivity
Who is my default gateway?
[you@client ~]$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
10.20.30.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0
10.20.30.1 0.0.0.0 UG 0 0 0 eth0
Can I talk to my default gateway?
[you@client ~]$ ping -c 3 10.20.30.1
PING 10.20.30.1 (10.20.30.1) 56(84) bytes of data.
64 bytes from 10.20.30.1: icmp_seq=1 ttl=64 time=0.498 ms
64 bytes from 10.20.30.1: icmp_seq=2 ttl=64 time=0.452 ms
64 bytes from 10.20.30.1: icmp_seq=3 ttl=64 time=0.430 ms
10.20.30.1 ping statistics
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.430/0.460/0.498/0.028 ms
If you can't ping the default gateway:
Page 164 of 228