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 | / \ [EMAIL PROTECTED] +------>x USA \ a very strange | ( OZ ) \___ ___ | country ! +- X_.---._/ presently in San Francisco \_/ \\ v To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message