[ILUGC] 1D1C - nslookup

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Sun, 27 Nov 2022 06:00:00 +0530

nslookup - query Internet name servers interactively
To find out â€œA” record (IP address) of Domain
$ nslookup ilugc.in

To find out reverse domain lookup
$ nslookup 34.87.59.92

To Query MX (Mail Exchange) records.
$ nslookup -queryÿ www.ilugc.in

To query NS(Name Server) record.
$ nslookup -queryÿ www.yahoo.com

To query SOA (Start of Authority) record.
$ nslookup -typeÿa www.yahoo.com

To query all Available DNS records.
$ nslookup -queryÿy facebook.com

To enable debug mode
$ nslookup -debug facebook.com



regards,
T.Dhanasekar

---
Mailing List Guidelines: https://ilugc.in/mailing-list-guidelines
Web: http://ilugc.in/
Internet Relay Chat: #ilugc on libera.chat

Other related posts:

  • » [ILUGC] 1D1C - nslookup - Dhanasekar