When it comes to DNS setup Ubuntu doesn’t differ from other distributions. You can add hostname and IP addresses to the file /etc/hosts for static lookups.
To cause your machine to consult with a particular server for name lookups you simply add their addresses to /etc/resolv.conf.
sudo vi /etc/resolv.conf
enter the following details
search microsoft.com
nameserver 192.168.5.1
Wednesday, 27 August 2008
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment