From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 17:24:08 2005 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 CF8BD16A41F for ; Thu, 1 Dec 2005 17:24:08 +0000 (GMT) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0747C43D55 for ; Thu, 1 Dec 2005 17:24:07 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id jB1HO1du007509; Thu, 1 Dec 2005 11:24:01 -0600 (CST) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Thu, 1 Dec 2005 11:24:01 -0600 (CST) Message-ID: <65091.209.103.215.99.1133457841.squirrel@email.polands.org> In-Reply-To: <20051201170039.GA63056@flame.pc> References: <59724.209.103.215.99.1133455725.squirrel@email.polands.org> <20051201170039.GA63056@flame.pc> Date: Thu, 1 Dec 2005 11:24:01 -0600 (CST) From: "Doug Poland" To: "Giorgos Keramidas" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.87/1199/Thu Dec 1 03:39:16 2005 on corinth.polands.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: dhclient.conf is being ignored X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 17:24:08 -0000 On Thu, December 1, 2005 11:00, Giorgos Keramidas wrote: > On 2005-12-01 10:48, Doug Poland wrote: >> Hello, >> >> I'm running 6.0-STABLE and having an issue with dhclient "ignoring" >> dhclient.conf(5). >> >> On this dual-homed host, I've created dhclient.conf in it's proper >> location with the option modifiers I want. However, everytime >> dhclient negotiates a new lease, I get my ISP's values in >> resolv.conf(5) and not my over-rides. >> >> and my dhclient.conf file: >> >> # cat /etc/dhclient.conf >> interface "fxp0" { >> supersede domain mydomain.com >> supersede domain-name-servers 172.16.1.17, 172.16.1.32; >> } > > You're missing a semicolon after the first supersede line: > > interface "fxp0" { > supersede domain mydomain.com; > supersede domain-name-servers 172.16.1.17, 172.16.1.32; > } > Duh. Thanks for pointing that out Giorgos. It would be nice if dhclient informed me of the error of my ways. -- Regards, Doug