Welcome to Lockergnome.com!
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

VPN to Cisco via Radius fails ppp

 
   Home -> Vista -> Networking & Sharing RSS
Next:  Networking & Sharing: D-Link Router Connection  
Author Message
fred

External


Since: Aug 08, 2007
Posts: 2



(Msg. 1) Posted: Wed Aug 08, 2007 9:12 am
Post subject: VPN to Cisco via Radius fails ppp
Archived from groups: microsoft>public>windows>vista>networking_sharing (more info?)

Hi,
I have a Windows 2003 Domain, with an internet facing Cisco 837 ADSL router.
The router is configured to allow incoming (pptp) VPN connections, passing
authentication off to a Windows Radius server (IAS). I can VPN into the
network fine from XP, but with Vista I get a 619 error.

I have downgraded the authentication to chap and MSchap (v1) on vista by
configuring the VPN settings manually (and actually setting everything to the
same as my XP client vpn connection), but it still fails. It actually looks
like the authentication phase completes OK by looking in the IAS logs - and
the client briefly displays the "registering your computer on the network"
dialog before being disconnected. I think this is more of a link control
error than the usual VPN authentication or encryption problems.

I have run netmon 3.1 traces on both the XP and Vista clients, and can see
that the vista client gets disconnected following the CCP negotiation phase.
I have tried changing the LCP and compression settings on the Vista client
but this makes no difference.

Something must have changed with the Vista VPN client that has broken this
functionality. I can VPN in fine from many XP, W2K, and even Windows mobile
clients - but not Vista.

Any suggestions gratefully received!
Back to top
Login to vote
Ken Zhao [MSFT]

External


Since: Jan 25, 2007
Posts: 142



(Msg. 2) Posted: Thu Aug 09, 2007 2:17 am
Post subject: RE: VPN to Cisco via Radius fails ppp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Thank you for using newsgroup!

From your post, I'd like to suggest you try the following steps:

Step1
===========
Maybe turning off auto-tuning on the Vista client may help. Please run the
following commands:

netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled and reboot

Related Articles:
934430: Network connectivity may fail when you try to use Windows Vista
behind a firewall device
http://support.microsoft.com/kb/934430/en-us

555912: Windows 2003 service pack 2 known issues on Small Business Server
2003
http://support.microsoft.com/kb/555912/en-us

Step2
===========
Changing or disabling the behavior for Strong Host Routing in Windows Vista.

In this case, the customer has an application that would switch to using a
faster network dynamically if one was available. The Strong Host Routing in
Windows Vista was preventing this from happening.

There is no setting that can be made in the registry to disable this
behavior. You can only disable the metric preference for gateways using
NETSH.
The syntax is: netsh interface ipv4 set int
ignoredefaultroutes=enabled/disabled

However it only works on a per connection basis though. If you are using
CMAK you can create a script that runs that command at the end of a
connection.

The VPN software could be coded to disable the default route like below,
but they probably don't have access to source for that client.
http://msdn2.microsoft.com/en-us/library/aa814496.aspx
It is exposed through IP Helper.

DisableDefaultRoutes
A value that indicates if using default route on the interface should be
disabled. This member can be used by VPN clients to restrict split
tunneling.

Step3
===========
Check if you have obtain the proper IP addresses from the DHCP server. If
not, please refer to:
928233: Windows Vista cannot obtain an IP address from certain routers or
from certain non-Microsoft DHCP servers
http://support.microsoft.com/kb/928233/en-us

Thanks & Regards,

Ken Zhao

Microsoft Online Support
Microsoft Global Technical Support Center

Get Secure! - www.microsoft.com/security <http://www.microsoft.com/security>
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.




--------------------
| Thread-Topic: VPN to Cisco via Radius fails ppp
| thread-index: AcfZ1uCyf4HVu6YfRGSfMdE8was6LQ==
| X-WBNR-Posting-Host: 207.46.19.197
| From: =?Utf-8?B?ZnJlZA==?= <mojacmankey.DeleteThis@community.nospam>
| Subject: VPN to Cisco via Radius fails ppp
| Date: Wed, 8 Aug 2007 09:12:11 -0700
| Lines: 24
| Message-ID: <BA6ABA86-76E7-451D-8A41-23DBC1529FDE.DeleteThis@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826
| Newsgroups: microsoft.public.windows.vista.networking_sharing
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.networking_sharing:12407
| NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
| X-Tomcat-NG: microsoft.public.windows.vista.networking_sharing
|
| Hi,
| I have a Windows 2003 Domain, with an internet facing Cisco 837 ADSL
router.
| The router is configured to allow incoming (pptp) VPN connections,
passing
| authentication off to a Windows Radius server (IAS). I can VPN into the
| network fine from XP, but with Vista I get a 619 error.
|
| I have downgraded the authentication to chap and MSchap (v1) on vista by
| configuring the VPN settings manually (and actually setting everything to
the
| same as my XP client vpn connection), but it still fails. It actually
looks
| like the authentication phase completes OK by looking in the IAS logs -
and
| the client briefly displays the "registering your computer on the
network"
| dialog before being disconnected. I think this is more of a link control
| error than the usual VPN authentication or encryption problems.
|
| I have run netmon 3.1 traces on both the XP and Vista clients, and can
see
| that the vista client gets disconnected following the CCP negotiation
phase.
| I have tried changing the LCP and compression settings on the Vista
client
| but this makes no difference.
|
| Something must have changed with the Vista VPN client that has broken
this
| functionality. I can VPN in fine from many XP, W2K, and even Windows
mobile
| clients - but not Vista.
|
| Any suggestions gratefully received!
|
Back to top
Login to vote
fred

