network card not activated on bootupForum: Networking Topic: network card not activated on bootup started by: chongluo Posted by chongluo on Oct. 07 2004,15:15
hi,I have disabled the dhcp, use static ip address for the networkcard, and the network is working fine. but only with one problem. Each time I boot up the system, I have to issue the "ifup eth0" command to activate the network card, otherwise the network will not work. Please advice how can I get the network card activate at bootup, so that I do not have to issue ifup command. many thanks Posted by AwPhuch on Oct. 07 2004,16:32
Is it a Harddrive install or livecd?Brian AwPhuch Posted by chongluo on Oct. 07 2004,18:40
it's a harddrive install
Posted by AwPhuch on Oct. 07 2004,21:49
Edit your /etc/rc.d/rc.local (redhat) or sysinit and put in there /dir/to/ifup eth0 and it will autostart itBrian AwPhuch |