From owner-freebsd-questions@FreeBSD.ORG Sun May 6 15:41:05 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 5C7B516A404 for ; Sun, 6 May 2007 15:41:05 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from smtp.sixcompanies.com (smtp.sixcompanies.com [204.13.166.223]) by mx1.freebsd.org (Postfix) with ESMTP id 36A1713C44B for ; Sun, 6 May 2007 15:41:05 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from cheyenne.sixcompanies.com (adsl-69-210-97-147.dsl.milwwi.ameritech.net [69.210.97.147]) (authenticated bits=128) by smtp.sixcompanies.com (8.14.1+Sun/8.14.1) with ESMTP id l46Few5X014648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 6 May 2007 08:41:04 -0700 (PDT) Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.5]) by cheyenne.sixcompanies.com (8.14.1+Sun/8.14.1) with ESMTP id l46FevTF017542 for ; Sun, 6 May 2007 10:40:57 -0500 (CDT) Message-Id: <200705061540.l46FevTF017542@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 06 May 2007 10:40:20 -0500 To: freebsd-questions@freebsd.org From: JD Bronson Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: ppp.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: Sun, 06 May 2007 15:41:05 -0000 I am using 6.2 as a DSL (PPPoE) router and also run my own internal DNS on the same machine. I would like to APPEND my ISP's dished out DNS servers to my current resolv.conf but anytime I enable dns in my ppp.conf it nukes my entire resolv.conf....! I am looking to end up with this: % cat /etc/resolv.conf domain mydomain nameserver 192.168.1.1 nameserver ISP's DNS nameserver ISP's DNS How do I do this and still retain my own entries in resolv.conf? If I was using DHCPclient, I could edit dhclient.conf of course but PPPoE does not consult this file during negotiation that I am aware of. Any comments will be appreciated... -JD