On 07/27/2014 04:30 AM, Grand Duet wrote: > >> and also the output of the "rc-update show" command? > > # rc-update show > alsasound | boot > bootmisc | boot > dbus | default > devfs | sysinit > dmesg | sysinit > fsck | boot > hostname | boot > hwclock | boot > keymaps | boot > killprocs | shutdown > kmod-static-nodes | sysinit > local | default > localmount | boot > loopback | boot > metalog | default > modules | boot > mount-ro | shutdown > mtab | boot > net.eth0 | default > net.lo | boot > netmount | default > privoxy | default > procfs | boot > root | boot > savecache | shutdown > swap | boot > swapfiles | boot > sysctl | boot > sysfs | sysinit > termencoding | boot > tmpfiles.dev | sysinit > tmpfiles.setup | boot > udev | sysinit > udev-mount | sysinit > urandom | boot > > Everywhere above eth0 has been put instead of its udev "predictable" name. > > Do you think that I need > carrier_timeout_eth0=20 > somewhere in /etc/conf.d/net ? >
Have you tried disabling network hotplugging in /etc/rc.conf? i.e. setting rc_hotplug="!net.*" Sounds like the interfaces are being brought up out of order. Dan

