Just as the title reads: How do I discover what nameserver is the authoritative nameserver for PTR records for a specific IP?
|
feedback
|
|
Or another way using nslookup on an address in the 216.239.32.0 subnet:
Which will give you a list of name-servers for that reverse-lookup domain. | |||
|
feedback
|
|
Sorry it's kind of obvious, it's late give me a break. dig XX.XX.XX.in-addr.arpa. will reply with the SOA if one has been assigned. | |||
|
feedback
|
|
DNSStuff.com is a great place - their free tool will show this - as well as some other information for who is responsible for the IP Space - in case you need abuse contact details. Don't worry - we all know how those late nights go... | |||
|
feedback
|
|
IF you are using Linux, try 'dig -x '. | |||||
feedback
|