-----Original Message-----
From:   Nick Rout [mailto:[EMAIL PROTECTED] 
Sent:   Monday, 13 December 2004 12:16 p.m.
To:     [EMAIL PROTECTED]
Subject:        Re: DNS and Ping problems at home


can the ipcop box ping? ssh into it (port 222 remember) and give it a go.


serva root # ssh ipcop:222
ssh: ipcop:222: Name or service not known
serva root # ssh 192.168.10.1:222
ssh: 192.168.10.1:222: Name or service not known
serva root # ssh 192.168.1.1:222
ssh: 192.168.1.1:222: Name or service not known


after that test go back to the linux box and do a traceroute:

/usr/sbin/traceroute -n www.somewhereorother.com


serva root # traceroute ns1.orcon.net.nz
traceroute to ns1.orcon.net.nz (210.55.12.1), 30 hops max, 40 byte packets
 1  ipcop (192.168.10.1)  0.605 ms  0.371 ms  0.315 ms
 2  * * *
 3  * *
serva root # ping ns1.orcon.net.nz
PING ns1.orcon.net.nz (210.55.12.1) 56(84) bytes of data.
64 bytes from ns1.orcon.net.nz (210.55.12.1): icmp_seq=1 ttl=59 time=79.9 ms
64 bytes from ns1.orcon.net.nz (210.55.12.1): icmp_seq=2 ttl=59 time=73.9 ms

--- ns1.orcon.net.nz ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 73.987/76.945/79.903/2.958 ms

Reply via email to