From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 00:42:12 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 C56C416A41C for ; Mon, 18 Jul 2005 00:42:12 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4519B43D45 for ; Mon, 18 Jul 2005 00:42:12 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DuJ1C-00025w-Ih for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 19:57:58 -0400 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.4/8.13.1) with ESMTP id j6I04u1m018284 for ; Sun, 17 Jul 2005 19:04:56 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.4/8.13.1/Submit) id j6I04uKx018283 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 19:04:56 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 19:04:55 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171904.55938.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec794318c84ea040e8958de8a39ddbf33e47350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Using pppoe : nameserver not provided? 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: Mon, 18 Jul 2005 00:42:12 -0000 Hi, My second netgear router has crashed in as many years, so I've decided to connect FreeBSD 5.3 via pppoe. Configuration was a breeze, and I have complete functionality. However, I can't determine what nameserver the pppoe connection is directing FreeBSD to use. With the netgear router, the ISP nameserver was shown on the configuration screen, so I had assumed that this value was provided by the ISP's dhcp server. Before I switched over to pppoe I simply added the router address into /etc/resolv.conf and it worked. But now I can't figure out where to get this value. I tried the gateway address provided to pppoe, but that doesn't work. Can anyone direct me to a man page or some other resource that will help me get the proper information over to FreeBSD? Thanks lane