LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to not init eth0 at boot time (https://www.linuxquestions.org/questions/linux-networking-3/how-to-not-init-eth0-at-boot-time-27425/)

aldaeron 08-07-2002 02:01 PM

How to not init eth0 at boot time
 
I have been trying to install rp pppoe and the howto file says "DO NOT assign an IP address to the Ethernet card. DO NOT configure the card to come up at boot time."

How do I do that? I tried commenting out all the ip stuff in /etc/rc.d/rc.inet-eth0 but it tried to load on boot. Should I just delete /etc/rc.d/rc.inet-eth0 ?? Thanks for your help!

Mara 08-07-2002 03:55 PM

I think you can delete it.

trickykid 08-07-2002 05:42 PM

If your using Slack 8, you need to comment out the lines for /etc/rc.d/rc.inet1 so it doesn't try to configure your ethernet card and assign a IP to it.
But you can either just delete the file probably would work as well. Not sure or never seen a rc.inet-eth0 startup script for Slack unless you created it yourself.

krunkwick 08-07-2002 06:00 PM

You may also want to check out webmin. Its a web administration tool (I have had no problems with the base product from the web site) that allows you to configure all aspects of the machine.

It also allow for you to not have an interface load at boot time.

lopezjo49 08-07-2002 07:30 PM

I don't use slackware, I use RH but you could try to see if this file exists.
/etc/sysconfig/networking/devices/ifcfg-eth0
and set ONBOOT='no'


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