Read: myname(5), mygate(5), hostname.if(5), resolv.conf(5), hosts(5) networking # Display the current configuration of network interfaces ifconfig # Set DHCP for 're0' interface, on the fly ifconfig re0 autoconf # Perform network (re)initialisation sh /etc/netstart Your interface name depends on your hardware — check ifconfig output and read the relevant man page (e.g. man iwx, man bge). networkin

