Hi all,
I'm trying to comprehend how FreeBSD updates /etc/resolv.conf. Upon boot my interface gets an IP from the DHCP server, but resolv.conf remains missing. Running
Does anyone know what chain of events sets up /etc/resolv.conf? Who sets the
OS: FreeBSD 13.1-RELEASE.
/etc/rc.d is:
I'm trying to comprehend how FreeBSD updates /etc/resolv.conf. Upon boot my interface gets an IP from the DHCP server, but resolv.conf remains missing. Running
dhclient vxm0
gets an IP, but does not populate the various kenv
variables that /etc/rc.d/resolv uses.Does anyone know what chain of events sets up /etc/resolv.conf? Who sets the
kenv
variables? TIA.OS: FreeBSD 13.1-RELEASE.
/etc/rc.d is:
Code:
hostname="host.example.com"
ifconfig_vmx0="DHCP"
sshd_enable="YES"
ntpdate_enable="YES"
dumpdev="AUTO"