From owner-freebsd-questions Mon Mar 12 17:27:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 4BDDA37B71A; Mon, 12 Mar 2001 17:27:18 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.2/8.11.2) with ESMTP id f2D1SlC10715; Tue, 13 Mar 2001 01:28:47 GMT (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2D1TkB08101; Tue, 13 Mar 2001 01:29:46 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103130129.f2D1TkB08101@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "Paul Armor" Cc: freebsd-questions@FreeBSD.org, freebsd-net@FreeBSD.org, brian@Awfulhak.org Subject: Re: PPPoE In-Reply-To: Message from "Paul Armor" of "Mon, 12 Mar 2001 12:10:52 CST." <021a01c0ab1f$c897c7a0$2dc67fd8@blah2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Mar 2001 01:29:46 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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-questions" in the body of the message