Pages

Thursday, July 11, 2013

Changing Network to DHCP in BSD

Changing Network to DHCP in BSD

open /etc/rc.conf

and change the the line starts with ifconfig_em0 to below
ifconfig_em0=" DHCP"
save and restart the network


# /etc/rc.d/netif restart
 
 

No comments:

Post a Comment