G
Guest
Incoming Connection in XP allows clients to use both MS-CHAP and MS-CHAP V2.
How can I force using MS-CHAP V2 only?
How can I force using MS-CHAP V2 only?
Steven L Umbach said:For when XP is acting as a single connection PPTP VPN server I have never
seen, heard, or read a way of doing such from MS documentation. There was a
securevpn registry key that was used in NT4.0 per the article below that you
could try to implement on a test XP computer [not there by default] and you
never know it just may work. Be default XP/2000/2003 when acting as a VPN
server will always use the strongest common authentication method supported
between client and server and every OS from MS since I believe Windows ME is
mschapv2 capable with default install while Windows 98 requires a DUN
upgrade.. --- Steve
http://www.governmentsecurity.org/archive/t6526.html
allow only MS CHAP v2.0 for VPN connections
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\RASMAN\PPP]
"SECUREVPN"=DWORD:00000001
Mikael H said:Yes, in W2003 (and W2K) you can use Remote Access Policies in RRAS
Management
Console. My question was about the RAS/VPN server in XP.
Mikael H said:Interesting information there. Unfortunately RAS things don't work in XP,
at
least using the specified keys and values. Thanks for info anyway. AFAIK,
difference between MS-CHAP V1 and V2 is that V2 is better during initial
challenge /acknowledge handshake. Then if all clients are configured with
V2
only then it doesn't matter that server would accept V1 because an
interceptor would only see V2 anyway. Or is it worse than that?
Steven L Umbach said:For when XP is acting as a single connection PPTP VPN server I have never
seen, heard, or read a way of doing such from MS documentation. There was
a
securevpn registry key that was used in NT4.0 per the article below that
you
could try to implement on a test XP computer [not there by default] and
you
never know it just may work. Be default XP/2000/2003 when acting as a
VPN
server will always use the strongest common authentication method
supported
between client and server and every OS from MS since I believe Windows ME
is
mschapv2 capable with default install while Windows 98 requires a DUN
upgrade.. --- Steve
http://www.governmentsecurity.org/archive/t6526.html
allow only MS CHAP v2.0 for VPN connections
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\RASMAN\PPP]
"SECUREVPN"=DWORD:00000001
Mikael H said:Yes, in W2003 (and W2K) you can use Remote Access Policies in RRAS
Management
Console. My question was about the RAS/VPN server in XP.
:
You do that using Remote Access Policies for your VPN server in the
rras
Management Console where you select edit profile and select the
authentication methods you will allow. Every W2003 VPN server has at
least
one Remote Access Policy enabled or no user could access the VPN. The
link
below has more info in editing a Remote Access Policy. --- Steve
http://support.microsoft.com/default.aspx?scid=kb;en-us;816522
Incoming Connection in XP allows clients to use both MS-CHAP and
MS-CHAP
V2.
How can I force using MS-CHAP V2 only?