disable of eth0 at boot time
Ewan Mac Mahon
ewan at macmahon.me.uk
Sun Feb 12 02:44:38 UTC 2006
On Sat, Feb 11, 2006 at 09:55:36PM +0100, René wrote:
>
> hello
> i want to disable eth0 at boot time.
> i did outcomment eth0 with:
> sudo gedit /etc/network/interfaces
> strange enough to me, that it does not work to put eth0 into action with:
> sudo ifup eth0
> as far as i get to see, there is no dialogue between the machine and
> dhcp-server at all.
> what could be wrong with the procedure i took?
If I'm reading you right you commented out the only setting that tells
the machine how to set up eth0, and now you're wondering why it doesn't
know how to set up eth0? The ifup/down scripts use the settings from
/etc/network/interfaces, so if they're gone the scripts won't work. You
could try uncommenting all the eth0 settings except the 'auto' one. I'm
not sure but I /think/ that will stop it coming up at boot, but still
allow ifupdown to work. Note though, that if the line is 'auto eth0 lo'
you'll need to make sure there's still an 'auto lo' entry somewhere
otherwise bad things may happen.
Ewan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060212/047ec668/attachment.sig>
More information about the ubuntu-users
mailing list