Dhcp client issue

Ed Greshko Ed.Greshko at greshko.com
Thu Jan 28 08:40:34 UTC 2010


Philip A. Prindeville wrote:
> Hi.
>
> I'm running FC12, updated on x86_64 hardware.
>
> My dhcp server is expecting my client (the FC12 box) to send a request with:
>
> option dhcp-client-identifier 01:XX:XX:XX:XX:XX
>
> where XX:XX:XX:XX:XX:XX is the MAC address, and 01 is the type-code for
> Ethernet.
>
> Unfortunately, by default Fedora omits this option in the request.
>
> Is there an easy way to do this?  Like:
>
> interface "eth0" {
>     send dhcp-client-identifier hardware;
> }
>
>
> for instance?
>
>   
man dhclient.conf

Shows as a sample....

      interface "ep0" {
           send host-name "andare.fugue.com";
           send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
           send dhcp-lease-time 3600;
           supersede domain-search "fugue.com rc.vix.com home.vix.com"




-- 
Blinding speed can compensate for a lot of deficiencies. -- David Nichols

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20100128/b69655ba/attachment.bin 


More information about the users mailing list