From owner-freebsd-net@FreeBSD.ORG Wed Sep 8 10:33:05 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 6D67B16A4CE for ; Wed, 8 Sep 2004 10:33:05 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F02A43D48 for ; Wed, 8 Sep 2004 10:33:05 +0000 (GMT) (envelope-from windsok@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so254582rnl for ; Wed, 08 Sep 2004 03:33:04 -0700 (PDT) Received: by 10.38.15.76 with SMTP id 76mr296401rno; Wed, 08 Sep 2004 03:33:03 -0700 (PDT) Received: by 10.38.209.30 with HTTP; Wed, 8 Sep 2004 03:33:03 -0700 (PDT) Message-ID: <4a64a1b8040908033379eada47@mail.gmail.com> Date: Wed, 8 Sep 2004 20:33:03 +1000 From: Glenn Thomas To: Gleb Smirnoff , Glenn Thomas , freebsd-net@freebsd.org In-Reply-To: <20040908081626.GB597@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4a64a1b8040907214468a3877c@mail.gmail.com> <20040908081626.GB597@cell.sick.ru> Subject: Re: strange pppoe/adsl issues X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Glenn Thomas List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 10:33:05 -0000 Hi Gleb, On Wed, 8 Sep 2004 12:16:26 +0400, Gleb Smirnoff wrote: > Even if the problem is on your ISP end, we should investigate it and > find at least a workaround for you. > Can you provide me with full tcpdumps of PPPoE session under problem? > Use tcpdump -w dumpfile -npi fxp0, where fxp0 is your network card. I have done this, and will email the file to your freebsd.org address. > Problematic part of ppp.log should be helpful, too. The ppp.log seems normal, no idication of any disconnections or anything. If you want me to try with specific log options set, i can do that. > Are you using ppp(8)? If you do can you try mpd from ports? In opposite > case can you try ppp(8)? :) I am using ppp(8), I once tried mpd but could net get a working config, I will try again, but if anyone has a working config for mpd using pppoe for ADSL, i would appreciate it :) Here is the ppp.conf I am using for ppp(8) by the way: default: adsl: set device PPPoE:fxp0 set mode ddial set authname username@provider.net.au set authkey password set speed sync set mru 1492 set mtu 1492 set ifaddr 0.0.0.0/0 0.0.0.0/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns nat enable yes Regards, Glenn.