On Tue, Nov 04, 2014 at 11:21, Jason Adams wrote: > So can anyone point me to the settings where the sequence of bringing up > interfaces is controlled at > boot time? Or am I just going to have to set default gateway after it is > booted by something in > rc.local?
/etc/netstart executes hostname.* which will be in alphabetical, then numerical, order. echo /etc/hostname.* will show you the order if you want to check it.

