How to: Check rDNS of an IP

An easy way to check the rDNS of an IP would be to use the online tools like mxtoolbox:
https://mxtoolbox.com/ReverseLookup.aspx

If you are a linux user, you may simply use the host command to find the rdns of an IP:

[root@localhost ~]# host 104.161.66.132
132.66.161.104.in-addr.arpa domain name pointer vps-ip-in-reverse.mellowhost.com.

  • rdns, how to, host
  • 0 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

LVM Cheatsheet

To install LVM2 in CentOS/Redhat servers: yum install lvm2 1. Add a partition to physical...

How to: Extend LVM partition

To increase the partition lv0 under volume group vg0 by 50GB, use lvextend command: lvextend...

How to: LVM Snapshot

LVM snapshot can be useful for filesystem integrity check and backups. A snapshot of size 15GB...

How to: Device Mapper Number to LV Name

It is often confusing when device mapper number appears while troubleshooting in place of logical...

How to: Repair a lvm thin pool

Sometimes there can be error like the following:Thin's thin-pool needs inspection.It can appear...