Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, in networking, if you want to get specific DNS information (i.e. specific DNS records like A record, CNAME, etc) from name servers about a fully qualified host name, like cnn.com, what interactive command do you use?
Answer

nslookup

^^ here is example interaction from the nslookup progarm prompt:

> set type=A
> cnn.com
Server:		127.0.1.1
Address:	127.0.1.1#53

Non-authoritative answer:
Name:	cnn.com
Address: 151.101.193.67
Name:	cnn.com
Address: 151.101.129.67
Name:	cnn.com
Address: 151.101.65.67
Name:	cnn.com
Address: 151.101.1.67


Question
In linux, in networking, if you want to get specific DNS information (i.e. specific DNS records like A record, CNAME, etc) from name servers about a fully qualified host name, like cnn.com, what interactive command do you use?
Answer
?

Question
In linux, in networking, if you want to get specific DNS information (i.e. specific DNS records like A record, CNAME, etc) from name servers about a fully qualified host name, like cnn.com, what interactive command do you use?
Answer

nslookup

^^ here is example interaction from the nslookup progarm prompt:

> set type=A
> cnn.com
Server:		127.0.1.1
Address:	127.0.1.1#53

Non-authoritative answer:
Name:	cnn.com
Address: 151.101.193.67
Name:	cnn.com
Address: 151.101.129.67
Name:	cnn.com
Address: 151.101.65.67
Name:	cnn.com
Address: 151.101.1.67

If you want to change selection, open document below and click on "Move attachment"

27. DNS and Name Resolution
; The Registry database contains ONLY .COM, .NET, .ORG, .EDU domains and Registrars. (Internic happens to have this database of .com , .net , .org , and .edu domains.) 27.7 The nslookup Command <span>nslookup is a program to interactively query a name server. If you run nslookup you will get a > prompt at which you can type commands. If you type in a host name, nslookup will return its IP

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.