User Tools

Site Tools


pages:howtos:dns:find-reverse-soa-for-ip-address

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:dns:find-reverse-soa-for-ip-address [2023/12/28 15:36] mischerhpages:howtos:dns:find-reverse-soa-for-ip-address [2023/12/28 15:47] (current) – [The "dig" way - but shorter] mischerh
Line 2: Line 2:
 ====== How to find the Authoritative Reverse DNS Server for a specific IP Address ====== ====== How to find the Authoritative Reverse DNS Server for a specific IP Address ======
   * [[https://linux.die.net/man/1/dig | dig(1) - Linux man page]]   * [[https://linux.die.net/man/1/dig | dig(1) - Linux man page]]
 +  * [[https://serverfault.com/questions/767596/how-to-check-name-servers-for-reverse-dns | Server Fault - How to check name servers for reverse DNS]]
  
 ===== The "dig" Way ===== ===== The "dig" Way =====
Line 136: Line 137:
 </code> </code>
  
 +<sxh bash; gutter: false>
 +dig +trace 18.157.147.80.in-addr.arpa | grep SOA
 +</sxh>
 +<code>
 +157.147.80.in-addr.arpa. 3600   IN      SOA     pns.dtag.de. dns.telekom.de. 2023122801 86400 7200 3600000 3600
 +</code>
  
 ===== dnstracer ===== ===== dnstracer =====
pages/howtos/dns/find-reverse-soa-for-ip-address.1703777793.txt.gz · Last modified: 2023/12/28 15:36 by mischerh