On 2022-11-02, Frederik Konietzny <[email protected]> wrote: > Hi, > > for our OpenBSD PXE/autoinstall environment we are using a IPv4 PXE > server and a OpenBSD mirror with IPv6 address. Since OpenBSD 7.2 we have > an issue with the nameservers during the autoinstall process. (OpenBSD > 6.9, 7.0 and 7.1 work fine) > > If we start a VM to install OpenBSD 7.2 via PXE it gets an IPv4 address > via dhcp, loads the ramdisk bsd.rd and loads the install.conf file > successfully. Than it loads the install.conf file, where we define a > IPv6 IP, IPv6 Route and IPv6 nameserver server: > > Choose your keyboard layout = de > System hostname = test-openbsd-autoinst > Which network interface do you wish to configure = vio0 > IPv4 address for vio0 = none
interesting, so you tell it not to use v4 here, but... > nameserver yy.yy.yy.1 # resolvd: vio0 > nameserver yy.yy.yy.2 # resolvd: vio0 can you show more (ideally all) of the log?

