Date: Sat, 02 Mar 2002 18:11:19 -0800 From: Julian Elischer <julian@elischer.org> To: Joe Clarke <marcus@marcuscom.com> Cc: possamai@xs4all.nl, Ryan Morris <ryan@egate.net>, freebsd-net@FreeBSD.ORG, FreeBSD User Questions List <freebsd-questions@FreeBSD.ORG> Subject: Re: Multiple connections to MPD-netgraph as PPTP server Message-ID: <3C818647.1FED0C86@elischer.org> References: <20020303002414.Q7205-100000@localhost> <1015112907.73601.9.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C818647.1FED0C86>
