From owner-freebsd-questions Sat Nov 24 8: 9:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 6254337B418 for ; Sat, 24 Nov 2001 08:05:46 -0800 (PST) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 167fJF-0002Xt-00; Sat, 24 Nov 2001 17:05:41 +0100 Received: from pd9e493fe.dip0.t-ipconnect.de ([217.228.147.254] helo=there) by mrvdom02.schlund.de with smtp (Exim 2.12 #2) id 167fJF-0005MD-00; Sat, 24 Nov 2001 17:05:41 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Robert Klein Reply-To: RoKlein@roklein.de Organization: roklein.de To: jacks@sage-american.com Subject: Re: PPPoE on DSL Clients Date: Sat, 24 Nov 2001 18:06:58 +0100 X-Mailer: KMail [version 1.3.2] References: <3.0.5.32.20011124065606.0100ffd0@mail.sage-american.com> <3.0.5.32.20011124073701.01031c68@mail.sage-american.com> In-Reply-To: <3.0.5.32.20011124073701.01031c68@mail.sage-american.com> Cc: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm, lets take a look at the client. The file /etc/resolv.conf should have at least one line like: nameserver 194.25.2.129 nameserver 134.93.8.13 The file /etc/rc.conf should have some lines looking like: defaultrouter="192.168.0.1" hostname="client1.sage-american.com" Now, on a client try "nslookup xyzzy.de". If you get a answer (no error), your network setup should be ok. Else, let's try a "nslookup xyzzy.de 134.93.8.13". This command tries to resolve the name "xyzzy.de" using the nameserver of the University of Mainz, instead of the system default. The answer should be: ->Server: kingluey.zdv.Uni-Mainz.DE ->Address: 134.93.8.13 ->Name: xyzzy.de ->Address: 195.20.225.16 (without the "->" part). If you get this, your nameserver entry in /etc/resolv.conf is probably wrong. Else, maybe there's a problem with the gateway. Do you have a firewall installed, perhaps? Regards, Robert Klein On Saturday, 24. November 2001 14:37, you wrote: >I running DNS on 192.168.0.1 (the gateway).... >I tried pointing the clients to the ISP nameserver, but no change... > [rest deleted] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message