Hard Answers |
Fixing Error 720 On An SsTP VPN |
|
Fixing error 720 on an SsTP VPNFixing Error 720 on an Server 2008/2008 R2 Secure Socket Tunnelling Protocol (SSTP) VPN. I’m unsure how common this problem is, or how specific to me… but it took a lot of figuring out, so in the hope that it helps someone else… I have Server 2008 R2 running the Routing and Remote Access role to serve as an SSTP (Secure Socket Tunnelling Protocol) VPN server so my Windows 7 laptop can connect to it. I recently changed my hardware router for a different router, and ever since, was receiving “Error 720: “ when trying to connect to the VPN. After a dismally long time trying pointless other things, I fixed the problem by going to the Routing and Remote Access settings (run rrasmgmt.msc on the VPN server), right clicking on the server name and selecting Properties, navigating to the IPv4 tab, and changing “Dynamic Host Configuration Protocol (DHCP)” to “Static address pool”, and entering a valid IP range in there.
These are the errors I was experiencing prior to this: Error 720: A connection to the remote computer could not be established. You might need to change the network settings for this connection.
CoId={F06425E8-D193-48B8-A55C-A2774D53B684}: The user <username> connected to port VPN0-127 has been disconnected because no network protocols were successfully negotiated.
Log Name: System
Source: RemoteAccess
Date: 9/12/2009 9:45:53 AM
Event ID: 20253
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: <removed>
Description:
CoId={8101141A-FCD0-477D-9EC4-E3B2C4CDE6AB}: The user <username> connected to port VPN0-127 has been disconnected because no network protocols were successfully negotiated.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="RemoteAccess" />
<EventID Qualifiers="0">20253</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-12-08T23:45:53.000000000Z" />
<EventRecordID>4011</EventRecordID>
<Channel>System</Channel>
<Computer><computer name> </Computer>
<Security />
</System>
<EventData>
<Data>{8101141A-FCD0-477D-9EC4-E3B2C4CDE6AB}</Data>
<Data><username></Data>
<Data>VPN0-127</Data>
</EventData>
</Event>
More InformationFor more information about:
Updated about 8 mths, 23 days ago (December 12, 2009). Know a better answer? Let us know! Related categories . acpi album apache artist asio cache caching centos comment [computer] epg episode exchange exchange 2010 gallery golf gossip girl hosting hotlinking html hyper-v linux live messenger mce media center messenger mod_rewrite mp3 msn msn messenger music mysql negative delta time ost [pc] php pilot playlist power management remote control seo [server] [server 2008] [server 2008 r2] song soundblaster soundtrack spam sport sql [sstp] str suspend television template tv unreal tournament ut video vista vmc [vpn] web [windows] [windows 7] windows mobile xhtml xp yahoo messenger User submitted comments: John Vajda, about 3 mths, 24 days ago Wow, MANY THANKS for taking the time to post this. It solved my problem. Ed A, about 2 mths, 27 days ago Just found this by chance after hours searching on Google and going through tons of bad advice. Thank you! Comment on this article (no HTML, max 1200 characters): |
||
| Got a question? Ask us. | Copyright © 2009 Ned Martin | |
Alan Singfield, about 3 mths, 27 days ago
Monday May 10, 2010 11:14 AM
Thanks, this solved my problem - it looks like the DHCP doesn't seem to work very well.