LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   startup (https://www.linuxquestions.org/questions/linux-newbie-8/startup-287343/)

Ab3n 02-07-2005 12:41 PM

startup
 
What configuration file do I need to edit so my eth0 and wlan0 are configured at startup?
I am using gentoo by the way. Thanks!

Crashed_Again 02-07-2005 01:50 PM

Configured? The conf file is /etc/conf.d/net. You can setup your cards and how they act in there.

If you mean make sure the cards actually "startup" during the bootprocess then you'll have to add the appropriate net services to the default runlevel:

rc-update add net.eth0 default
rc-update add net.wlan0 default

Not sure if its called 'net.wlan0' though so check out the contents of /etc/init.d to see what its called.

Oliv' 02-07-2005 01:51 PM

Hi,

The file you are looking for is: /etc/conf.d/net

Oliv'

Ab3n 02-07-2005 01:55 PM

Thanks guys!

Oliv' 02-08-2005 02:47 PM

Eh, Happy Birthday ;)


All times are GMT -5. The time now is 02:00 AM.