From owner-freebsd-questions Sat Mar 2 18:16:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 5C1AD37B402; Sat, 2 Mar 2002 18:16:13 -0800 (PST) Received: from elischer.org ([64.170.121.0]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GSD004ZHKROJR@mta5.snfc21.pbi.net>; Sat, 02 Mar 2002 18:11:49 -0800 (PST) Date: Sat, 02 Mar 2002 18:11:19 -0800 From: Julian Elischer Subject: Re: Multiple connections to MPD-netgraph as PPTP server To: Joe Clarke Cc: possamai@xs4all.nl, Ryan Morris , freebsd-net@FreeBSD.ORG, FreeBSD User Questions List Message-id: <3C818647.1FED0C86@elischer.org> MIME-version: 1.0 X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: 7BIT X-Accept-Language: en, hu References: <20020303002414.Q7205-100000@localhost> <1015112907.73601.9.camel@shumai.marcuscom.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > In my setup the pptp self address is always the same, but it isn't the > same address I use as the server VPN endpoint address. just a hint.... To increase readability try do your pptp rules as so: > > load pptpuser1 > load pptpuser2 > >pptp_common_settings: > set iface disable on-demand > set iface enable proxy-arp > set iface idle 1800 > set bundle disable multilink > set link yes acfcomp protocomp > set link no pap chap > set link enable chap > set link keep-alive 10 60 > set ipcp yes vjcomp > set ipcp dns 192.168.100.1 > set ipcp nbns 192.168.100.1 > set bundle enable compression > set ccp yes mppc > set ccp yes mpp-e40 > set ccp yes mpp-e128 > set ccp yes mpp-stateless > > pptpuser1: > new -i ng0 pptp1 pptp1 > set ipcp ranges 192.168.100.1/32 192.168.100.246/32 > load pptp_common_settings > > pptpuser2: > new -i ng1 pptp2 pptp2 > set ipcp ranges 192.168.100.1/32 192.168.100.247/32 > load pptp_common_settings -- +------------------------------------+ ______ _ __ | __--_|\ Julian Elischer | \ U \/ / hard at work in | / \ julian@elischer.org +------>x USA \ a very strange | ( OZ ) \___ ___ | country ! +- X_.---._/ presently in San Francisco \_/ \\ v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message