From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 17:12:09 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A541116A401 for ; Fri, 31 Mar 2006 17:12:09 +0000 (UTC) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4509C43D46 for ; Fri, 31 Mar 2006 17:12:09 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060331171208.TUVX28141.mta11.adelphia.net@barbish> for ; Fri, 31 Mar 2006 12:12:08 -0500 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Fri, 31 Mar 2006 12:12:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Cc: Subject: DHCPD config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 17:12:09 -0000 I use dhcp client to get the info needed from my ISP at boot time. I also run dhcpd for issuing ip address to my LAN. In the dhcpd.conf file I have option statement for the ISP's dns ip address like this: option domain-name-servers xx.168.xxx.6, xx.168.xxx.7; the xx are just for this post. How can I change this so dhcpd will automatically use the dns ip address the dhcp client gets so when the ISP changes the ip address of the dns to use the change will also effect dhcpd?