On Wed, Dec 21, 2022 at 03:04:01PM +0000, Rodrigo Readi wrote: > Am Mi., 21. Dez. 2022 um 14:06 Uhr schrieb Crystal Kolipe > <[email protected]>: > > > You might want to look at the commit message for version 1.727 of > > dhclient.c: > > > > http://cvsweb.openbsd.org/src/sbin/dhclient/dhclient.c > > And also /var/log/messages: "dhclient will go away, stop using it". > > Before dhclient I do "ifconfig run0 nwid ... wpakey ... bssid ... up" > > No idea where to park an "auto" there.
For IPv4 you probably want something like: # ifconfig run0 inet autoconf If you are using IPv6 you'll also likely want to use: # ifconfig run0 inet6 autoconf ... and configure slaacd. > And since I run unbound, I do not like that dhclient/dhcpleased touch > resolv.conf. You can disable resolvd and edit resolv.conf manually without any interference :).

