Am Mi., 9. Nov. 2022 um 21:25 Uhr schrieb Jonathan Thornburg
<[email protected]>:
> --- begin /etc/hostname.em0 ---
> inet autoconf
> --- end /etc/hostname.em0 ---
Well, this is DTAG vDSL, so I have
-- begin /etc/hostname.pppoe0
inet 0.0.0.0 255.255.255.255 NONE \
pppoedev vlan7 authproto pap \
authname foo authkey bar \
up
dest 0.0.0.1
inet6 autoconf
!/sbin/route add default -ifp pppoe0 0.0.0.1
!/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0
-- end /etc/hostname.pppoe0
-- begin /etc/hostname.vlan7
vnetid 7 parent em1 up
-- end /etc/hostname.vlan7
-- begin /etc/hostname.em1
up
-- end /etc/hostname.em1
And I have
-- begin /etc/resolv.conf.tail
lookup file bind
family inet6 inet4
-- end /etc/resolv.conf.tail
> Does the -d unbound flag give any useful output for you? More generally,
> how are you starting unbound, i.e., what (if any) flags are you passing in
> /etc/rc.conf.local? I have
None.
I suspect that pppoe is a bit slow at startup, so unbound somehow times out
but has no problems once the network setup/the machine is stable.
Best
Martin