From owner-freebsd-net@FreeBSD.ORG Mon Jun 21 11:21:19 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 381B116A4CE for ; Mon, 21 Jun 2004 11:21:19 +0000 (GMT) Received: from Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8166C43D54 for ; Mon, 21 Jun 2004 11:21:18 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from mail.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by Awfulhak.org (8.12.11/8.12.11) with SMTP id i5LBMBuq008816; Mon, 21 Jun 2004 12:22:11 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Mon, 21 Jun 2004 12:22:11 +0100 From: Brian Somers To: Yohan Message-Id: <20040621122211.30f48082@dev.lan.Awfulhak.org> In-Reply-To: <20040621084409.1142.qmail@web60807.mail.yahoo.com> References: <20040620184858.GA68020@cell.sick.ru> <20040621084409.1142.qmail@web60807.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on gw.lan.Awfulhak.org cc: freebsd-net@freebsd.org Subject: Re: PPPoE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 11:21:19 -0000 On Mon, 21 Jun 2004 01:44:09 -0700 (PDT), Yohan wrote: > Gleb, > > Thanks for the reply. i have attached my ppp.conf and > ppp.log as requested. I have tried setting carrier / > ctsrts on/off and various other permutations / > combinations. The best i proceeded till is ... > Jun 19 13:00:26 chennai ppp[178]: tun0: Phase: > Received NGM_PPPOE_ACNAME (hook "BANYAN") This seems to be the only message that the pppoe node is passing back to ppp. ppp is waiting for NGM_PPPOE_{SUCCESS,FAIL,CLOSE}. > Jun 19 13:00:26 chennai ppp[178]: tun0: Debug: Waiting > for carrier [.....] And until it gets NGM_PPPOE_{SUCCESS,FAIL,CLOSE}, ppp will stay waiting for carrier. I'd suggest you have a look at what traffic is being passed back and forth on the wire - it might indicate what's going on. -- Brian Don't _EVER_ lose your sense of humour !