Does this address belong to linode?
Name resolution for the name 167.39.162.139.in-addr.arpa timed out after none of the configured DNS servers responded.
And came up with li1452-167.members.linode.com
Is that right and if so what would that be?
thanks
8 Replies
host 167.39.162.139.in-addr.arpa
returns nothing.
There is, however, a "PTR" record, which is why
host -t ptr 167.39.162.139.in-addr.arpa
returns li1452-167.members.linode.com, so yes, the address 139.162.39.167 belongs to Linode.
I wonder, however, why don't you just do this:
host 139.162.39.167
to get the same result. You don't have to reverse the IP, append .in-addr.arpa and look for a PTR record, the host command does it for you.
$ whois 139.162.39.167
<snipped>inetnum: 139.162.0.0 - 139.162.255.255
netname: EU-LINODE-20141229
descr: 139.162.0.0/16
org: ORG-LL198-RIPE
country: US
admin-c: TA2589-RIPE
tech-c: TA2589-RIPE
tech-c: LA538-RIPE
status: LEGACY
remarks: For information on "status:" attribute read https://www.ripe.net/data-tools/db/faq/faq-status-values-legacy-resources
remarks: Please send abuse reports to abuse@linode.com
mnt-by: linode-leg-mnt
created: 2004-02-02T16:20:09Z
last-modified: 2015-05-05T01:52:02Z
source: RIPE
organisation: ORG-LL198-RIPE
org-name: Linode, LLC
org-type: OTHER
address: 329 E. Jimmie Leeds Road, Suite A, Galloway, NJ 08205
abuse-c: AR31889-RIPE
abuse-mailbox: abuse@linode.com
mnt-ref: linode-leg-mnt
mnt-by: linode-leg-mnt
created: 2015-04-20T03:09:43Z
last-modified: 2015-04-20T03:18:36Z
source: RIPE # Filtered</snipped>
I pasted the most relevant section of the output above, which shows that indeed the IP address is assigned to Linode.
In fact, Linode customers who configure their PTR records properly will probably make those records to point to their own domains, which usually have anything to do with linode.com.
@ingber:
Just where in the DNS Manager does one set the domain to be used by whois?
Huh? DNS and WHOIS have no relation, other than WHOIS records for domain names frequently list the authoritative nameservers for the domain. If you mean setting the reverse DNS, you do that from the Remote Access tab of the Linode, not the DNS Manager.
whois linode_static_ip
to reflect my own domain's Linode VPS instead of Linode.com:
"In fact, Linode customers who configure their PTR records properly will probably make those records to point to their own domains, which usually have anything to do with linode.com."
Thanks.