I tried to setup a L2TP/IPsec VPN server with PSK authentication according to this tutorial on a Ubuntu server but there is a problem when I'm trying to connect to this server with a Windows 7 client. I can't connect using PSK however it works when I use certificate for authentication. I don't know why? Any idea?

Thanks

link|improve this question
feedback

1 Answer

Windows 7 has some different settings from Windows XP which can affect compatibility; the most notable ones are the removed support for the MS-CHAP V1 authentication protocol (only MSCHAP V2 is supported) and different encryption settings for L2TP/IPSEC (as documented here).

I don't know how this applies to Ubuntu, but maybe it can point you in the right direction.

link|improve this answer
Thanks. But MS-CHAP is completely disabled in my Windows 7 VPN client configuration and it's using CHAP protocol. – cartoonist Jul 7 '11 at 8:47
...why?!? CHAP is way more insecure... – Massimo Jul 7 '11 at 8:55
I think security is guaranteed by IPSec and L2TP key phrase. isn't it? – cartoonist Jul 30 '11 at 5:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.