Re: ifconfig_*="DHCP" in absence of server

2020-09-22 Thread Gleb Popov
On Fri, Sep 18, 2020 at 9:05 PM Eugene Grosbein wrote: > 18.09.2020 20:05, Gleb Popov wrote: > > >> Look for "background_dhclient" in the rc.conf manual page, it merely > adds > >> "-b" > >> to dhclient flags. > >> > >> &

Re: ifconfig_*="DHCP" in absence of server

2020-09-18 Thread Gleb Popov
On Fri, Sep 18, 2020 at 7:31 AM Eugene Grosbein wrote: > > Look for "background_dhclient" in the rc.conf manual page, it merely adds > "-b" > to dhclient flags. > > Thanks, this indeed improved things for the "netif" part of the problem. But it still waited 30s for "default route interface". I fo

ifconfig_*="DHCP" in absence of server

2020-09-17 Thread Gleb Popov
At $WORK I'm running a bunch of similar FreeBSD machines, all of them have ifconfig_DEFAULT="DHCP" in their /etc/rc.conf The DHCP server runs on some old Cisco router. At the start of the working day the power switch gets turned on and both the router and FreeBSD machines start simultaneously.