In a previous post I used FreeBSD 9.2 as a DHCP server. This is basically the sequel of that post. We're going to enable PXE booting by using TFTP and NFS to serve the files from. Let's go ahead and install the dhcpd server package:

pkg install isc-dhcp43-server-4.3 …