On Wed, Aug 11, 2010 at 12:08 PM, wolk <w...@jablko.one.pl> wrote: > I installed openbsd 4.7, during installation i get ip address(192.168.1.47) > <snip>
> After reboot my new openbsd can't get address from server Same problem here. I have two machines at home that act the same. Those machines are running 4.7-sparc64 and 4.8-beta(aug 9)-i386, respectively. dhcp servers are: netgear cheap WAP/router and my ISP's dhcp. Both of them work with both servers on the ramdisk installer but do not work on the installed machine. tcpdump shows the initial request and initial response from the server, but nothing after that. At work I am unable to replicate the issue with the Aug 7 snapshot for amd64...ramdisk and installed machine are fine either way. Is it possible this is related to ARPCHECK that is performed after receiving a DHCPOFFER? I've started looking over dhclient.c but I can't seem to find a solid block of time to read it in depth.