From owner-freebsd-pf@FreeBSD.ORG Mon Mar 21 13:39:59 2005 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4181B16A4CE for ; Mon, 21 Mar 2005 13:39:59 +0000 (GMT) Received: from insomnia.benzedrine.cx (insomnia.benzedrine.cx [62.65.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5374643D39 for ; Mon, 21 Mar 2005 13:39:58 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (dhartmei@localhost [127.0.0.1]) j2LDdtxO026957 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 21 Mar 2005 14:39:55 +0100 (MET) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.13.3/8.12.10/Submit) id j2LDdroW024372; Mon, 21 Mar 2005 14:39:53 +0100 (MET) Date: Mon, 21 Mar 2005 14:39:52 +0100 From: Daniel Hartmeier To: Patrik Astrom Message-ID: <20050321133952.GK26039@insomnia.benzedrine.cx> References: <20050321111018.Q83033@hera.corecomp.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321111018.Q83033@hera.corecomp.se> User-Agent: Mutt/1.5.6i cc: freebsd-pf@freebsd.org Subject: Re: MS PPTP hangs my firewall. X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 13:39:59 -0000 On Mon, Mar 21, 2005 at 11:17:25AM +0100, Patrik Astrom wrote: > I have multiple FreeBSD 5.3-R Firewalls with PF and they all seems to have > the same problem, when I have clients (Windows XP) behind my firewalls > that tries to connect out and establish a PPTP VPN to a different > network my firewalls just hangs. The only thing I can do at this time is > to pull the plug and reboot the firewall, I googled a bit but could not > find anything that seems related to my problem. > > I would be most grateful for any input you may have. Assuming you're doing NAT for those connections, I think this is fixed in RELENG_5 by http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/pf/net/pf.c.diff?r1=1.18.2.5&r2=1.18.2.6&f=h Either apply that patch manually to your 5.3 sources, or update the entire tree to RELENG_5 (which is close to 5.4R now). Daniel