nslookup: Query Internet Name Server

Nslookup is a program to query Internet domain name servers. Nslookup has two modes: interactive and non-interactive. Interactive mode allows the user to query name servers for information about various hosts and domains or to print a list of hosts in a domain. Non-interactive mode is used to print just the name and requested information for a host or domain.

# nslookup website-to-nslookup.com
Server:         192.168.0.1
Address:        192.168.0.1

Non-authoritative answer:
Name:  website-to-nslookup.com
Address: 192.168.0.50

You May Also Like

Leave a Reply?