Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2004 23:31:41 +0200
From:      Emanuel Strobl <Emanuel.Strobl@gmx.net>
To:        freebsd-questions@freebsd.org
Cc:        questions@freebsd.org
Subject:   Re: DHCP Client
Message-ID:  <200410042331.47647.Emanuel.Strobl@gmx.net>
In-Reply-To: <BAY15-F11SorxTjtRpe00007aca@hotmail.com>
References:  <BAY15-F11SorxTjtRpe00007aca@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1563196.qt8CBDybbR
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Am Montag, 4. Oktober 2004 23:18 schrieb Daniel M:
> How do I configure my FreeBSD to get IP from my DHCP?
> (as a DHCP client)

When using sysinstall (configure -> Networking -> Interfaces -> select your=
=20
physical device) answer the question "Do you want to try DHCP configuration=
=20
of the interface?" with "YES" or if you don't like sysinstall=20
edit /etc/rc.conf and make sure you have a line reading:

ifconfig_fxp0=3D"DHCP"

Make sure to replace fxp0 with your physical interface name (e.g: xl0 for t=
he=20
first 3com card, rl1 for the second Realtek card)

You may also want to add this line to /etc/dhclient.conf

send host-name "yourhostname";

man dhclient is your friend.

=2DHarry

>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=3Dfeatures/junkmail
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

--nextPart1563196.qt8CBDybbR
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQBBYcFDBylq0S4AzzwRAtDvAJ4xx/k2oP+zB3aCLz1feECSktDQPwCeKCkV
qaHYKoWpR8Ti7HKV1RHjVPM=
=EVuX
-----END PGP SIGNATURE-----

--nextPart1563196.qt8CBDybbR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410042331.47647.Emanuel.Strobl>