From owner-freebsd-questions@FreeBSD.ORG Mon May 21 06:50:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C3D216A400 for ; Mon, 21 May 2007 06:50:58 +0000 (UTC) (envelope-from schneecrash@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id CE0AD13C48C for ; Mon, 21 May 2007 06:50:57 +0000 (UTC) (envelope-from schneecrash@gmail.com) Received: by wx-out-0506.google.com with SMTP id s7so214650wxc for ; Sun, 20 May 2007 23:50:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MiZucz03HJ2fy2k4y8RkxzwYoTarLyuS7Ag83z4UvdPqgXTwGrFBfKhBqUZDS8aoWPUQDBqinbDNNCJU7BEfWnGDhTw0VikMW0vZd0fETgyXsmaqVYYSUaF3lD+TUwItQRNNstkw7XggclKfMzLafLKQVJ6MXDueAGnAde5zfYM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Iqn8I+gw/OlE4C9ky6TrLo3iCWHXI1WqZoDR5+GFc2muvULsUFUdI6yGyMuoqU0azM6RgFn+9EkB7/YHOcUu9uiTx2HSDJ6u4mSNm/TZJpwyfSg1JVRne6rp/u9V9KvWRmZQvPq4v4gIKX6UxkG3eNkfTJTSYJPZssBWD9gf/50= Received: by 10.90.56.5 with SMTP id e5mr3172849aga.1179730257267; Sun, 20 May 2007 23:50:57 -0700 (PDT) Received: by 10.90.96.14 with HTTP; Sun, 20 May 2007 23:50:57 -0700 (PDT) Message-ID: <70f41ba20705202350v326ffb8eg691d8896fdc1c383@mail.gmail.com> Date: Sun, 20 May 2007 23:50:57 -0700 From: snowcrash+freebsd Sender: schneecrash@gmail.com To: "Brian Walker" In-Reply-To: <54f1b6eb0705202339o6c4ca5acp31e87efa93bcfbdd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <54f1b6eb0705201954r5d66a8b6y5871492a31c2a2ee@mail.gmail.com> <200705210407.l4L47alU000752@smtpclu-4.eunet.yu> <3a386af20705202251v10636696hfc75f17f17f13c42@mail.gmail.com> <70f41ba20705202320r58e3e7a7j95d3136c16bbc7df@mail.gmail.com> <54f1b6eb0705202339o6c4ca5acp31e87efa93bcfbdd@mail.gmail.com> X-Google-Sender-Auth: c6c87d3121096fdc Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE equivalent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 06:50:58 -0000 > Yes, it puzzles me why it happens in the first place, but as it hits the XP, > linux and BSD connections equally frequenly, I am assuming it is a function > of hardware or IP provider. fwiw, looking at your conf, my ppp.conf contains one setting that yours does not ... enable tcpmssfixup there's a bit of discussion abt it here: http://lists.apple.com/archives/Darwin-development/2001/Aug/msg00502.html dunno if this is related -- just throwing it out there. cheers.