From owner-freebsd-net Wed Sep 18 11: 2: 2 2002 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 B58E937B401 for ; Wed, 18 Sep 2002 11:02:01 -0700 (PDT) Received: from mailtest.btconnex.net (mailtest.btconnex.net [66.207.192.8]) by mx1.FreeBSD.org (Postfix) with SMTP id D835F43E3B for ; Wed, 18 Sep 2002 11:02:00 -0700 (PDT) (envelope-from eperrin@bwlogic.com) Received: (qmail 80784 invoked from network); 18 Sep 2002 17:59:48 -0000 Received: from unknown (HELO bwlogic.com) (66.207.209.2) by mailtest.btconnex.net with SMTP; 18 Sep 2002 17:59:48 -0000 Message-ID: <3D88BF92.9010308@bwlogic.com> Date: Wed, 18 Sep 2002 14:01:54 -0400 From: Elliott Perrin User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: MPD as a PPTP server Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 I am not currently on freebsd-net so if you could cc me in replies it would be appreciated. I have a FreeBSD 4.6.2-RELEASE running mpd 3.9 serving as a PPTP server. I have setup PPTP boxes using MPD before but have run into a problem this time. In the past I would use set ipcp ranges 1.2.3.4/32 192.168.1.100/32 where 1.2.3.4 was the external interface of the machine. This worked with multiple links under 3.7, but doesn't seem to under 3.9 Do I have to set a different address for every client connection in tehe first part of the ipcp ranges like this? set ipcp ranges 192.168.1.1/32 192.168.1.100/32 set ipcp ranges 192.168.1.2/32 192.168.1.101/32 and if so, do the first addresses have to corespond to an existing interface requiring me to alias the interface with more than 1 IP. TIA eperrin@bwlogic.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message