Date: Mon, 20 Oct 2003 13:25:03 +0100 From: Jim Hatfield <subscriber@insignia.com> To: freebsd-questions@freebsd.org Subject: Re: Using poptop.... Message-ID: <07j7pv814g7a6v3maoj7imle0ik4qcjlfj@4ax.com> In-Reply-To: <3203DF3DDE57D411AFF4009027B8C3674B0B50@exchange-uk.isltd.insignia.com> References: <3203DF3DDE57D411AFF4009027B8C3674B0B50@exchange-uk.isltd.insignia.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Oct 2003 05:52:57 +0100, in local.freebsd.questions you
wrote:
>It's really pretty easy. I beat my head on the wall about a year ago,
>so I
>don't recall where all the docs are, but this is what my configs look
>like:
>/etc/ppp/ppp.conf:
>pptp:
> set timeout 0
> set dial
> set login
> set ifaddr {IP address of internal interface} {IP address range
>xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx}
> set server /var/run/pptp_ppp_%d "" 0700
> enable mschapv2 mppe # <--- these two lines enable encryption
> set mppe * * #<---
OK thanks I'll try this one. I did eventually find an example which I
used and it did work but there were some errors logged. The
config I used included:
>enable mppe * stateful
in the ppp.conf file, but that generated the following in ppp.log
>Oct 20 12:52:38 field ppp[53548]: Command: loop: enable mppe * stateful
>Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Invalid command
>Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Failed 1
>Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Invalid =
command
>Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Failed 1
The connection did appear to be encrypted though, at least the XP
client said it was.
Jim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?07j7pv814g7a6v3maoj7imle0ik4qcjlfj>
