(E-Mail Removed) (Michael Fuhr) wrote in message news:<3fd10fa0$(E-Mail Removed)>...
[snip]
> You're contradicting yourself: you say that the name doesn't resolve,
> yet you say that you can ping it.
Exactly.
> If you can ping the name then
> it must be resolving somehow. Perhaps the real question is: "How
> is the name resolving when it doesn't appear to be in DNS?"
This was what I meant to ask but didn't phrase it that well.
> What are your exact ping and dig commands, and what's the output
> of each? Please use real names and IP addresses if possible --
> don't modify the output in any way.
[vittra:~]$ ping notl337.net
PING notl337.net.lateral.net (195.224.94.181): 56 octets data
64 octets from 195.224.94.181: icmp_seq=0 ttl=253 time=2.1 ms
64 octets from 195.224.94.181: icmp_seq=1 ttl=254 time=0.4 ms
64 octets from 195.224.94.181: icmp_seq=2 ttl=254 time=0.4 ms
64 octets from 195.224.94.181: icmp_seq=3 ttl=254 time=0.4 ms
--- notl337.net.lateral.net ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.4/0.8/2.1 ms
[vittra:~]$ dig notl337.net
; <<>> DiG 9.1.3 <<>> notl337.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 43741
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;notl337.net. IN A
;; AUTHORITY SECTION:
net. 10789 IN SOA a.gtld-servers.net.
nstld.verisign-grs.com. 2003120701 1800 900 604800 86400
;; Query time: 33 msec
;; SERVER: 195.224.94.179#53(195.224.94.179)
;; WHEN: Mon Dec 8 12:31:43 2003
;; MSG SIZE rcvd: 102
> A non-existent name could resolve if your DNS server has a wildcard
> A record, but that should show up with dig or host.
But this happens for *any* domain, so where would this wildcard A
record be? The notl337.net example above is a hostname for a domain
that doesn't exist. I get the same strangeness with other hosts which
use the same DNS server so it seems like a problem with the DNS server
but I'm not sure what or why or how.
[snip]
> What does "grep hosts /etc/nsswitch.conf" show?
[vittra:~]$ grep hosts /etc/nsswitch.conf
hosts: files dns
Thanks for the reply. I would appreciate any further help! :-)
P