DHCP Client

Charles Swiger cswiger at mac.com
Mon Oct 4 14:32:05 PDT 2004


On Oct 4, 2004, at 5:18 PM, Daniel M wrote:
> How do I configure my FreeBSD to get IP from my DHCP?
> (as a DHCP client)

Run "dhclient".  You can also put a line like:

	ifconfig_fxp0="DHCP"

...in /etc/rc.conf, if you always want to use DHCP for configuring that 
particular network interface.

-- 
-Chuck



More information about the freebsd-questions mailing list