I first noticed this on my local network, and see the same thing on my Linode. Apparently ns1.theplanet.com (and ns2) are reporting at least the 192.168.1.1-255 as *.static.theplanet.com. For example:
Code:
zero:~$ dig 6b.1.a8c0.static.theplanet.com A
; <<>> DiG 9.5.1-P3 <<>> 6b.1.a8c0.static.theplanet.com A
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56900
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;6b.1.a8c0.static.theplanet.com. IN A
;; ANSWER SECTION:
6b.1.a8c0.static.theplanet.com. 84995 IN A 192.168.1.107
;; AUTHORITY SECTION:
1.a8c0.static.theplanet.com. 84995 IN NS ns2.theplanet.com.
1.a8c0.static.theplanet.com. 84995 IN NS ns1.theplanet.com.
;; Query time: 0 msec
;; SERVER: 74.207.241.5#53(74.207.241.5)
;; WHEN: Wed Oct 14 02:42:52 2009
;; MSG SIZE rcvd: 100
6c.1.a8c0.static.theplanet.com returns 192.168.1.108, etc. I know this isn't really a problem (for me), but I don't like my local workstation telling me it's $HOSTNAME is 6b. Is this just a DNS error at theplanet.com that should clear up when someone gets around to fixing it?