What should be done to ensure a client machine uses the recursive nameserver running on the IP address 192.168.0.1? (Choose TWO correct answers.)
Add nameserver 192.168.0.1 to /etc/resolv.conf.
Run route add nameserver 192.168.0.1.
Run ifconfig eth0 nameserver 192.168.0.1.
Ensure that the dns service is listed in the hosts entry in the /etc/nsswitch.conf file.
Run bind add nameserver 192.168.0.1.
Submit