Tag Archives: hostname
May 12, 2009 Changing your hostname in Ubuntu
Two options:
/etc/hostname
Can be edited with gedit for instance, not sure if you need root permissions.
If you’re only interested in changing the hostname that is sent, or rahter seen by, the network, you can change the dhcp settings.
In /etc/dhcp3/dhclient.conf you can see right after the initial comments this:
send host-name "<hostname>";
You edit it to something like
#send host-name "<hostname>";
send host-name "m4m";
You’re good to go.
Tags: 8.04, 8.10, 9.04, alter, change, changing, config, configuration, dhcp, file, hardy, host, host-name, hostname, intrepid, jaunty, name, ubuntu
- Leave a comment
- Posted under Uncategorized