Date: Wed, 6 Sep 2000 11:53:02 -0700 From: "Renaud Waldura" <renaud@waldura.com> To: <freebsd-net@freebsd.org> Subject: Re: mpd-netgraph and vpn issues Message-ID: <00ad01c01833$af605a60$0302010a@biohz.net> References: <20000906132917.0F0572FA47@relay1.ntu-kpi.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
My mistake. I misread the manpage: COMPILATION The kernel options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION are supplied to selectively compile in either or both capabilities. At least one of these must be defined, or else this node type is useless. The MPPC protocol requires proprietary compression code available from Hi/Fn (formerly STAC). These files must be obtained elsewhere and added to the kernel sources before this node type will compile with the NETGRAPH_MPPC_COMPRESSION option. NETGRAPH_MPPC_ENCRYPTION defaults to 1. NETGRAPH_MPPC_COMPRESSION defaults to 0; it uses proprietary code. So the bottom line is, encryption works OK but there is no compression yet. Has anyone compared the performance of this implementation vs. a native Windows PPTP server with compression enabled? --Renaud ----- Original Message ----- From: Yaroslav Halchinsky <jar@ntu-kpi.kiev.ua> To: <freebsd-net@freebsd.org> Sent: Wednesday, September 06, 2000 6:29 AM Subject: Re: mpd-netgraph and vpn issues > Renaud Waldura <renaud@waldura.com> wrote: > > > Now tell me, how did you get the compression/encryption to work? > > > I was under the impression that compression+encryption required code not > > present in the FreeBSD distribution, and hence was not available. Do Windows > > clients connect with the "Require data encryption" setting (on by default)? > > Not sure about compression, but encryption support works well. > > -- > Regards, > Yaroslav Halchinsky 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?00ad01c01833$af605a60$0302010a>