eth0 config

Ron Smith yellowdog-newbie@lists.terrasoftsolutions.com
Sat, 9 Aug 2003 13:06:54 -0700


It looks reasonable if your goal is to use DHCP and to start it 
manually when you want to use it (not automatically on boot). Using 
this configuration the system will not have the annoying delay during 
boot when it is not attached to a network, then to start the network 
you just:

	/sbin/ifconfig eth0 up

to start the network. You need to be root to start the network.

-Ron



On Saturday, August 9, 2003, at 07:38 AM, Harvey Ussery wrote:

> Can anyone please advise me whether the following seems like a 
> reasonable configuration (ifcfg-eth0 file) for eth0? eth0 on my iMac 
> is the built-in ethernet port (sungem). I am supposed to use the 
> ifcfg-eth0 file as the basis for config'ng my eth1 (Airport/wireless) 
> file. Thanks for insights.    --Harvey
>
> DEVICE=eth0
> BOOTPROTO=dhcp
> ONBOOT=no
> USERCTL=no
> PEERDNS=no
> TYPE=Ethernet
>
> _______________________________________________
> yellowdog-newbie mailing list
> yellowdog-newbie@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie
>