Debian (Ubuntu) and Red Hat (Fedora) put their config files in
different places.  On Fedora, it looks like the file should
be /etc/dhcp/dhclient.conf

You can look at:  /usr/share/doc/dhclient-4.2.1/dhclient.conf.sample for other 
examples that may help.

Michael


On Fri, 7 Oct 2011 11:42:54 -0400
Pete Snider <pds...@gmail.com> wrote:

> Hi,
> 
> As numerous places of work are, I am in a mostly windows shop.  I'm
> having problems with fedora network manager not setting the hostname
> through dhclient to the windows dns and dhcp server.  There are 2
> people here that are using Ubuntu without any problems.  I tried the
> same setup but it fails.  I created /etc/dhclient-eth0.conf with the
> following entries below and still not working.  The values do are in
> /var/run/nm-dhclient-eth0.conf used by dhclient.
> 
> Any ideas on what to check next or how to resolve the issue.
> 
> thanks,
> -pete
> 
> 
> contents of /etc/dhclient-eth0.conf:
> 
> option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
> 
> send fqdn.fqdn "pds-lnxt500.xyz.com.";
> send fqdn.server-update on;
> send option host-name "pds-lnxt500";
> 
> request subnet-mask, broadcast-address, time-offset, routers,
>         domain-name, domain-name-servers, domain-search, host-name,
>         netbios-name-servers, netbios-scope, interface-mtu,
>         rfc3442-classless-static-routes, ntp-servers;
> 
> interface "tun0" {
>      send option fqdn.fqdn "pds-lnxt500-vpn.xyz.com.";
>      send option host-name "pds-lnxt500-vpn";
>      send option fqdn.server-update on;
>      }
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to