1

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

cartoonist
  • 111
  • 1
  • 6

2 Answers2

1

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.

Massimo
  • 70,200
  • 57
  • 200
  • 323
1

I had the same problem due to my IPSEC/L2TP server (Ubuntu 12.04 precise) and clients (Windows 7 and Windows XP) being behind NAT. This required a registry modification. After rebooting I was able to connect.

mgorven
  • 30,615
  • 7
  • 79
  • 122
John
  • 11
  • 1