From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 21:16:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DF7316A401 for ; Fri, 2 Mar 2007 21:16:36 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.freebsd.org (Postfix) with ESMTP id 78C3F13C46B for ; Fri, 2 Mar 2007 21:16:36 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from cpe-72-128-118-142.wi.res.rr.com ([72.128.118.142] helo=cheyenne.sixcompanies.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HNF7D-000495-KC for freebsd-questions@freebsd.org; Fri, 02 Mar 2007 16:16:35 -0500 Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.5]) by cheyenne.sixcompanies.com (8.14.0/8.14.0) with ESMTP id l22LGXhS001075 for ; Fri, 2 Mar 2007 15:16:33 -0600 (CST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 72.128.118.142 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: lonebandit Message-Id: <200703022116.l22LGXhS001075@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 02 Mar 2007 15:16:33 -0600 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: dhclient.conf + resolv.conf 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: Fri, 02 Mar 2007 21:16:36 -0000 I am trying to have dhclient setup my resolv.conf perfect. I am very close. I have this in dhclient.conf: ------------------------- interface "bge1" { supersede domain-name "wixb.com"; prepend domain-name-servers 192.l68.1.1; request subnet-mask, broadcast-address, routers, domain-name-servers; } --------------------- What this is giving me is this: search wixb.com nameserver 192.168.1.1 nameserver 24.94.163.100 nameserver 24.94.163.101 What I would like to do is change the 'search' to 'domain' and cant figure out what I am missing? -JD