From owner-freebsd-net Wed Apr 19 23:22:24 2000 Delivered-To: freebsd-net@freebsd.org Received: from if.scientech.com (eaglerock.if.scientech.com [198.60.85.3]) by hub.freebsd.org (Postfix) with ESMTP id 5D34537BD76; Wed, 19 Apr 2000 23:22:20 -0700 (PDT) (envelope-from cmott@scientech.com) Received: from if.scientech.com (IDENT:cmott@if.scientech.com [10.128.1.6] (may be forged)) by if.scientech.com (8.9.3/8.9.3) with ESMTP id AAA15604; Thu, 20 Apr 2000 00:22:16 -0600 Date: Thu, 20 Apr 2000 00:22:16 -0600 (MDT) From: Charles Mott To: Archie Cobbs Cc: Ruslan Ermilov , julian@elischer.org, brian@Awfulhak.org, ari@suutari.iki.fi, perhaps@yes.no, net@FreeBSD.ORG, Erik Salander Subject: Re: Improved PPTP support for libalias(3) In-Reply-To: <200004192132.OAA38818@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > It seems like the PPTP server address and call ID would provide > > enough information to correctly rewrite packets (i.e. a given > > server will not have duplicate call ID's). > > In practice, that may work, but AFAIK the call ID is scoped > only to the control stream session, not to the entire server. > > So in theory at least you can have two separate TCP connections to > the same server utilizing the same Call ID for different connections.