Joshua S. Freeman wrote: >Also, I noticed that when I rebooted the box, it seemed to have lost the IP >settings in ifconfig. > > Try this in /etc/rc.conf put the following ifconfig_fxp0="DHCP" ifconfig_fxp0="UP" change fxp0 to match your NIC. It might be fxp0 or dc0 or eth0. Run # dmesg | grep net and you'll figure out.