Date: Sat, 26 Jun 1999 15:09:59 -0700 From: "Rami Soudah" <rsodah@index.com.jo> To: freebsd-questions@FreeBSD.org Subject: nslookup (it was ping delay) Message-ID: <37754FB7.4BD6844@index.com.jo>
next in thread | raw e-mail | index | archive | help
Greetings, At my home network, i can ping the domain but i cant resolve it I keep getting 'No response from server'? What could be wrong? -Pons bash-2.02$ ping earth PING earth (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=255 time=0.117 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=0.105 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=0.110 ms ^C --- earth ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.105/0.111/0.117/0.005 ms bash-2.02$ ping earth.home.net PING earth (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=255 time=0.111 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=0.113 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=0.112 ms ^C --- earth ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.111/0.112/0.113/0.001 ms bash-2.02$ nslookup earth.home.net Server: earth.home.net Address: 0.0.0.0 *** earth.home.net can't find earth.home.net: No response from server ----------------//--------------- /etc/hosts # $Id: hosts,v 1.9 1998/04/16 14:37:19 joerg Exp $ # 127.0.0.1 localhost localhost.home.net 192.168.0.2 metro metro.home.net 192.168.0.1 earth earth.home.net # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37754FB7.4BD6844>