If you install FreeBSD on KVM, you encounter a problem where you are able to install it over the network, but not be able to get it to obtain an IP address after the initial reboot.
The solution is to add the following in /etc/rc.conf:
synchronous_dhclient=“YES”
And …
read more