On Fri, Dec 22, 2006 at 05:03:11AM +0000, [EMAIL PROTECTED] wrote: > I'm looking for peoples' experiences and advice for setting up a VPN > between OpenBSD (I will be using 4.0) and Windows XP/2000 systems. I have > tested the Greenbow client and it seems ok. What of the built-in VPN > client for the Windows OS?
The Windows build-in VPN client uses L2TP running over IPSEC transport mode. It's straightforward to set up IPSEC transport mode between Windows and OBSD. Unfortunately finding a working L2TP daemon for OBSD is harder. I made some patches to rp-l2tp, and posted them to this list a few weeks ago. It kind-of worked, but I had a problem with vty's and packets over 1024 bytes, and nobody here was able to provide any assistance in debugging the problem. If you want to have a go, please feel free. I can't find an open archive of [EMAIL PROTECTED] You can try these links, but I removed my username and password from them. Otherwise scan the archive for December looking for subject "rp-l2tp, ppp and pty problem" http://lists.openbsd.org/cgi-bin/mj_wwwusr?list=misc&brief=on&func=archive-get-part&extra=200612/293 http://lists.openbsd.org/cgi-bin/mj_wwwusr?list=misc&brief=on&func=archive-get-part&extra=200612/299 Regards, Brian.