From owner-freebsd-net Wed Mar 14 10:10: 1 2001 Delivered-To: freebsd-net@freebsd.org Received: from ebola.biohz.net (ebola.biohz.net [206.80.1.35]) by hub.freebsd.org (Postfix) with ESMTP id 0502037B719; Wed, 14 Mar 2001 10:09:53 -0800 (PST) (envelope-from renaud@waldura.org) Received: from renaud (localhost [127.0.0.1]) by ebola.biohz.net (Postfix) with SMTP id 75F3A3A4D4; Wed, 14 Mar 2001 10:09:52 -0800 (PST) Message-ID: <002d01c0acb1$f7747fd0$3902010a@zerog.int> From: "Renaud Waldura" To: "Paul Armor" Cc: , References: <200103130129.f2D1TkB08101@hak.lan.Awfulhak.org> Subject: Re: PPPoE Date: Wed, 14 Mar 2001 10:09:52 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'll second that. Upgrade your ppp, set enable tcpmssfixup (or not, I believe it's on by default) in /etc/ppp/ppp.conf and you're all set. ----- Original Message ----- From: "Brian Somers" To: "Paul Armor" Cc: ; ; Sent: Monday, March 12, 2001 5:29 PM Subject: Re: PPPoE > If you upgrade to the latest version of ppp(8) (you can get an > archive from http://www.Awfulhak.org/ppp.html) the problem should go > away. ppp(8) now fixes this stuff itself (look for mssfixup in the > man page). > > > Okay, I feel stupid... > > > > I've got a 4.2 Release box set up as a firewall with some clients behind it. > > I'm using my BSD box as PPPoE client. My problem is the "win clients can't > > get to certain web sites" issue, I've verified by sending large ping packet > > from outside and it gets lost between tun0 and internal interface. I've > > tried the tcpmssd.rc stuff, but have not been able to get it working > > properly (all packets hit the divert rule, but drop somewhere inside). Can > > anyone suggest anything? > > > > Here are various details... > > 4.2 release > > > > options NETGRAPH > > options NETGRAPH_ETHER > > options NETGRAPH_PPPOE > > options NETGRAPH_SOCKET > > In kernel > > > > myprofile: > > set device PPPoE:fxp0 > > set mru 1492 > > set mtu 1492 > > set authname XXXXXX > > set authkey XXXXXX > > set log Phase tun command > > set dial > > set login > > set ifaddr /net /net > > add default HISADDR > > In ppp.conf > > > > network_interfaces="auto" > > ifconfig_fxp0="up" > > ppp_enable="YES" > > ppp_mode="dedicated" > > ppp_nat="NO" > > ppp_profile="myprofile" > > ifconfig_fxp1="inet netmask " > > ifconfig_tun0="inet 0.0.0.0 netmask " > > > > > > Thanks in advance for ANY help!!! > > -- > Brian > > Don't _EVER_ lose your sense of humour ! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message