External


Since: Aug 08, 2007
Posts: 2



(Msg. 3) Posted: Thu Aug 09, 2007 2:17 am
Post subject: RE: VPN to Cisco via Radius fails ppp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ken,

Many thanks for your reply - unfortunately, none of the suggestions have
resolved the problem.

I would like to confirm we are using the built in Vista VPN client (rather
than a 3rd party), from the log files, I can also see that I am getting a
valid IP address and DNS/WINS server addresses shortly before the connection
is terminated.

Any further ideas?

Thanks,



""Ken Zhao [MSFT]"" wrote:

> Hello,
>
> Thank you for using newsgroup!
>
> From your post, I'd like to suggest you try the following steps:
>
> Step1
> ===========
> Maybe turning off auto-tuning on the Vista client may help. Please run the
> following commands:
>
> netsh interface tcp set global rss=disabled
> netsh interface tcp set global autotuninglevel=disabled and reboot
>
> Related Articles:
> 934430: Network connectivity may fail when you try to use Windows Vista
> behind a firewall device
> http://support.microsoft.com/kb/934430/en-us
>
> 555912: Windows 2003 service pack 2 known issues on Small Business Server
> 2003
> http://support.microsoft.com/kb/555912/en-us
>
> Step2
> ===========
> Changing or disabling the behavior for Strong Host Routing in Windows Vista.
>
> In this case, the customer has an application that would switch to using a
> faster network dynamically if one was available. The Strong Host Routing in
> Windows Vista was preventing this from happening.
>
> There is no setting that can be made in the registry to disable this
> behavior. You can only disable the metric preference for gateways using
> NETSH.
> The syntax is: netsh interface ipv4 set int
> ignoredefaultroutes=enabled/disabled
>
> However it only works on a per connection basis though. If you are using
> CMAK you can create a script that runs that command at the end of a
> connection.
>
> The VPN software could be coded to disable the default route like below,
> but they probably don't have access to source for that client.
> http://msdn2.microsoft.com/en-us/library/aa814496.aspx
> It is exposed through IP Helper.
>
> DisableDefaultRoutes
> A value that indicates if using default route on the interface should be
> disabled. This member can be used by VPN clients to restrict split
> tunneling.
>
> Step3
> ===========
> Check if you have obtain the proper IP addresses from the DHCP server. If
> not, please refer to:
> 928233: Windows Vista cannot obtain an IP address from certain routers or
> from certain non-Microsoft DHCP servers
> http://support.microsoft.com/kb/928233/en-us
>
> Thanks & Regards,
>
> Ken Zhao
>
> Microsoft Online Support
> Microsoft Global Technical Support Center
>
> Get Secure! - www.microsoft.com/security <http://www.microsoft.com/security>
> ====================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ====================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
> --------------------
> | Thread-Topic: VPN to Cisco via Radius fails ppp
> | thread-index: AcfZ1uCyf4HVu6YfRGSfMdE8was6LQ==
> | X-WBNR-Posting-Host: 207.46.19.197
> | From: =?Utf-8?B?ZnJlZA==?= <mojacmankey.RemoveThis@community.nospam>
> | Subject: VPN to Cisco via Radius fails ppp
> | Date: Wed, 8 Aug 2007 09:12:11 -0700
> | Lines: 24
> | Message-ID: <BA6ABA86-76E7-451D-8A41-23DBC1529FDE.RemoveThis@microsoft.com>
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | charset="Utf-8"
> | Content-Transfer-Encoding: 7bit
> | X-Newsreader: Microsoft CDO for Windows 2000
> | Content-Class: urn:content-classes:message
> | Importance: normal
> | Priority: normal
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826
> | Newsgroups: microsoft.public.windows.vista.networking_sharing
> | Path: TK2MSFTNGHUB02.phx.gbl
> | Xref: TK2MSFTNGHUB02.phx.gbl
> microsoft.public.windows.vista.networking_sharing:12407
> | NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
> | X-Tomcat-NG: microsoft.public.windows.vista.networking_sharing
> |
> | Hi,
> | I have a Windows 2003 Domain, with an internet facing Cisco 837 ADSL
> router.
> | The router is configured to allow incoming (pptp) VPN connections,
> passing
> | authentication off to a Windows Radius server (IAS). I can VPN into the
> | network fine from XP, but with Vista I get a 619 error.
> |
> | I have downgraded the authentication to chap and MSchap (v1) on vista by
> | configuring the VPN settings manually (and actually setting everything to
> the
> | same as my XP client vpn connection), but it still fails. It actually
> looks
> | like the authentication phase completes OK by looking in the IAS logs -
> and
> | the client briefly displays the "registering your computer on the
> network"
> | dialog before being disconnected. I think this is more of a link control
> | error than the usual VPN authentication or encryption problems.
> |
> | I have run netmon 3.1 traces on both the XP and Vista clients, and can
> see
> | that the vista client gets disconnected following the CCP negotiation
> phase.
> | I have tried changing the LCP and compression settings on the Vista
> client
> | but this makes no difference.
> |
> | Something must have changed with the Vista VPN client that has broken
> this
> | functionality. I can VPN in fine from many XP, W2K, and even Windows
> mobile
> | clients - but not Vista.
> |
> | Any suggestions gratefully received!
> |
>
>
Back to top
Login to vote
Display posts from previous:   
       Home -> Vista -> Networking & Sharing All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 General
 Microsoft Windows XP
  Microsoft Windows Vista
 Microsoft Windows (other)
 Microsoft Office
 Microsoft Office (other)
 Computer Security
 Linux
 Movies


[ Contact us | Terms of Service/Privacy Policy ]