LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Automatically reconfigure network in ubuntu studio? (https://www.linuxquestions.org/questions/linux-newbie-8/automatically-reconfigure-network-in-ubuntu-studio-698583/)

jmite 01-20-2009 07:37 AM

Automatically reconfigure network in ubuntu studio?
 
when I installed ubuntu studio, my computer was not connected to the internet, so I selected the option of "Don't configure at this time."

Now, it's installed and up and running, but when I plug in the ethernet cord, it doesnt' detect it.

I was wondering, how can I run whatevre automatic network configuration tool was on the installer, and get my internet running?

I know it's not a hardware problem, because I have gentoo and ubuntu installed on the same computer with no internet problems.

Thanks!

Agrouf 01-20-2009 08:36 AM

dhclient eth0

To do it automatically at boot, add this line to /etc/network/interfaces:
iface eth0 inet dhcp


All times are GMT -5. The time now is 12:47 AM.