PDA

View Full Version : accessing configuration interface for Ubuntu Server


wgregori
March 16th, 2006, 12:56 AM
I'm a newbie to Ubuntu.

1. I need to change some network configuration. Is there an interface to do that. Other Linux distros I've played with have some sort of VT100 environment that allow me to manage the system (add users, change network info, etc)

Is there any documentation regarding Ubuntu server?

Thanks,
Wayne

kmi
March 16th, 2006, 07:35 AM
sudo ifconfig eth0 down
sudo nano /etc/network/interfaces
Edit and :
sudo ifconfig eth0 up
(replace eth0 with the interface you are actually configuring)

Then, considering : I'm a newbie to Ubuntu.
You certainly should have a look at the "Absolute Beginner Talk" (http://www.ubuntuforums.org/forumdisplay.php?f=73) section of this forum...