All invalid hosts gets resolved to "com.org"
Posted
by
Vi
on Super User
See other posts from Super User
or by Vi
Published on 2011-02-02T13:49:00Z
Indexed on
2011/02/02
15:28 UTC
Read the original article
Hit count: 310
vi@vi-server:~$ nslookup nonexistent.itransition.com
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can't find nonexistent.itransition.com: NXDOMAIN
vi@vi-server:~$ cat /etc/resolv.conf
nameserver 8.8.8.8
It does not exist. The same result from dig nonexistent.itransition.com.
vi@vi-server:~$ ping nonexistent.itransition.com
PING nonexistent.itransition.com.org (216.234.246.153) 56(84) bytes of data.
64 bytes from 99.f6.ead8.static.theplanet.com (216.234.246.153): icmp_seq=1 ttl=46 time=128 ms
64 bytes from 99.f6.ead8.static.theplanet.com (216.234.246.153): icmp_seq=2 ttl=46 time=128 ms
It catches all invalid hostnames? Why? How to prevent?
© Super User or respective owner