hosts.png

This one is a quick post on how to manage hosts in Ubuntu. The post is an out come of associating a specific host name to a particular IP address. For example on my college network, we have an internal host namely “exchange1″ which should resolve to the mail service address of my campus mail server. However, because Ubuntu doesn’t know what IP it should resolve “exchange” to I get the following error.

How do we let Ubuntu know that a particular host in this case”exchange1″ should resolve to a specific IP (in this case 15.101.20.1)

1. Drop down to the terminal by hitting ALT+F2 and by typing “gnome-terminal”.

sudo gedit /etc/hosts

Click for the Full Story
http://linuxhub.net/2009/07/how-to-manage-hosts-in-ubuntu/

No votes yet