Date: Thu, 1 Dec 2005 09:35:16 -0800 From: "Brian E. Conklin" <bconklin@masongeneral.com> To: <freebsd-questions@freebsd.org> Subject: RE: dhclient.conf is being ignored Message-ID: <CA513920FC73A14B964AB258D77EA8D6A448FE@mx1.masongeneral.com>
next in thread | raw e-mail | index | archive | help
> Hello, >=20 > I'm running 6.0-STABLE and having an issue with dhclient "ignoring" > dhclient.conf(5). >=20 > On this dual-homed host, I've created dhclient.conf in it's proper > location with the option modifiers I want. However,=20 > everytime dhclient > negotiates a new lease, I get my ISP's values in=20 > resolv.conf(5) and not > my over-rides. Create the file /etc/dhclient-enter-hooks Add these lines to this file #!/bin/sh # Don't replace /etc/resolv.conf make_resolv_conf() { } Brian E. Conklin, MCP+I, MCSE Director of Information Services Mason General Hospital http://www.masongeneral.com >=20 > Here's the relevent part of rc.conf(5): >=20 > # grep ifconfig /etc/rc.conf > ifconfig_fxp0=3D"DHCP" > ifconfig_xl0=3D"inet 172.16.1.1 netmask 255.255.255.0" >=20 > and my dhclient.conf file: >=20 > # cat /etc/dhclient.conf > interface "fxp0" { > supersede domain mydomain.com > supersede domain-name-servers 172.16.1.17, 172.16.1.32; > } >=20 > and the last lease issued in /var/db/dhclient.leases.fxp0: >=20 > lease { > interface "fxp0"; > fixed-address 10.0.0.100; > option subnet-mask 255.255.252.0; > option routers 10.0.0.1; > option domain-name-servers 10.0.0.10; > option domain-name "myisp.com"; > option broadcast-address 255.255.255.255; > option dhcp-lease-time 59594; > option dhcp-message-type 5; > option dhcp-server-identifier 10.42.224.1; > renew 4 2005/12/1 23:29:22; > rebind 5 2005/12/2 05:41:49; > expire 5 2005/12/2 07:45:59; > } >=20 > and lastly, what I see in /etc/resolv.conf: >=20 > # cat /etc/resolv.conf > search myisp.com > nameserver 10.0.0.10 >=20 > Not sure what I'm doing wrong here. Googling provided no useful > information. >=20 >=20 > --=20 > Regards, > Doug >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 ====================================================================== Mason General Hospital 901 Mt. View Drive PO Box 1668 Shelton, WA 98584 http://www.masongeneral.com (360) 426-1611 ====================================================================== This message is intended for the sole use of the individual and entity to whom it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the addressee nor authorized to receive for the addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone this message or any information contained in the message. If you have received this message in error, please immediately notify the sender and delete the message. Replying to this message constitutes consent to electronic monitoring of this message. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA513920FC73A14B964AB258D77EA8D6A448FE>