[linux] Re: dns server probleem volgens paai
Geert Stappers
stappers op stappers.nl
Zo Jul 5 14:52:42 CEST 2009
Op 20090705 om 14:13 schreef paai:
>
> $ ping slashdot.org
> ping: unknown host slashdot.org
>
> $ ping 216.34.181.45
> PING 216.34.181.45 (216.34.181.45) 56(84) bytes of data.
> 64 bytes from 216.34.181.45: icmp_seq=1 ttl=245 time=129 ms
> ...
>
En wat staat er dan nog meer in de betreffende /etc/resolv.conf ?
Cheers
Geert Stappers
--
$ ping -c1 cadiz.gpm.stappers.nl. # Full Qualified Domain Name
PING cadiz.gpm.stappers.nl (172.24.0.39) 56(84) bytes of data.
64 bytes from cadiz.gpm.stappers.nl (172.24.0.39): icmp_seq=1 ttl=64 time=0.166 ms
--- cadiz.gpm.stappers.nl ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.166/0.166/0.166/0.000 ms
$ ping -c1 cadiz.gpm.stappers.nl # zonder afsluitpunt
PING cadiz.gpm.stappers.nl (172.24.0.39) 56(84) bytes of data.
64 bytes from cadiz.gpm.stappers.nl (172.24.0.39): icmp_seq=1 ttl=64 time=0.157 ms
--- cadiz.gpm.stappers.nl ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.157/0.157/0.157/0.000 ms
$ ping -c1 cadiz.gpm # zonder 'search'
PING cadiz.gpm.stappers.nl (172.24.0.39) 56(84) bytes of data.
64 bytes from cadiz.gpm.stappers.nl (172.24.0.39): icmp_seq=1 ttl=64 time=0.159 ms
--- cadiz.gpm.stappers.nl ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.159/0.159/0.159/0.000 ms
$ ping -c1 cadiz # zonder 'domain'
ping: unknown host cadiz
$ cat /etc/resolv.conf
domain gpm.stappers.nl
search stappers.nl.
nameserver 172.24.0.10
More information about the Linux
mailing list