> Try adding the following to /etc/conf.d/net:
> 
> postdown() {
>         test "${IFACE}" = "eth0" && /sbin/ifconfig eth0 0.0.0.0 up
>         return 0
> }

Thank you. That was a big help, but somehow disappointing.

I would rather like, if ifplugd would automatically do the "ifconfig up"
so that no configuration tweaks are needed.

Of course, i also got to put the interface in the "up" state on boot,
because i don't want to put net.eth0 in the default-runlevel for the
case where there is no cable plugged in ...

Therefor, at the moment, i also do a "ifconfig eth0 up" in
/etc/conf.d/local.start.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to