109.4 Configure Client Side DNS Flashcards

1
Q

Lookup authoritative nameservers for linux.com using Google DNS.

A

dig @8.8.8.8 +short NS linux.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Option to set the source IP address of a DNS query.

A

dig -b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Generates a ddns_key for /etc/named.conf.

A

dns-keygen or dnskeygen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Command used to perform a database lookup and display entries from the specified database.

A

getent

Ex. getent group sales

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Displays IP addresses for a specified domain name like www.google.com.

A

host www.google.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Queries the name server for specific information.

A

nslookup in interactive mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Full path to config file to specify order hosts,bind. (used by old versions of the C library)

A

/etc/host.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Full path to the conf file that specifies the order of name server lookups.

A

/etc/nsswitch.conf

Ex. hosts: files dns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Full path to conf file that specifies the domain to be searched and the DNS server to use for utilities like dig.

A

/etc/resolv.conf

search home vmhost
nameserver 192.168.1.1

The first domain name listed after the search keyword must be the home domain of your network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly