From owner-freebsd-net Fri Jan 17 7: 1:28 2003 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 86E1A37B401 for ; Fri, 17 Jan 2003 07:01:26 -0800 (PST) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 970F343F6B for ; Fri, 17 Jan 2003 07:01:23 -0800 (PST) (envelope-from past@ajax.noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by diomedes.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id h0HF00Z50885; Fri, 17 Jan 2003 17:00:00 +0200 (EET) Received: from ajax.noc.ntua.gr (localhost [127.0.0.1]) by ajax.noc.ntua.gr (8.12.6/8.12.6) with ESMTP id h0HF00F3067158; Fri, 17 Jan 2003 17:00:00 +0200 (EET) (envelope-from past@ajax.noc.ntua.gr) Received: (from past@localhost) by ajax.noc.ntua.gr (8.12.6/8.12.6/Submit) id h0HExuLl067157; Fri, 17 Jan 2003 16:59:56 +0200 (EET) Date: Fri, 17 Jan 2003 16:59:56 +0200 From: Panagiotis Astithas To: Brett Glass Cc: Archie Cobbs , Julian Elischer , freebsd-net@FreeBSD.org Subject: Re: PPTP tunneling over PPPoE link Message-ID: <20030117145956.GA64405@noc.ntua.gr> Reply-To: past@noc.ntua.gr References: <4.3.2.7.2.20030109191546.02975920@localhost> <4.3.2.7.2.20030111202854.0278c4a0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20030111202854.0278c4a0@localhost> X-Organizational-Unit: Network Management Center X-Organization: National Technical University of Athens, GREECE X-URL: http://www.netmode.ntua.gr/~past/ X-Alt-Email: past@netmode.ntua.gr X-Work-Phone: +30-210-772-3647 X-Work-FAX: +30-210-772-1866 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jan 11, 2003 at 08:34:42PM -0700, Brett Glass wrote: > At 06:38 PM 1/11/2003, Archie Cobbs wrote: > > >That bug has been fixed, in sys/netgraph/ng_pptpgre.c revisions > >1.26 and 1.2.2.13. > > Excellent! In that case, the only other thing I need to be able > to use it just about everywhere is to be able to trigger shell commands > at various points in the scripts, and get output back into variables. > (Right now, the scripting language really doesn't have variables and > doesn't seem to be able to access environment variables.) The reason > I need this is that some of my systems do account timing and expiration. > I need to be able to determine when an account expires and to let the > system know that a user has logged on and logged off. (I can hack this > with the !fg and !bg commands in userland PPP, but can't do it with > mpd.) > > --Brett > > P.S. -- I'm still wondering why userland PPP doesn't seem to pass GRE. > Surely I'm not the first person to run into this? I ran into the same problem using mpd and it proved to be caused by the blocking of gre traffic. My WinXP laptop connects fine to the mpd server when inside the LAN, or through ISP X, but fails to connect when going through ISP Y. The server never received the response from the client and quitted after ~10 sec. The admins from ISP Y informed me that they block gre traffic, which I must admit puzzled me, since I thought that gre packets were not transmitted so soon in the communication sequence. I never got around to reading the pptp rfc to sort it out, though... Panagiotis Astithas Network Management Center National Technical University of Athens, Greece To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message