Could someone help me with the last exercise on this labs task?
On host01
we want to resolve name news
to news.yahoo.com
automatically without hard coding its entry in /etc/hosts
file. Add the required changes on host01
.
My steps:
sudo vi /etc/resolv.conf
i
search yahoo.com
Esc
:wq
Am I missing anything?