From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 08:15:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7E016A421 for ; Wed, 3 Oct 2007 08:15:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1D313C461 for ; Wed, 3 Oct 2007 08:15:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 6AD781421C4; Wed, 3 Oct 2007 11:15:34 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id B29E5142138; Wed, 3 Oct 2007 11:15:31 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 11:11:49 +0300 User-Agent: KMail/1.9.7 References: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> In-Reply-To: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710031111.49860.nvass@teledomenet.gr> Cc: Sean McLaughlin Subject: Re: PPPoE Doesn't Connect 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: Wed, 03 Oct 2007 08:15:35 -0000 On Wednesday 03 October 2007 06:48:47 Sean McLaughlin wrote: > After following that "Cheaper Broadband with FreeBSD on DSL" article > referenced in the handbook, I am not getting PPP to work with ADSL. > ppp(8)'s prompt stays all lowercase after "dial", whether I do > pap/chap or not. Authentication method is negotiable, so you don't have to explicitly choose. > It looks like the carrier isn't responding(?) Yes, most probably. Can you run tcpdump on rl0 and post it? If you don't see any PADO there is a problem outside your FreeBSD box. Nikos