From owner-freebsd-net@FreeBSD.ORG Tue May 2 16:04:22 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 6A8BE16A419 for ; Tue, 2 May 2006 16:04:22 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8C343D45 for ; Tue, 2 May 2006 16:04:18 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so3118864pyc for ; Tue, 02 May 2006 09:04:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hSj6uuqIEwQ3LeEmRamj3w4d+dvm77DUqJ5wNAFJOamw/iuArjl6PNEHiVYuePVpmeN93wnDS1OpDuE+yABOj3JME2sjld10Kaubh+MDLFlfX9rmtKQ53VpL/qPOamYQzMinl9wTh2EqWMFN7S7qLk8G0u/j2tb4Kx+4Q+3g/8Y= Received: by 10.35.96.11 with SMTP id y11mr1197614pyl; Tue, 02 May 2006 09:04:18 -0700 (PDT) Received: by 10.35.94.5 with HTTP; Tue, 2 May 2006 09:04:18 -0700 (PDT) Message-ID: Date: Tue, 2 May 2006 12:04:18 -0400 From: "Scott Ullrich" To: "Iasen Kostov" In-Reply-To: <1146569915.79123.9.camel@DraGoN.OTEL.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060430135702.GA48117@tin.it> <1146569915.79123.9.camel@DraGoN.OTEL.net> Cc: FreeBSD_Net Subject: Re: [6.x patchset] Ipfw nat and libalias modules X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 16:04:22 -0000 On 5/2/06, Iasen Kostov wrote: [snip] > Btw what is the status of the multi-session to the same > point PPTP NAT (e.g call ID tracking) ? PF's NAT has the same problem. We have this come up quite often on pfSense where someone wants to make multiple connections through the firewall to a target PPTP server. After the first connection PF seems to loose track of the (what your calling ID tracking I suppose) in GRE and then no new connections can be created to that particular PPTP server. Works fine if the second person connects to a different server however. Scott