<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Routing and Remote Access Blog : Troubleshooting</title><link>http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx</link><description>Tags: Troubleshooting</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Troubleshooting common VPN related errors</title><link>http://blogs.technet.com/rrasblog/archive/2009/08/12/troubleshooting-common-vpn-related-errors.aspx</link><pubDate>Wed, 12 Aug 2009 14:27:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3272716</guid><dc:creator>rrasblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/3272716.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=3272716</wfw:commentRss><description>&lt;p align="left"&gt;Hello Customers,&lt;/p&gt;  &lt;p align="left"&gt;If you are seeing errors while establishing VPN connection using Windows in-built VPN client,&amp;#160; you have reached the right place. This article will help you to easily troubleshoot some of the common VPN related errors. &lt;/p&gt;  &lt;p align="left"&gt;1) &lt;u&gt;Error Code: &lt;strong&gt;800&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;The remote connection was not made because the attempted VPN tunnels failed. The VPN server might be unreachable. If this connection is attempting to use an L2TP/IPsec tunnel, the security parameters required for IPsec negotiation might not be configured properly.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error comes when the VPN tunnel type is ‘Automatic’ and the connection establishment fails for all the VPN tunnels.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solutions:&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;a&amp;gt; If you know which tunnel should actually be used for your deployment, try to set the ‘Type of VPN’ to that particular tunnel type on the VPN client side. [This can be set by clicking the ‘Network Connections’ icon on the bottom right of the task bar, Select your Connection, Right Click -&amp;gt; Properties -&amp;gt; Securities Tab -&amp;gt; Under ‘Type of VPN’ select the interested VPN tunnel type ]&lt;/p&gt;          &lt;p&gt;By making VPN connection with a particular tunnel type, your connection will still fail but it will give a more tunnel specific error (for example: GRE blocked for PPTP, Certificate error for L2TP, SSL negotiation errors for SSTP, etc.)&lt;/p&gt;          &lt;p&gt;b&amp;gt; This error usually comes when the VPN server is not reachable or the tunnel establishment fails.&lt;/p&gt;          &lt;p&gt;i. Make sure the VPN server is reachable (try to PING the server).&lt;/p&gt;          &lt;p&gt;ii. If interested in PPTP, make sure PPTP port (TCP 1723) or GRE Port (47) is not blocked on in between firewalls.&lt;/p&gt;          &lt;p&gt;iii. If interested in L2TP, make sure &lt;/p&gt;          &lt;p&gt;1. Correct pre-shared key or machine certificate are present both on client and server.&lt;/p&gt;          &lt;p&gt;2. L2TP port (UDP 1701) is not blocked on any of the firewalls.&lt;/p&gt;          &lt;p&gt;iv. If interested in IKEv2 based VPN tunnel, make sure &lt;/p&gt;          &lt;p&gt;1. IKE port (UDP port 500, UDP port 4500) is not blocked.&lt;/p&gt;          &lt;p&gt;2. Correct machine certificate for IKE are present both on client and server.&lt;/p&gt;          &lt;p&gt;v. If interested in SSTP, make sure correct machine certificate is installed on the server and correct trusted root certificate is installed on the client machine.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;2) &lt;u&gt;Error Code: &lt;strong&gt;609, 633&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="884"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;&lt;/p&gt;          &lt;p&gt;609: A device type was specified that does not exist.&lt;/p&gt;          &lt;p&gt;633: The modem (or other connecting device) is already in use or is not configured properly.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="884"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error usually comes when the connecting VPN device (aka miniport) is not configured properly.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="884"&gt;         &lt;p&gt;&lt;b&gt;To confirm the issue: &lt;/b&gt;From the elevated command prompt, type the following command to confirm the presence of miniport: -&lt;/p&gt;          &lt;p&gt;netcfg.exe –q &amp;lt;miniport name&amp;gt;&lt;/p&gt;          &lt;p&gt;Following is the Miniport Device name for different tunnels:&lt;/p&gt;          &lt;p&gt;PPTP Tunnel: MS_PPTP&lt;/p&gt;          &lt;p&gt;L2TP Tunnel: MS_L2TP&lt;/p&gt;          &lt;p&gt;SSTP Tunnel: MS_SSTP&lt;/p&gt;          &lt;p&gt;VPN Reconnect (IKEv2) Tunnel: MS_AGILEVPN&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="884"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;&lt;/p&gt;          &lt;p&gt;1. In Windows 7, a built-in diagnostic with repair is provided for the ‘miniport missing’ issue for locally created VPN connections. A ‘Diagnostic’ button is shown on the Error page of the VPN connection. By clicking this button, it will give a ‘repair’ option if it finds the issue to be miniport missing which if clicked will automatically try to fix the issue.&lt;/p&gt;          &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/blogfiles/rrasblog/WindowsLiveWriter/TroubleshootingmostcommonVPNerrors_CDFB/clip_image002_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/rrasblog/WindowsLiveWriter/TroubleshootingmostcommonVPNerrors_CDFB/clip_image002_thumb.gif" width="483" height="149" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;2. On Vista or below OS, if the miniport device is missing, you can run the following command from ‘elevated’ command prompt:&lt;/p&gt;          &lt;p&gt;a&amp;gt; netcfg.exe -e -c p -i &amp;lt;miniport name&amp;gt;&lt;/p&gt;          &lt;p&gt;Details of the &amp;lt;miniport name&amp;gt; is given above.&lt;/p&gt;          &lt;p&gt;b&amp;gt; Stop and Start ‘rasman’ (‘Remote Access Connection Manager’) service.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;3) &lt;u&gt;Error Code: &lt;strong&gt;732, 734, 812&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;&lt;/p&gt;          &lt;p&gt;732: Your computer and the remote computer could not agree on PPP control protocols.&lt;/p&gt;          &lt;p&gt;734: The PPP link control protocol was terminated.&lt;/p&gt;          &lt;p&gt;812: The connection was prevented because of a policy configured on your RAS/VPN server. Specifically, the authentication method used by the server to verify your username and password may not match the authentication method configured in your connection profile. Please contact the Administrator of the RAS server and notify them of this error.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Causes: &lt;/b&gt;One of the prime causes for the above error&amp;#160; is: when the *only* allowed authentication protocol configured on VPN server (or Radius server) is MS-CHAP and the VPN client is Vista or above OS platform (like Windows7). Note: due to security reasons MS-CHAP was removed from Vista and above OS platform and hence the connection fails.&lt;/p&gt;          &lt;p&gt;Error 812 comes when Authentication protocol is set via NPS (Network Policy and Access Services) otherwise Error 732/734.&lt;/p&gt;          &lt;p&gt;Event log 20276 is logged to the event viewer when RRAS based VPN server authentication protocol setting mismatches which that of the VPN client machine.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Possible Solution: &lt;/strong&gt;Configure a more secured authentication protocol like MS-CHAPv2 or EAP based authentication on the server – which matches the settings on the client side.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;4) &lt;u&gt;Error Code: &lt;strong&gt;806&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description:&amp;#160; &lt;/b&gt;806: The VPN connection between your computer and the VPN server could not be completed. The most common cause for this failure is that at least one Internet device (for example, a firewall or a router) between your computer and the VPN server is not configured to allow Generic Routing Encapsulation (GRE) protocol packets. If the problem persists, contact your network administrator or Internet Service Provider.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;PPTP uses GRE (Generic Route Encapsulation) protocol to encapsulate the VPN payload in a secure manner.This error generally comes when some firewall in path between client and server blocks GRE Protocol (i.e. IP protocol number 47).&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Allow both outgoing and incoming Protocol 47 (GRE) on any in between firewalls. If that is not possible, deploy SSTP based VPN tunnel on both VPN server and VPN client – that allows VPN connection across firewalls, web proxies and NAT.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;5) &lt;u&gt;Error Code: &lt;strong&gt;789, 835&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;&lt;/p&gt;          &lt;p&gt;789: The L2TP connection attempt failed because the security layer encountered a processing error during initial negotiations with the remote computer.&lt;/p&gt;          &lt;p&gt;835: The L2TP connection attempt failed because the security layer could not authenticate the remote computer. This could be because one or more fields of the certificate presented by the remote server could not be validated as belonging to the target destination.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Causes: &lt;/b&gt;This is a generic error which is thrown when the IPSec negotiation fails for L2TP/IPSec connections.&lt;/p&gt;          &lt;p&gt;Possible causes for this issue could be:&lt;/p&gt;          &lt;p&gt;a&amp;gt; L2TP based VPN client (or VPN server) is behind NAT.&lt;/p&gt;          &lt;p&gt;b&amp;gt; Wrong certificate or pre-shared key is set on the VPN server or client&lt;/p&gt;          &lt;p&gt;c&amp;gt; Machine certificate or trusted root machine certificate is not present on the VPN server.&lt;/p&gt;          &lt;p&gt;d&amp;gt; Machine Certificate on VPN Server does not have 'Server Authentication' as the EKU&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Make sure correct certificate is used both on client and server side – for further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog. In case Pre Shared Key (PSK) is used, make sure the same PSK is configured on the client and the VPN server machine.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;6) &lt;u&gt;Error Code: &lt;strong&gt;766&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description:&amp;#160; &lt;/b&gt;766: A certificate could not be found. Connections that use the L2TP protocol over IPSec require the installation of a machine certificate, also known as a computer certificate.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error usually comes when their is no valid machine certificate on your client machine.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Make sure the correct machine certificate for L2TP validation is installed on your client machine - for further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;7) &lt;u&gt;Error Code: &lt;strong&gt;691&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;691: The remote connection was denied because the user name and password combination you provided is not recognized, or the selected authentication protocol is not permitted on the remote access server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error is given when the authentication phase erred out because of wrong credentials being passed.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;&lt;/p&gt;          &lt;p&gt;a&amp;gt; Make sure correct username and password is typed.&lt;/p&gt;          &lt;p&gt;b&amp;gt; Make sure ‘Caps Lock’ is not turned ON while typing credentials.&lt;/p&gt;          &lt;p&gt;c&amp;gt;&lt;strong&gt; &lt;/strong&gt;Make sure the authentication protocol as selected on the client is permitted on the server.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;8) &lt;u&gt;Error Code: &lt;strong&gt;809&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;809: The network connection between your computer and the VPN server could not be established because the remote server is not responding. This could be because one of the network devices (e.g, firewalls, NAT, routers, etc) between your computer and the remote server is not configured to allow VPN connections. Please contact your Administrator or your service provider to determine which device may be causing the problem.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error usually comes when some firewall between client and server is blocking the ports used by VPN tunnel&lt;/p&gt;          &lt;p&gt;a&amp;gt; PPTP port (TCP port 1723) is blocked by a firewall/router. [Applicable to tunnel type = PPTP]&lt;/p&gt;          &lt;p&gt;b&amp;gt; L2TP or IKEv2 port (UDP port 500, UDP port 4500) is blocked by a firewall/router. [Applicable to tunnel type = L2TP or IKEv2]&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Enable the port (as mentioned above) on firewall/router. If that is not possible, deploy SSTP based VPN tunnel on both VPN server and VPN client – that allows VPN connection across firewalls, web proxies and NAT.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;9) &lt;u&gt;Error Code: &lt;strong&gt;13806&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;13806: IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This usually happens when there is no machine certificate or no root machine certificate present on the VPN Server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Possible Solution: &lt;/strong&gt;Please contact your VPN server administrator to verify and fix the issue - for further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;10) &lt;u&gt;Error Code: &lt;strong&gt;13801&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;13801: IKE authentication credentials are unacceptable.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Causes: &lt;/b&gt;This error usually comes in one of the following cases:&lt;/p&gt;          &lt;ol&gt;           &lt;li&gt;The machine certificate used for IKEv2 validation on RAS Server does not have 'Server Authentication' as the EKU (Enhanced Key Usage). &lt;/li&gt;            &lt;li&gt;The machine certificate on RAS server has expired. &lt;/li&gt;            &lt;li&gt;The root certificate to validate the RAS server certificate is not present on the client. &lt;/li&gt;            &lt;li&gt;VPN Server Name as given on client doesn’t match with the subjectName of the server certificate. &lt;/li&gt;         &lt;/ol&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Possible Solution: &lt;/strong&gt;Please contact your VPN server administrator to verify and fix the above issue - for further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;11) &lt;u&gt;Error Code: &lt;strong&gt;0x800704C9&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description:&lt;/b&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if no SSTP ports are available on the server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;To troubleshoot this issue, verify that the RAS server has sufficient ports configured for remote access. To do this, follow these steps: &lt;/p&gt;          &lt;ol&gt;           &lt;li&gt;Start the Routing and Remote Access MMC snap-in. &lt;/li&gt;            &lt;li&gt;Expand the server, right-click &lt;b&gt;Ports&lt;/b&gt;, and then click &lt;b&gt;Properties&lt;/b&gt;. &lt;/li&gt;            &lt;li&gt;In the Name list, click &lt;b&gt;WAN Miniport (SSTP)&lt;/b&gt;, and then click &lt;b&gt;Configure&lt;/b&gt;. &lt;/li&gt;            &lt;li&gt;Modify the number that appears in the &lt;b&gt;Maximum ports&lt;/b&gt; list, as appropriate for your requirements, and then click &lt;b&gt;OK&lt;/b&gt;.               &lt;br /&gt;&lt;b&gt;Note&lt;/b&gt; By default, 128 ports are available for this device. &lt;/li&gt;            &lt;li&gt;In the &lt;b&gt;Port Properties&lt;/b&gt; dialog box, click &lt;b&gt;OK&lt;/b&gt; &lt;/li&gt;         &lt;/ol&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;12) &lt;u&gt;Error Code: &lt;strong&gt;0x80070040&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Error Description: &lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if a server authentication certificate is not installed on the RAS server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Make sure the machine certificate used by RAS server for SSL has ‘Server Authentication’ as one of the certificate usage entries. For further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog. For changing the SSTP machine certificate, please refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/02/11/sstp-certificate-selection.aspx"&gt;this&lt;/a&gt; blog if on VPN server is running Windows server 2008 R2, else refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;this&lt;/a&gt; blog&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;13) &lt;u&gt;Error Code: &lt;strong&gt;0x800B0101&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x800B0101: A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if a server authentication certificate is not installed on the Routing and Remote Access server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Make sure the machine certificate used by RAS server for SSL has ‘Server Authentication’ as one of the certificate usage entries and the certificate is not expired. For further details refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx"&gt;this&lt;/a&gt; blog. For changing the SSTP machine certificate, please refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/02/11/sstp-certificate-selection.aspx"&gt;this&lt;/a&gt; blog if on VPN server is running Windows server 2008 R2, else refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;this&lt;/a&gt; blog&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;14) &lt;u&gt;Error Code: &lt;strong&gt;0x800B0109&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x800B0109: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if the appropriate trusted root certification authority (CA) certificate is not installed in the Trusted Root Certification Authorities store on the client computer. &lt;/p&gt;          &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; Generally the VPN client machine is joined to the active directory based domain and if you use domain credentials to log on to the VPN server, the certificate is automatically installed in the Trusted Root Certification Authorities store. However, if the computer is not joined to the domain or if you use an alternative certificate chain, you may experience this issue.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Make sure root certificate is installed on the client machine in the Trusted Root Certification Authorities store.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;15) &lt;u&gt;Error Code: &lt;strong&gt;0x800B010F&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x800B010F: The certificate's CN name does not match the passed value.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if the host name of the server that is specified in the VPN connection does not match the subject name that is specified on the SSL certificate that the server submits to the client computer.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;Verify that the certificate which RAS server uses for SSL has the correct subject name. For example, if the VPN client is configured to use FQDN name to connect to the VPN server, the certificate used by VPN server must have FQDN in the subject name. Same thing if the client is configured to use IP address (IPv4 or IPv6) of VPN server.&amp;#160; If the appropriately-named certificate is not present on the RAS server, you must obtain a new certificate for the RAS server.&lt;/p&gt;          &lt;p&gt;For changing the SSTP machine certificate, please refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2009/02/11/sstp-certificate-selection.aspx"&gt;this&lt;/a&gt; blog if on VPN server is running Windows server 2008 R2, else refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;this&lt;/a&gt; blog&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;16) &lt;u&gt;Error Code: &lt;strong&gt;0x80092013&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x80092013: The revocation function was unable to check revocation because the revocation server was offline.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This issue may occur if the client computer fails the certificate revocation check for the SSL certificate that the client computer obtained from the VPN server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Solution: &lt;/b&gt;To troubleshoot this issue, verify that the server that hosts the Certificate Revocation List (CRL) is available to the client – before VPN tunnel is established. This means that the CRL server is available to the client over the Internet because the client computer runs the CRL check during the establishment of the SSL connection and the CRL check query is sent directly to the CRL server. &lt;b&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;17) &lt;u&gt;Error Code: &lt;strong&gt;0x800704D4&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x800704D4: The network connection was aborted by the local system&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error comes when the hostname of the VPN server is not resolved by the forward proxy in-front of the VPN client. &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Possible Solution: &lt;/strong&gt;Check your proxy settings inside the Internet explorer. If the settings are correct, please ensure you are able to access other web sites (e.g. &lt;a href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/a&gt;) using the browser. If that also works through, try accessing the URI which SSTP uses internally i.e. &lt;a href="https://vpn_server_name/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/"&gt;https://vpn_server_name/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/&lt;/a&gt;&amp;#160; -&amp;#160; please replace vpn_server_name with actual VPN server name. If you see error “the website cannot be found” inside your browser, that validates the hostname resolution failure. If you know the IP address of VPN server, try connecting with that. Else contact your network administrator (who is responsible for managing the web proxy – most probably your ISP) – giving them the details of the problem (i.e. hostname resolution is failing for that particular hostname). &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;18) &lt;u&gt;Error Code: &lt;strong&gt;0x80072746&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Error Description: &lt;/strong&gt;0x80072746: An existing connection was forcibly closed by the remote host.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;b&gt;Possible Cause: &lt;/b&gt;This error comes when the server machine certificate binding to HTTPS is not done on the VPN server OR the server machine certificate is not installed on the VPN server.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="798"&gt;         &lt;p&gt;&lt;strong&gt;Possible Solution: &lt;/strong&gt;Please contact your VPN server administrator – to check whether relevant machine certificate is installed&amp;#160; on the VPN server. If installed correctly, check the HTTPS binding by running following command at the VPN server command prompt - “netsh http show ssl”. For further details, please refer to &lt;a href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;this&lt;/a&gt; blog.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Further References:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx"&gt;Troubleshooting articles @ RRAS blog site&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/947031"&gt;How to troubleshoot SSTP based connection failure in Windows&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Please send in your feedback via &lt;a href="http://blogs.technet.com/rrasblog/contact.aspx"&gt;email&lt;/a&gt;, in case we are missing some errors that you encounter most commonly in your deployment. &lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Dinesh Agarwal &lt;/p&gt;  &lt;p&gt;Amit Kumar (WINDOWS)&lt;/p&gt;  &lt;p&gt;Windows Networking&lt;/p&gt;  &lt;p&gt;[This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights.]&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272716" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>What type of certificate to install on the VPN server</title><link>http://blogs.technet.com/rrasblog/archive/2009/06/10/what-type-of-certificate-to-install-on-the-vpn-server.aspx</link><pubDate>Wed, 10 Jun 2009 13:52:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3252973</guid><dc:creator>rrasblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/3252973.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=3252973</wfw:commentRss><description>&lt;P&gt;Hello Friends,&lt;/P&gt;
&lt;P&gt;In my previous posting related to &lt;A href="http://blogs.technet.com/rrasblog/archive/2009/03/17/remote-access-design-guidelines-part-3-tunnel-selection-authentication-authorization-and-accounting.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2009/03/17/remote-access-design-guidelines-part-3-tunnel-selection-authentication-authorization-and-accounting.aspx"&gt;VPN tunnel selection&lt;/A&gt;, I discussed various scenarios in which you need to install a certificate on the VPN server. To summarize this requirement in a nutshell: except PPTP tunnel, for all the other tunnel types (i.e. IKEv2, SSTP and L2TP/IPSec) VPN server machine should be installed with a &lt;EM&gt;valid&lt;/EM&gt; certificate. And what does &lt;EM&gt;valid &lt;/EM&gt;means is what I am going to discuss in this blog.&lt;/P&gt;
&lt;P&gt;Let us take a simple deployment scenario: You have one VPN server which is enabled for all VPN tunnels and is also used as NPS based Radius server – with EAP-TLS authentication. &lt;/P&gt;
&lt;P&gt;Here are the steps you need to follow:&lt;/P&gt;
&lt;P&gt;1) Install a certificate inside &lt;EM&gt;machine store&lt;/EM&gt; (i.e. Local Computer certificate store) of the VPN server. The key properties that you MUST ensure are set inside the machine certificate includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Common name (CN):&lt;/STRONG&gt; Same as the hostname OR IPv4/v6 address that is configured as VPN destination on the VPN client. i.e. if the VPN client is configured with the hostname, then set this as same hostname OR if the VPN client is configured with the IP address, then set this as same IP address. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Extended Key Usage (EKU)&lt;/STRONG&gt;:&amp;nbsp; Select “Server Authentication” and “IP Security IKE intermediate”. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Key Usage: &lt;/STRONG&gt;Select Digital signature and Key encipherment. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;This certificate must be requested from the certificate authority (CA) – who trust chain is installed on the VPN client machine (see next step on special care if you are using public CA). The certificate can be requested from the CA using any mechanism that supports requesting above set of properties. For example, if you are using Active Directory Certificate Services – you can request a certificate by creating a “Custom request” by clicking on relevant certificate store inside Certificate Manager (certmgr.msc). And you can then submit the certificate request to the CA. And once the request is approved, you can install the machine certificate on the VPN Server.&lt;/P&gt;
&lt;P&gt;2) Once the certificate is installed on the VPN server, you must configure the VPN server appropriately to point to the relevant machine certificate:&lt;/P&gt;
&lt;P&gt;For &lt;U&gt;SSTP&lt;/U&gt;: Ensure the SSTP tunnel is configured for this certificate. For Windows 2008 R2 – RRAS server has a UI/netsh way of selecting the certificate that will be used by SSTP – which is blogged &lt;A href="http://blogs.technet.com/rrasblog/archive/2009/02/11/sstp-certificate-selection.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2009/02/11/sstp-certificate-selection.aspx"&gt;here&lt;/A&gt;. For Windows 2008, there is a regkey driven way of ensuring the same which is blogged &lt;A href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;here&lt;/A&gt; and &lt;A href="http://blogs.technet.com/rrasblog/archive/2007/10/04/how-to-change-the-machine-certificate-of-sstp-based-rras-server.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2007/10/04/how-to-change-the-machine-certificate-of-sstp-based-rras-server.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For &lt;U&gt;L2TP/IPSec&lt;/U&gt;: No other configuration is required&lt;/P&gt;
&lt;P&gt;For &lt;U&gt;IKEv2 EAP authentication&lt;/U&gt;: No other configuration is required&lt;/P&gt;
&lt;P&gt;For &lt;U&gt;IKEv2 machine certificate authentication&lt;/U&gt;: Ensure the trusted root certificate store on the VPN Server contains **&lt;STRONG&gt;only&lt;/STRONG&gt;** the trust root certificate that matches the trust chain with which the client will send the machine certificate. And you MUST delete all the other trust chain on the VPN Server – to avoid any malicious client machine having a certificate with one of those trust chain to be able to successfully connect to this VPN server using IKEv2 machine certificate authentication. &lt;STRONG&gt;&lt;FONT color=#ff0000&gt;WARNING&lt;/FONT&gt;&lt;/STRONG&gt;: If you have enabled IKEv2 machine certificate authentication scenario, you MUST NOT install any trusted root certificates from a public certificate authority (e.g. Verisign) on the VPN server machine. Otherwise, any malicious user&amp;nbsp; with a machine certificate from that particular public CA – can connect with your VPN server. You must only install the trusted root certificate of your own certificate authority.&lt;/P&gt;
&lt;P&gt;Hope this posting helps you select the right certificate&lt;/P&gt;
&lt;P&gt;For further details about the certificates, please refer to &lt;A href="https://www.carbonwind.net/blog/post/2009/05/30/VPN-Reconnect-in-Windows-7-RC-redux.aspx" mce_href="https://www.carbonwind.net/blog/post/2009/05/30/VPN-Reconnect-in-Windows-7-RC-redux.aspx"&gt;this&lt;/A&gt; excellent blog by Adrian.&lt;/P&gt;
&lt;P&gt;With Regards,&lt;/P&gt;
&lt;P&gt;Samir Jain&lt;/P&gt;
&lt;P&gt;Senior Program Manager&lt;/P&gt;
&lt;P&gt;Windows Networking&lt;/P&gt;
&lt;P&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252973" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/Design/default.aspx">Design</category></item><item><title>3rd party VPN client compatibility with Windows 7 and Windows Server 2008 R2</title><link>http://blogs.technet.com/rrasblog/archive/2009/05/05/vpn-client-compatibility-with-windows-7-and-windows-server-2008-r2.aspx</link><pubDate>Tue, 05 May 2009 14:39:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3235576</guid><dc:creator>rrasblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/3235576.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=3235576</wfw:commentRss><description>&lt;META name=ProgId content=Word.Document&gt;
&lt;META name=Generator content="Microsoft Word 12"&gt;
&lt;META name=Originator content="Microsoft Word 12"&gt;&lt;LINK rel=File-List href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" mce_href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;LINK rel=themeData href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" mce_href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;LINK rel=colorSchemeMapping href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" mce_href="file:///C:%5CUsers%5CASHISH%7E1.FAR%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;
&lt;STYLE&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;
	mso-font-alt:宋体;
	mso-font-charset:134;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:3 680460288 22 0 262145 0;}
@font-face
	{font-family:PMingLiU;
	panose-1:2 2 5 0 0 0 0 0 0 0;
	mso-font-alt:新細明體;
	mso-font-charset:136;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:-1610611969 684719354 22 0 1048577 0;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:-1610611985 1107304683 0 0 415 0;}
@font-face
	{font-family:"\@PMingLiU";
	panose-1:2 2 5 0 0 0 0 0 0 0;
	mso-font-charset:136;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:-1610611969 684719354 22 0 1048577 0;}
@font-face
	{font-family:"\@SimSun";
	panose-1:2 1 6 0 3 1 1 1 1 1;
	mso-font-charset:134;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:3 680460288 22 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-name:"Normal\,Text\,t";
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
h1
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-link:"Heading 1 Char";
	mso-style-next:"Normal\,Text\,t";
	margin-top:24.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan lines-together;
	page-break-after:avoid;
	mso-outline-level:1;
	font-size:14.0pt;
	font-family:"Cambria","serif";
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:major-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:major-fareast;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:major-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:major-bidi;
	color:#365F91;
	mso-themecolor:accent1;
	mso-themeshade:191;
	mso-font-kerning:12.0pt;}
h2
	{mso-style-name:"Heading 2\,h2";
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"Heading 1";
	mso-style-link:"Heading 2 Char";
	mso-style-next:"Normal\,Text\,t";
	margin-top:.25in;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	mso-pagination:widow-orphan;
	page-break-after:avoid;
	mso-outline-level:2;
	font-size:18.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;
	mso-bidi-font-weight:normal;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-link:"Header Char";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	tab-stops:center 3.25in right 6.5in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{mso-style-name:"Footer\,f";
	mso-style-unhide:no;
	mso-style-parent:Header;
	mso-style-link:"Footer Char";
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	text-align:right;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:PMingLiU;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
	{mso-style-noshow:yes;
	mso-style-priority:99;
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.25in;
	mso-add-space:auto;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l0 level1 lfo1;
	tab-stops:list .25in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.MsoListBulletCxSpFirst, li.MsoListBulletCxSpFirst, div.MsoListBulletCxSpFirst
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-type:export-only;
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l0 level1 lfo1;
	tab-stops:list .25in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.MsoListBulletCxSpMiddle, li.MsoListBulletCxSpMiddle, div.MsoListBulletCxSpMiddle
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l0 level1 lfo1;
	tab-stops:list .25in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.MsoListBulletCxSpLast, li.MsoListBulletCxSpLast, div.MsoListBulletCxSpLast
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.25in;
	mso-add-space:auto;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l0 level1 lfo1;
	tab-stops:list .25in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	mso-style-unhide:no;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:9.0pt;
	color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-noshow:yes;
	mso-style-priority:99;
	color:purple;
	mso-themecolor:followedhyperlink;
	text-decoration:underline;
	text-underline:single;}
span.Heading2Char
	{mso-style-name:"Heading 2 Char";
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:"Heading 2\,h2";
	mso-ansi-font-size:18.0pt;
	mso-bidi-font-size:18.0pt;
	font-family:"Arial","sans-serif";
	mso-ascii-font-family:Arial;
	mso-fareast-font-family:SimSun;
	mso-hansi-font-family:Arial;
	mso-font-kerning:12.0pt;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
span.LabelEmbedded
	{mso-style-name:"Label Embedded\,le";
	mso-style-unhide:no;
	mso-bidi-font-size:9.0pt;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
p.TableSpacing, li.TableSpacing, div.TableSpacing
	{mso-style-name:"Table Spacing\,ts";
	mso-style-unhide:no;
	mso-style-next:"Normal\,Text\,t";
	margin-top:4.0pt;
	margin-right:0in;
	margin-bottom:4.0pt;
	margin-left:0in;
	mso-pagination:widow-orphan;
	font-size:4.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.AlertLabel, li.AlertLabel, div.AlertLabel
	{mso-style-name:"Alert Label\,al";
	mso-style-unhide:no;
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:15.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
span.FooterChar
	{mso-style-name:"Footer Char";
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:"Footer\,f";
	font-family:"Arial","sans-serif";
	mso-ascii-font-family:Arial;
	mso-fareast-font-family:PMingLiU;
	mso-hansi-font-family:Arial;
	mso-font-kerning:12.0pt;}
p.BulletedList1, li.BulletedList1, div.BulletedList1
	{mso-style-name:"Bulleted List 1\,bl1";
	mso-style-unhide:no;
	mso-style-parent:"List Bullet";
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.25in;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l0 level1 lfo1;
	tab-stops:list .25in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.BulletedList2, li.BulletedList2, div.BulletedList2
	{mso-style-name:"Bulleted List 2\,bl2";
	mso-style-unhide:no;
	mso-style-parent:"List Bullet";
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.5in;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l1 level1 lfo2;
	tab-stops:list .5in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.PageHeader, li.PageHeader, div.PageHeader
	{mso-style-name:"Page Header\,pgh";
	mso-style-unhide:no;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	text-align:right;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
p.PageFooter, li.PageFooter, div.PageFooter
	{mso-style-name:"Page Footer\,pgf";
	mso-style-unhide:no;
	margin:0in;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
p.AlertTextBulletedList2, li.AlertTextBulletedList2, div.AlertTextBulletedList2
	{mso-style-name:"Alert Text Bulleted List 2\,atbl2";
	mso-style-unhide:no;
	mso-style-parent:"Bulleted List 2\,bl2";
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.5in;
	text-indent:-.25in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;
	mso-pagination:widow-orphan;
	mso-list:l1 level1 lfo2;
	tab-stops:list .5in;
	font-size:10.0pt;
	font-family:"Arial","sans-serif";
	mso-fareast-font-family:SimSun;
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:12.0pt;}
span.Heading1Char
	{mso-style-name:"Heading 1 Char";
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:"Heading 1";
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:"Cambria","serif";
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:major-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:major-fareast;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:major-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:major-bidi;
	color:#365F91;
	mso-themecolor:accent1;
	mso-themeshade:191;
	mso-font-kerning:12.0pt;
	font-weight:bold;}
span.HeaderChar
	{mso-style-name:"Header Char";
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:Header;
	font-family:"Arial","sans-serif";
	mso-ascii-font-family:Arial;
	mso-fareast-font-family:SimSun;
	mso-hansi-font-family:Arial;
	mso-font-kerning:12.0pt;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	font-size:10.0pt;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;}
.MsoPapDefault
	{mso-style-type:export-only;
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	line-height:14.0pt;
	mso-line-height-rule:exactly;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:1.0in;
	mso-footer-margin:1.0in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:1161654485;
	mso-list-type:simple;
	mso-list-template-ids:-1047741128;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-style-link:"Bulleted List 1";
	mso-level-text:;
	mso-level-tab-stop:.25in;
	mso-level-number-position:left;
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l1
	{mso-list-id:1892156636;
	mso-list-type:simple;
	mso-list-template-ids:236997216;}
@list l1:level1
	{mso-level-number-format:bullet;
	mso-level-style-link:"Bulleted List 2";
	mso-level-text:;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--&gt;
&lt;/STYLE&gt;

&lt;P class=MsoNormal&gt;When you upgrade your computer from an older version of Windows to Windows®&amp;nbsp;7 or Windows Server®&amp;nbsp;2008&amp;nbsp;R2, your 3rd-party virtual private network (VPN) client programs might not work. As Windows evolves, sometimes changes to the underlying infrastructure are required to implement new features, and these changes can sometime break compatibility with older programs. While Microsoft makes every effort to maintain compatibility with older programs, there are some categories of programs that are more likely to be impacted by these changes. VPN clients are one of them. &lt;/P&gt;
&lt;P class=MsoNormal&gt;The tables below show the VPN clients available from different vendors. The tables include the minimum version number that has been tested and known to be compatible with Windows&amp;nbsp;7 and a link to the vendor’s Web site where you can download the client.&lt;/P&gt;
&lt;P class=MsoNormal&gt;Be sure to review the &lt;SPAN class=LabelEmbedded&gt;More information&lt;/SPAN&gt; column for any important notes that might be relevant to your use of the client.&lt;/P&gt;
&lt;P class=AlertLabel&gt;Notes &lt;/P&gt;
&lt;P class=AlertTextBulletedList2&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.&lt;/P&gt;
&lt;P class=AlertTextBulletedList2&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products. &lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z1" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z1"&gt;AT&amp;amp;T&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z2" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z2"&gt;Checkpoint&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z3" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z3"&gt;CISCO&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z4" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z4"&gt;Citrix&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z5" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z5"&gt;F5&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z6" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z6"&gt;Juniper&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z7" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z7"&gt;NCP&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z8" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z8"&gt;NetGear&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z9" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z9"&gt;Nortel&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z10" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z10"&gt;SafeNet&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z11" mce_href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=4334&amp;amp;postid=3235576#z11"&gt;Sonic Wall&lt;/A&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;B&gt;Ashish Jain&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList1&gt;Program Manager&lt;/P&gt;
&lt;P class=BulletedList1&gt;Routing and Remote Access&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087528 name=_Toc228087528&gt;&lt;/A&gt;&lt;A title=z1 name=z1&gt;&lt;/A&gt;&lt;SPAN&gt;AT&amp;amp;T&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.95pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 94.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=126&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V7.6.2&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.95pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.attnetclient.com/v7/download.php" mce_href="http://www.attnetclient.com/v7/download.php"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 94.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=126&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Found heap corruption issue in the VPN client. Not a blocking issue, and was present on Windows Vista. AT&amp;amp;T working on resolving the issue.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087529 name=_Toc228087529&gt;&lt;/A&gt;&lt;A title=z2 name=z2&gt;&lt;/A&gt;&lt;SPAN&gt;Checkpoint&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 53.8pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 135pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=180&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 152.45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=203&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 53.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;NGX R60 HFA2&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 135pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=180&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: April 2007&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://updates.checkpoint.com/fileserver/ID/7951/FILE/SC_NGX_R60_HFA2_630000044.msi" mce_href="http://updates.checkpoint.com/fileserver/ID/7951/FILE/SC_NGX_R60_HFA2_630000044.msi"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 152.45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=203&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Clean installation working with limited testing.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 53.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SNX R66 HFA 01&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 135pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=180&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: June 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&amp;amp;eventSubmit_doGetdcdetails=&amp;amp;fileid=8726" mce_href="https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&amp;amp;eventSubmit_doGetdcdetails=&amp;amp;fileid=8726"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 152.45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=203&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL Network Extender: Clean installation working with limited testing. Upgrade scenario has been flagged for upgrade block.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.checkpoint.com/products/ssl_network_ext/index.html" mce_href="http://www.checkpoint.com/products/ssl_network_ext/index.html"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 53.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Endpoint Connect&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;NGX R66&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 135pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=180&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: June 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&amp;amp;eventSubmit_doGetdcdetails=&amp;amp;fileid=8729" mce_href="https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&amp;amp;eventSubmit_doGetdcdetails=&amp;amp;fileid=8729"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 152.45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=203&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Clean installation working with limited testing.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 53.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Endpoint Connect&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;NGX R66&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 135pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=180&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: June 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.checkpoint.com/downloads/quicklinks/downloads_sr.html" mce_href="http://www.checkpoint.com/downloads/quicklinks/downloads_sr.html"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 152.45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=203&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Clean installation working with limited testing.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087530 name=_Toc228087530&gt;&lt;/A&gt;&lt;A title=z3 name=z3&gt;&lt;/A&gt;&lt;SPAN&gt;CISCO&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN Client&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 48.9pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=65&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45.35pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 41.6pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=55&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 102.65pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=137&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=168&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 Build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Cisco AnyConnect VPN Client (SSL VPN)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 48.9pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=65&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;2.3.x&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 41.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=55&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;2.3.x&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 102.65pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=137&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml" mce_href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=168&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a Cisco.com user account to download.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7048&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Cisco AnyConnect VPN Client (SSL VPN)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 48.9pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=65&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;2.3.x&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 41.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=55&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;2.3.x&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 102.65pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=137&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml" mce_href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=168&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a Cisco.com user account to download.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7048&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Cisco VPN Client (IPsec)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 48.9pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=65&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;X86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 41.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=55&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;5.0.5+&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 102.65pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=137&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml" mce_href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=168&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Cisco VPN Client (IPsec)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 48.9pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=65&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;5.0.5+&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 41.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=55&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;5.0.5+&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 102.65pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=137&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml" mce_href="http://www.cisco.com/kobayashi/sw-center/sw-vpn.shtml"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=168&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;No official support for this version planned by Cisco. Use the Cisco AnyConnect VPN Client for both Windows 7 and x64 support&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7048&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087531 name=_Toc228087531&gt;&lt;/A&gt;&lt;A title=z4 name=z4&gt;&lt;/A&gt;&lt;SPAN&gt;Citrix&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Date&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Standard Edition 4.5.8&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Available now&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005" mce_href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;VPN client must be re-installed after upgrading from Vista&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Standard Edition&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Planned&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not yet available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;In development&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Advanced Edition 4.5 HF4&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Available now&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005" mce_href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;VPN client must be re-installed after upgrading from Vista&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Advanced Edition&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Planned&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not yet available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;In development&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;X86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Enterprise Edition 9.0&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Available now&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005" mce_href="http://www.citrix.com/site/SS/downloads/results.asp?productID=15005"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Requires server build 9.0.68 or later.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Access Gateway Enterprise Edition&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Planned&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 76.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=102&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not yet available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 78.7pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=105&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;In development&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 82.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=110&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087532 name=_Toc228087532&gt;&lt;/A&gt;&lt;A title=z5 name=z5&gt;&lt;/A&gt;&lt;SPAN&gt;F5&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 399.75pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 width=533 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.55pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 50.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=67&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 46.4pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=62&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=108&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.55pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSLVPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 50.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=67&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Build Stage&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 46.4pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=62&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Post v.6.03&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=108&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Q3 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://tech.f5.com/" mce_href="http://tech.f5.com/"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.55pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSLVPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 50.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=67&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Build Stage&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 46.4pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=62&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Post v.6.03&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=108&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Q3 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://tech.f5.com/" mce_href="http://tech.f5.com/"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087533 name=_Toc228087533&gt;&lt;/A&gt;&lt;A title=z6 name=z6&gt;&lt;/A&gt;&lt;SPAN&gt;Juniper&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81.6pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=109&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 116.4pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=155&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;6.5R1 or 6.5Rx&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=109&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Q3 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://www.juniper.net/customers/csc/software/ive/" mce_href="https://www.juniper.net/customers/csc/software/ive/"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 116.4pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=155&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a Juniper.net customer or partner user account.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact a Juniper sales representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not shared&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=109&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Q3 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://www.juniper.net/customers/csc/software/ive/" mce_href="https://www.juniper.net/customers/csc/software/ive/"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 116.4pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=155&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a Juniper.net customer or partner user account.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Working with limited testing. Juniper’s QA has reported that there are no issues seen, both with upgrade and new install scenarios.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;For more information:&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.juniper.net/products_and_services/ssl_vpn_secure_access/" mce_href="http://www.juniper.net/products_and_services/ssl_vpn_secure_access/"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;X64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 81.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=109&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not yet available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 116.4pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=155&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact a Juniper sales representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087534 name=_Toc228087534&gt;&lt;/A&gt;&lt;A title=z7 name=z7&gt;&lt;/A&gt;&lt;SPAN&gt;NCP&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.5in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=144&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 103.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=138&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;9.12&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.5in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=144&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 103.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=138&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;Contact NCP or an NCP dealer representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;9.12&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.5in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=144&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 103.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=138&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;Contact NCP or an NCP dealer representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;8&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.5in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=144&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: April 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 103.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=138&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;Contact NCP or an NCP dealer representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 66.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=89&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;8&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 1.5in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=144&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: April 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 103.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=138&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&amp;nbsp;Contact NCP or an NCP dealer representative.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087535 name=_Toc228087535&gt;&lt;/A&gt;&lt;A title=z8 name=z8&gt;&lt;/A&gt;&lt;SPAN&gt;NetGear&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;NetGear’s native VPN client is not supported on Windows&amp;nbsp;7. Instead, the following routers have been tested and work with the Windows&amp;nbsp;7 native VPN client. &lt;/P&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Router&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;FVX538&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V3.0.5-23&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;FVS338&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V3.0.5-23&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;DGFV338&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V3.0.5-23&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;FVS336G&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V3.0.5-23&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;FVG318&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V2.1.3-10&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 44.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 56.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=75&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SRXN3205&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;V3.0.3-19&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 127.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=170&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Sept 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.netgear.com/Products/VPNandSSL.aspx" mce_href="http://www.netgear.com/Products/VPNandSSL.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087536 name=_Toc228087536&gt;&lt;/A&gt;&lt;A title=z9 name=z9&gt;&lt;/A&gt;&lt;SPAN&gt;Nortel&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 52.2pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=70&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 42.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=56&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Date&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 93.95pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=125&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 52.2pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=70&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 42.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=56&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10.01&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: May 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 93.95pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=125&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://support.nortel.com/go/main.jsp" mce_href="http://support.nortel.com/go/main.jsp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Only Nortel customers and partners will be able to download the client.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact your Nortel Representative&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 52.2pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=70&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 42.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=56&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10.01&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: May 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 93.95pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=125&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://support.nortel.com/go/main.jsp" mce_href="http://support.nortel.com/go/main.jsp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Only Nortel customers and partners will be able to download the client.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact your Nortel Representative&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 52.2pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=70&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 42.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=56&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10.01&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: May 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 93.95pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=125&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://support.nortel.com/go/main.jsp" mce_href="http://support.nortel.com/go/main.jsp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Only Nortel customers and partners will be able to download the client.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact your Nortel Representative&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 35.8pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=48&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SSL VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;beta&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 52.2pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=70&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 42.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=56&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10.01&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 58.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=78&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: May 2009&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 93.95pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=125&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://support.nortel.com/go/main.jsp" mce_href="http://support.nortel.com/go/main.jsp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Only Nortel customers and partners will be able to download the client.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Contact a Nortel Representative&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087537 name=_Toc228087537&gt;&lt;/A&gt;&lt;A title=z10 name=z10&gt;&lt;/A&gt;&lt;SPAN&gt;SafeNet&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;The existing SoftRemote version of the SafeNet VPN client is not supported on either 32-bit or 64-bit versions of Windows&amp;nbsp;7. The IPsec Toolkit version named QuickSec, is supported on Windows 7.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 90.6pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=121&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 99pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=132&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPSec Toolkit&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 43.85pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=58&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86, x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;QuickSec&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 90.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=121&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Expected availability: Q4 2009&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://biz.safenet-inc.com/index.asp" mce_href="http://biz.safenet-inc.com/index.asp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 99pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=132&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="http://www.safenet-inc.com/products/vpn/softRemote.asp" mce_href="http://www.safenet-inc.com/products/vpn/softRemote.asp"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 63pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=84&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087538 name=_Toc228087538&gt;&lt;/A&gt;&lt;A title=z11 name=z11&gt;&lt;/A&gt;&lt;SPAN&gt;Sonic Wall&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN client &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Release&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Platform&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 54.35pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Date&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 51.6pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=69&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Download URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;More information&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Tested on Windows 7 build&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 54.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;4.2.6.0305&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta Available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 51.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=69&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx" mce_href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a mysonicwall.com user account to download.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x64&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 54.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;4.2.6.0305&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Beta Available&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 51.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=69&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx" mce_href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a mysonicwall.com user account to download.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 40.3pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=54&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;IPsec VPN&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 45pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=60&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Final&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 49.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=66&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;x86&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 54.35pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;4.0.0.830&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 55.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=74&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10/8/2007&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 51.6pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=69&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;A href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx" mce_href="https://www.mysonicwall.com/Firmware/DownloadCenter.aspx"&gt;&lt;SPAN&gt;Click Here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;You must have a mysonicwall.com user account to download.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Requires reinstall after Windows upgrade. Upgrade advice will be shown to the user for this client version. Clean Installation works.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 0.75in; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=72&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;H2&gt;&lt;A title=_Toc228087539 name=_Toc228087539&gt;&lt;/A&gt;&lt;A title=z12 name=z12&gt;&lt;/A&gt;&lt;SPAN&gt;Issues, Resolutions, and Status&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;The following table contains a list of issues identified during application compatibility testing with the respective resolution or status.&lt;/P&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class=TablewithHeader border=1 cellSpacing=0 cellPadding=0 class="TablewithHeader"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: gray 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Client Application Name&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;VPN Vendor&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Client Application Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Known Issue&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: gray 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BACKGROUND: rgb(217,217,217); BORDER-TOP: gray 1.5pt solid; BORDER-RIGHT: gray 1.5pt solid; PADDING-TOP: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 11pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;Solution&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Cisco VPN Client&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;CISCO&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;5.0.05.0280&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Blue screen crash on reboot after installation.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Fixed.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Secure Client&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;CheckPoint&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;NGX_R60_HFA2&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Upgrade Issue - flag for block.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not a regression.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;An upgrade notice is shown during upgrade because the client uses .NET class drivers which are not migrated during upgrade. Users can uninstall and reinstall after upgrade.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top rowSpan=2 width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix Access Gateway&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top rowSpan=2 width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix access gateway (CAG) client version 4603301&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix VPN Client is not giving IP address.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Reported on MS-Connect site for 64-bit version. Though we cannot currently reproduce this, our ISV engagement team is working work with Citrix to investigate the issue.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix has confirmed that their client works on clean installation. Citrix is in the planning/development stage for 64-bit.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Citrix access gateway (CAG) client version 4603301&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;CAG unable to complete connection setup and hangs while Applying Network Policy&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not a regression.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;An upgrade notice is shown during upgrade because the client uses .NET class drivers which are not migrated during upgrade. Users can reinstall (without having to first uninstall) after the upgrade.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top rowSpan=3 width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Soft Remote&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top rowSpan=3 width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SafeNet&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;10.8.4 (32-Bit)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Failed to install adapter due to hard version check in the driver.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;The VA does not function properly.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top rowSpan=3 width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not a regression.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;An upgrade notice is shown during upgrade that this client application will not work as the client is supported on Windows&amp;nbsp;Vista only.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SafeNet’s IPsec toolkit called QuickSec is scheduled to support Windows&amp;nbsp;7 in 2009 Q4.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;11.1.2 (32-Bit)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;While installing, qsfilter.sys crashes.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;11.1.2 (64-Bit)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Fails to install. due to a hard version check.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Global Network Client Managed VPN &lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;AT&amp;amp;T&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;7.6.0.3005&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Network access client does not work.&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;AT&amp;amp;T working on the fix. Not Windows&amp;nbsp;7specific issue&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SonicWall Global VPN Client&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;SonicWall&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;4.0.0&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Get an error: Failed to open the IPSec driver&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Not a regression.&lt;/P&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Users can uninstall and reinstall after upgrade. Clean installation on&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;works fine.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 75.75pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=101&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Secure Entry Client&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 67.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=90&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;NCP&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 85.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=114&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;8, 9.12&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 121.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1pt solid; PADDING-TOP: 0in" vAlign=top width=162&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Version check issue&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: 1.5pt solid; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 4.3pt; WIDTH: 139.5pt; PADDING-RIGHT: 4.3pt; BORDER-TOP: medium none; BORDER-RIGHT: 1.5pt solid; PADDING-TOP: 0in" vAlign=top width=186&gt;
&lt;P style="LINE-HEIGHT: 12pt" class=MsoNormal&gt;Fixed by NCP.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=TableSpacing&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3235576" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/3rd+Party/default.aspx">3rd Party</category></item><item><title>Windows Server 2008 and Windows Vista VPN issue with accessing shares</title><link>http://blogs.technet.com/rrasblog/archive/2008/08/20/windows-server-2008-and-windows-vista-vpn-issue-with-accessing-shares.aspx</link><pubDate>Wed, 20 Aug 2008 11:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3108898</guid><dc:creator>rrasblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/3108898.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=3108898</wfw:commentRss><description>&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Hello Everyone,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;my name is&amp;nbsp;Aydin Aslaner, and I am a Support Escalation Engineer on the Microsoft Platform&amp;nbsp;Networking Support team. Today I would like to talk about a issue that we were dealing with some time ago and which was quite interesting.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Customer reported the following problem:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3 face=Calibri&gt;Having a critical issue with RRAS in a VPN configuration on WS2008.&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;Lab Scenario:&lt;/U&gt;&lt;/B&gt;&lt;BR&gt;W2K3 - single DC for domain, DNS server, and DHCP server connected to internal &lt;BR&gt;network&lt;BR&gt;W2K8Full01 - member server connected to internal network&lt;BR&gt;W2K8Full02 - RRAS/NPS/VPN member server connected to 2 networks; corp and &lt;BR&gt;external&lt;BR&gt;W2K8Full03 - member server connected to internal network&lt;BR&gt;Vista01 - SP1 connected to external network&lt;BR&gt;&lt;BR&gt;Firewalls are disabled on all machines.&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;Problem:&lt;/U&gt;&lt;/B&gt;&lt;BR&gt;Vista01 connects to the VPN successfully.&lt;BR&gt;Vista01 *can* communicate with W2K3&lt;BR&gt;Vista01 *cannot* communicate with W2K8Full01 or Full03&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;Other information:&lt;BR&gt;&lt;/U&gt;&lt;/B&gt;If Vista01 is on the internal network it can communicate with all hosts.&lt;BR&gt;W2K8Full02 can ping all hosts on both networks.&lt;BR&gt;Customer did not experience the same problem with WS2008 RC1, RC0, or Beta 2.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Q: Can you describe more detailed what you mean with "cannot" communicate? No ping? no access to shares? no RDP?&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Correct: no ping, no access to shares, no RDP...&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Q: Are you trying to access a resource via IP , NetBIOS Name or FQDN?&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Using FQDN, NetBIOS name, or IP address has the same result.&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Q: Are you using PPTP , IPSEC, L2TP?&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Currently using only PPTP.&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Q: Has this happened with Vista RTM also (no SP1 installed) ?&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I have not had a chance yet to test with Vista RTM.&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Q: Can you check if the TCP port 139 is filtered on the corporate network please and also if ,NetBIOS over TCP/IP (NetBT) is disabled on the Windows Vista client.&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;This is a lab environment that I have setup from scratch. There are no filters in place. I have installed all operating systems from media using the default out of the box configuration.&lt;BR&gt;&lt;BR&gt;I did notice another symptom as follows: When attempting to connect to a share on W2K3 (on corp network) from Vista02 (on external network) I receive the following error messages: &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;System error 121 has occurred. The semaphore timeout period has expired.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;BR&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;*** Resolution ***&lt;/B&gt; &lt;BR&gt;=============================&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;We took network traces and could see the following:&lt;BR&gt;&lt;BR&gt;The Negotiate Protocol Response is not accepted by the Client and the Client makes a Request again and again till it RESETS the connection.&lt;BR&gt;&lt;BR&gt;We took another set of traces and saw that the IP header checksum is wrongly set to (0x100) in all the packets received from ws08.&lt;BR&gt;&lt;BR&gt;We solved the issue by disabling task offload on the Server 2008 (VPN RRAS Server)&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;To disable task offload&lt;BR&gt;&lt;BR&gt;1. Click Start, click Run, type regedit, and then click OK.&lt;BR&gt;2. Locate and then click the following registry subkey: &lt;BR&gt;&lt;BR&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters&lt;BR&gt;&lt;BR&gt;3. In the right pane, make sure that the DisableTaskOffload registry &lt;BR&gt;entry exists. If this entry does not exist, follow these steps to add the entry: &lt;BR&gt;&lt;BR&gt;a. On the Edit menu, point to New, and then click DWORD Value.&lt;BR&gt;b. Type DisableTaskOffload, and then press ENTER.&lt;BR&gt;&lt;BR&gt;4. Click &lt;B style="mso-bidi-font-weight: normal"&gt;DisableTaskOffload.&lt;/B&gt;&lt;BR&gt;5. On the Edit menu, click Modify.&lt;BR&gt;6. Type 1 in the Value data box, and then press ENTER.&lt;BR&gt;7. Exit Registry Editor.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;DisableTaskOffload is by default set to 0 on 2003 Systems and on 2008 Server it is set to 0xff = 255 which is neither 0 nor 1 , basically, vista or 2k8 systems TCP/IP stack does not configure this setting, hence stopping all applications which depend on this flag to ignore it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;So that is it for now, more of these will follow in future.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Thank you,&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Aydin Aslaner&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;EMEA GTSC Support Escalation Engineer&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #0f243e; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text2; mso-themeshade: 128; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Microsoft Customer Service and Support&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #0f243e; mso-themecolor: text2; mso-themeshade: 128"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3108898" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>VPN Troubleshooting QA</title><link>http://blogs.technet.com/rrasblog/archive/2008/07/18/vpn-troubleshooting-qa-part-i.aspx</link><pubDate>Fri, 18 Jul 2008 10:06:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3090532</guid><dc:creator>rrasblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/3090532.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=3090532</wfw:commentRss><description>&lt;P&gt;Hello friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We get questions,queries,feedback and clarifications from many people about their VPN connections through e-mail. I felt some of these Q&amp;amp;A might help people who face similar issues. So here it goes, the list posted as a Q&amp;amp;A. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#79acc8&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:1: IPv6 not supported on XP; Use Vista client&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Requirement: Access the machines in the Private Network (the other side of the VPN Server) from a VPN Client using both IPv4 and IPv6 addresses&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Current Implementation:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;· I have setup the same using the Routing and Remote Access Feature of the Windows Server 2008.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;· I have enabled the machine as both IPv4 Router and IPv6 Router and it acts both IPv4 Remote Access Server and IPv6 Remote Access Server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;· I have assigned the range of IPv4 addresses for the respective network adaptor.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;· I have also specified the IPv6 prefix assignment value (2001:db8:0:1::1)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Problem: Only the IPv4 address communication is possible, IPv6 address is not assigned to the VPN Client by the VPN Server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Kindly help me with this.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;1) The IPv6 prefix assigned on RAS server should be /64 - can you change it to 2001:db8:0:1:: and see if it works&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;2) I presume your VPN client is running Vista. Please confirm&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;3) Can you send the "route print" output of both VPN client and VPN server - after the VPN connection is established&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;The VPN Client I'm using is Windows XP and the VPN Server is Windows Server 2008.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Windows XP based VPN client doesn’t support IPv6. IPv6 is only available in Vista. Please try Vista as VPN client&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#79acc8&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:2:Get VPN client's remote IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;I'm wondering if you can cover on the RRAS blog how an admin like me running RRAS on 2k3 can determine easily the public IP addresses of my clients attached to my server?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Unfortunately we don't have mechanism to display public IP address of client on RRAS MMC or netsh.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;But you can find it indirectly on RRAS server by running netstat command&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Netstat -aon | findstr 1723&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;(assuming clients are connecting with PPTP i.e. using port 1723; if l2tp - change the port to 500).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;We will try to post something on this in the blog soon.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#79acc8&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:3: Managing Windows Server 2003 RRAS from Vista&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer: &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Hello all I have a question and I thought this might be the best place to ask. How does a Admin run the RRAS tool on Vista to manage a W2K3 box without TS in?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Currently there is no other way other than TS in. The RSAT package for remote administration of Vista does not have a tool to manage remote RRAS servers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT color=#79acc8 size=2 face=Calibri&gt;Query:4: Vista VPN disconnection issue&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;FONT size=2 face=Calibri&gt;I am using a default VPN connection from my Vista Premium SP1 to a Windows Server 2003. Everything works fine when connecting and working online via the VPN connection (file access, file replication, Exchange mail etc.), except when I disconnet the VPN connection. When I try to diconnect, Vista seems to have problem closing the connection, the system slows down and after a while all network related services (seemingly) start hanging. Ultimately I need to restart the computer, and often I need to perform a "hard" boot because Vista can't close down.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;I am not sure if we can track down the issue from the NETSH Logs this time, can you try couple of steps out please:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Disable IPV6 :&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;To disable IPv6 components in Windows Vista, follow these steps: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click Start , type regedit in the Start Search box, and then click regedit.exe in the Programs list.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the User Account Control dialog box, click Continue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Registry Editor, locate and then click the following registry subkey: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double-click DisabledComponents to modify the DisabledComponents entry.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Note: If the DisabledComponents entry is unavailable, you must create it. To do this, follow these steps: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;a.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the Edit menu, point to New, and then click DWORD (32-bit) Value.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;b.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type DisabledComponents, and then press ENTER.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;c.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double-click DisabledComponents.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;d.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type any one of the following values to configure the IPv6 protocol, and then click OK: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;e.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 0xffffffff to disable all IPv6 components, except the IPv6 loopback interface. This value also configures Windows Vista to use Internet Protocol version 4 (IPv4) instead of&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;IPv6 in prefix policies.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;EM&gt;&lt;FONT size=2 face=Calibri&gt;Disable Autotuning:&lt;/FONT&gt;&lt;/EM&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click Start , click All Programs, click Accessories, and then click Command Prompt.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; At the command prompt, type the following command, and then press ENTER: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;netsh interface tcp set global autotuninglevel=disabled&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Note: You must restart your computer for these changes to take effect.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;FONT size=2 face=Calibri&gt;Uninstall third party firewall software&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Uninstall any third party firewall software you have. Just disabling will not help, you will need to uninstall and check.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Thanks for your advice. The first two measures did not help. But after uninstalling Symantec Endpoint Protection, this seems to solve the problem.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#79acc8&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:5: VPN disconnects after some time&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;I have a VPN connection to my company which I created under vista.&amp;nbsp; It seems to be working properly but it has one odd behavior.&amp;nbsp; After 5 minutes or so&amp;nbsp; the connection will disappear from both the “Network and Sharing Center” and from the list of active connections popped up under the taskbar network connection icon.&amp;nbsp; This makes it harder to tell when I’m connected to the VPN and I sometimes may forget to disconnect it as a result.&amp;nbsp; Other than the fact that it has disappeared it still seems to work properly – I can access my company network and the internet just fine. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;If you have Vista do you have Service Pack 1 installed on this Client?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;If not , can you please check if this happens also when you have service pack 1 installed also.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Windows Vista Service Pack 1 Five Language Standalone (KB936330)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=de&amp;amp;FamilyID=b0c7136d-5ebb-413b-89c9-cb3d06d12674" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=de&amp;amp;FamilyID=b0c7136d-5ebb-413b-89c9-cb3d06d12674"&gt;&lt;FONT size=2 face=Calibri&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=de&amp;amp;FamilyID=b0c7136d-5ebb-413b-89c9-cb3d06d12674&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Thanks for the suggestion of SP1.&amp;nbsp; After installing it the VPN connection has remained up for 4 hours without disappearing from the network and sharing center and the ipv4 connectivity remains as ‘Internet’.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#79acc8&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:6: Internal interface question&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;On the Ras, after a reboot should the internal adapter card get an IP address with no one connected. Or does it only get an IP address when someone VPN's in.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;The internal interface is created (and gets an IP address) when the first VPN client connects. So after the reboot, you'd not see the internal interface IP address.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;U&gt;Query&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;:7: Unable to load RAS adminisration DLL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size=2 face=Calibri&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;FONT size=2 face=Calibri&gt;I'm tying to restrict one connection per user folowing your post &lt;/FONT&gt;&lt;A href="http://blogs.technet.com/rrasblog/archive/2007/12/20/steps-to-develop-a-ras-administration-dll-using-visual-studio.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2007/12/20/steps-to-develop-a-ras-administration-dll-using-visual-studio.aspx"&gt;&lt;FONT size=2 face=Calibri&gt;http://blogs.technet.com/rrasblog/archive/2007/12/20/steps-to-develop-a-ras-administration-dll-using-visual-studio.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2 face=Calibri&gt;, but the RRAS service fails to start, the errors are the follows:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;ID:32&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;No se encontró el ensamblaje dependiente Microsoft.VC80.DebugCRT y el error final fue El ensamblaje referido no está instalado en su sistema.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;ID:20113&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;No se puede cargar el componente DLL del host de administración RAS de terceros. Error: No se pudo iniciar la aplicación porque su configuración es incorrecta. Reinstalar la aplicación puede solucionar el problema.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;rrasblog:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Mauro, From the error messages, it looks like some .NET issue. Have you verified that the .NET framework on which you are building this DLL is the same (or compatible) with that on the RRAS server? Or try copying the Microsoft.VC80.DebugCRT dll from the machine where you build this to the server and check.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;Basically RRAS server when it started tries to load this DLL but due to a dependency missing,&amp;nbsp; the DLL cannot be loaded. So RRAS fails to start.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;FONT size=2 face=Calibri&gt;Customer: &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Calibri&gt;It's working, I've forgot to copy .lib file to RRAS server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;So that is it for now. We will keep posting these as a series. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#004080 face=trebuchet&gt;Janani Vasudevan &lt;BR&gt;Software Design Engineer/Test &lt;BR&gt;RRAS, Windows Enterprise Networking&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#004080 face=trebuchet&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/FONT&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3090532" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>How to debug SSTP specific connection failures</title><link>http://blogs.technet.com/rrasblog/archive/2007/09/26/how-to-debug-sstp-specific-connection-failures.aspx</link><pubDate>Wed, 26 Sep 2007 14:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2051048</guid><dc:creator>rrasblog</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/2051048.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=2051048</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Hi All,&amp;nbsp;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;To all our beta testers who are trying out SSTP, first of all "many many&amp;nbsp;thanks from my RRAS team". This&amp;nbsp;post talks about how to debug failures specific to SSTP based VPN tunnel &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;(&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Note&lt;/SPAN&gt;&lt;/STRONG&gt;: I am not discussing all the error codes displayed on RAS client - as&amp;nbsp;most&amp;nbsp;error codes&amp;nbsp;will be common across all VPN tunnels i.e. PPTP, L2TP, SSTP - like when remote access policy fails or authentication fails or server doesn’t support required port etc).&lt;BR&gt;&lt;BR&gt;The common failure scenarios when the the VPN client is not able to connect to SSTP server and gets different error codes are:&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom1&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x800704C9&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This can happen if either &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;remote access is disabled&lt;/SPAN&gt;&lt;/EM&gt; on the server OR &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;no SSTP ports&lt;/SPAN&gt;&lt;/EM&gt; are free on the server OR server is not listening on the appropriate port number. Ensure remote access and SSTP services are running on the server by running following commands on command prompt: “sc query remoteaccess” and “sc query sstpsvc”. If they are disabled, start it using RRAS MMC snap-in or services snap-in. Ensure RRAS server has sufficient number of ports configured – open RRAS MMC Snap-in, go under Ports-&amp;gt;Properties and see SSTP ports. Check whether it is listening on correct port number by running following command on command prompt: netstat –aon&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom2&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x80070040&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This can happen if the &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;server authentication certificate is not installed&lt;/SPAN&gt;&lt;/EM&gt; on the RRAS server. Open MMC certificate snap-in for “Computer Store” on the server side, go under “Personal”-&amp;gt;”Certificates” and see if the appropriate certificate of type “Server Authentication” is installed.&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom3&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x800B0101&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This can happen if the &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;server authentication certificate is expired&lt;/SPAN&gt;&lt;/EM&gt;. Open MMC certificate snap-in for “Computer Store” on the server side, go under “Personal”-&amp;gt;”Certificates” and see if the appropriate certificate is valid and not expired. If expired, renew the certificate&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom4&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x800B0109&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This can happen if the &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;appropriate trusted root CA certificate server is not installed&lt;/SPAN&gt;&lt;/EM&gt; &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;on the client side&lt;/SPAN&gt;&lt;/EM&gt;. This certificate normally gets installed if you join the machine to the domain and using the domain credentials to log-on to VPN server. But if you are using some other certificate chain OR this machine is not joined to correct domain (like a home machine), then it is possible. &lt;BR&gt;Open MMC certificate snap-in for “Computer Store” on the client side, go inside “Trusted Root Certificate Authorities” and check whether relevant CA is installed. If not, install the same. &lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom5&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x800B010F&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This can happen if the &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;destination hostname in VPN connection&lt;/SPAN&gt;&lt;/EM&gt; (i.e. VPN server name) &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;does not match the SSL server certificate subject name&lt;/SPAN&gt;&lt;/EM&gt; sent from server to client. Open MMC certificate snap-in for “Computer Store” on the server side, go under “Personal”-&amp;gt;”Certificates” and see if the appropriate certificate with correct subject name (i.e. matching the VPN server name) is correct. If you are using the destination name as IPv4 or IPv6 address on the VPN client, then you need to install the appropriate certificate (i.e. subject name = IP address) on the server side. If you are using destination name as DNS based hostname, then you need to install the appropriate certificate (i.e. subject name = full name with which client connects).&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Symptom6&lt;/U&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;0x80092013&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;Trouble-shooting steps: This will happen if &lt;EM&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;client is failing the certificate revocation check&lt;/SPAN&gt;&lt;/EM&gt; of the SSL certificate obtained from server side. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;This can happen because of two reasons:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;a) Ensure the CRL check servers on the server side are exposed on the Internet (i.e. are available on the Internet). This is because CRL check is done on the client side during SSL connection establishment phase and the CRL check query will be directly going on the Internet (and not on top of VPN connection because it is not up yet).&lt;BR&gt;b) CRL URL that is set inside the machine certificate on RRAS server is pointing to the internal DNS name (e.g. myvpn.contoso.local) and not the external name &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;(special thanks to one of our esteemed customers, Bill Voltmer, in pointing this out).&lt;/SPAN&gt;&lt;/STRONG&gt; To validate this, open the certificate snap-in on your RRAS server, go to details tab and look at "CRL distribution point" field. &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;To fix this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Open Server Manager and navigate to Roles, Active Directory Certificate Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right click on CA name (e.g. mycompany-vpn1-CA) and choose Properties.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click Extensions tab.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select the pre-existing http: URL and click Remove.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click Add…&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;6.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type http://&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;7.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type external URL of VPN server&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;8.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type CertEnroll/&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;9.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Insert variable &amp;lt;CaName&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;10.&amp;nbsp; Insert variable &amp;lt;CRLNameSuffix&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;11.&amp;nbsp; Insert variable &amp;lt;DeltaCRLAllowed&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;12.&amp;nbsp; Type .crl&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;13.&amp;nbsp; Check boxes Include in CRLs… and Include in the CDP…&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;The above should be done before SSTP VPN is configured on RRAS.&amp;nbsp;Or if it is already configured, change the machine certificate by following &lt;A href="http://blogs.technet.com/rrasblog/archive/2007/11/08/do-you-want-to-change-the-certificate-used-by-the-sstp-server-read-how.aspx"&gt;&lt;FONT color=#0000ff&gt;this&lt;/FONT&gt;&lt;/A&gt; blog.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Symptom7&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;: Client tries to connect to SSTP VPN server and it fails to connect giving error message &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;809&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;These are the trouble-shooting steps because reasons can be multi-fold&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;a) This can happen if any firewall between client and server is blocking the SSTP connection. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;b) check the proxy settings on the client (i.e. open the Internet explorer and go under inside Tools-&amp;gt;Internet Options-&amp;gt;Connections) and see if it is correct – you can also check to see if you are able to access other Internet sites.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;BR&gt;c)&amp;nbsp; This can also happen if SSTP service or remote access service is stopped on the RRAS server side. Ensure remote access and SSTP services are running on the server by running following commands on command prompt: sc query remoteaccess and sc query sstpsvc. If they are stopped, start it using RRAS MMC snap-in or services snap-in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;d)&amp;nbsp;Ensure SSTP service is listening on TCP port 443 (or the appropriate port number on which you have configured) by running “netstat –aon | findstr 443”. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;e) See the server certificate plumbed to http.sys using “netsh http show sslcert”. See the IP address and port number of the certificate – RRAS reads only ::0 or 0.0.0.0. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;f)&amp;nbsp; Ensure the same server certificate is present in the machine store by opening MMC certificate snap-in for “Computer Store” and going under “Personal” certificate. Ensure that certificate is valid and not expired.&lt;BR&gt;Ensure the same certificate hash is present under Sha256CertificateHash or Sha1CertificateHash regkeys.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;g) Ensure RRAS inbound/outbound filters are not blocking SSTP connections. Open RRAS MMC Snap-in, go under IPv4-&amp;gt;General or IPv6-&amp;gt;General. Select the appropriate interface and see the properties-&amp;gt;Inbound/Outbound filters. See if the appropriate port number (default TCP port 443) is enabled.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;h) Ensure Windows firewall is not blocking SSTP connections. Open Firewall and see if SSTP is added to exception.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;i) Ensure some other firewall infront of RRAS server is not dropping the connection (i.e. TCP port 443 connection are blocked towards RRAS server). Revisit your network topology.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;j) Look for the events inside eventvwr and look for events from remote access and SSTP service.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;If you cannot still figure out, feel free to contact us at our blog email alias given above&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;With Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;Samir Jain&lt;BR&gt;Lead Program Manager (&lt;A href="mailto:samirj@online.microsoft.com" mce_href="mailto:samirj@online.microsoft.com"&gt;&lt;SPAN style="COLOR: #4271d6"&gt;samirj@online.microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;**)&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;** Remove the "online" to actually email me&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-bidi-font-family: Arial; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin" lang=EN-US&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/SPAN&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2051048" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/SSTP/default.aspx">SSTP</category></item><item><title>Betterment of diagnostics for VPN connection issues in LH</title><link>http://blogs.technet.com/rrasblog/archive/2007/06/13/betterment-of-diagnostics-for-vpn-connection-issues-in-lh.aspx</link><pubDate>Wed, 13 Jun 2007 10:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1232658</guid><dc:creator>rrasblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/1232658.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=1232658</wfw:commentRss><description>&lt;P&gt;To have a better diagnostics around VPN connection issues in LH, RRAS has introduced a functionality of tagging the VPN connection related events with what is called as "Correlation-ID" (CoID). &lt;/P&gt;
&lt;P&gt;The relevant event messages are prefixed with "CoID={128 bit identifier}". Note: Not all the event messages are tagged with the CoID, as mentioned above it tags only the VPN connection related events. The CoID are tagged in the RRAS client event messages and the same CoID is transferred to the RRAS Server for the same connection and all the event messages associated on the RRAS server are tagged with the same CoID. This way user administration would be able to correlate the events on the RRAS client and RRAS server with the same CoID which could be used for better debugging of the issue end to end.&lt;/P&gt;
&lt;P&gt;The same CoID is also tagged to the Windows Software Trace Preprocessor (WPP) logs trace events on the client and the server as well. This way even if the VPN connection request is still not established connection with the server, based on the CoID one could analyze the logged events with the WPP logged tracing events to narrow down the problem at the client end itself.&lt;/P&gt;
&lt;P&gt;Similar to how using the CoID one is able to correlate events between RRAS Client and RRAS Server, the CoID will be sent by RRAS Server to NPS Server as well. So that the associated events in the NPS are also tagged with the CoID.&lt;/P&gt;
&lt;P&gt;Similarly with respect to Network Access protection (NAP) scenarios, the NAP Agent running on the RRAS client would tag a NAP CoID on the NAP related event messages on the client. The RRAS Client would tag all the connection related events with CoID. Note the NAP CoID and RRAS CoID are distinct and hence since they too need to be correlated to have an end to end diagnosis. RASQEC logs one event that has both RRAS CoID and NAP CoID.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Mahesh Narayanan&lt;BR&gt;Program Manager&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;BR&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/EM&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1232658" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Ports affecting the VPN connectivity</title><link>http://blogs.technet.com/rrasblog/archive/2007/06/13/ports-affecting-the-vpn-connectivity.aspx</link><pubDate>Wed, 13 Jun 2007 09:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1231749</guid><dc:creator>rrasblog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/1231749.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=1231749</wfw:commentRss><description>&lt;P&gt;If you are running firewall &lt;STRONG&gt;infront of your&amp;nbsp;RRAS server (i.e. between internet and RRAS)&lt;/STRONG&gt;, then following are the relevant ports which needs to be opened on the firewall for VPN connectivity to be successful:&lt;/P&gt;
&lt;P&gt;a) PPTP tunnel based VPN uses TCP Port number 1723 and IP Protocol number 47 (GRE). Please note: The 47 is&amp;nbsp;IP protocol number of GRE and not a port number inside TCP or UDP header.&lt;/P&gt;
&lt;P&gt;b) L2TP tunnel based VPN uses IPSec: UDP Port 500 (IKE) and 4500 (NAT-T), and IP protocol 50 number (ESP)&amp;nbsp;. Note: Same comment as&amp;nbsp;above - it is&amp;nbsp;IP protocol 50 and&amp;nbsp;not port number inside TCP or UDP.&lt;/P&gt;
&lt;P&gt;c) SSTP tunnel uses TCP port 443 (SSL)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;On the RRAS server&lt;/STRONG&gt;, if you are running Windows firewall (which is not interface specific), then following ports need to be opened: -&lt;/P&gt;
&lt;P&gt;a)&amp;nbsp; VPN tunnel ports as given above. In addition in this scenario when firewall is running on RRAS server&amp;nbsp;- UDP port 1701 need to be enabled for L2TP packets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b) If you are running DHCPv4 relay agent on RRAS,&amp;nbsp;to have proper relay of DHCPv4&amp;nbsp;inform packets,&amp;nbsp; UDP port number 67 and 68 need to be opened..&lt;/P&gt;
&lt;P&gt;c) If you are running DHCPv6 relay agent on RRAS,&amp;nbsp;to have proper relay of DHCPv6&amp;nbsp; inform packets,&amp;nbsp; UDP port number&amp;nbsp;547 need to be opened..&lt;/P&gt;
&lt;P&gt;d) If you are using RQS based quarantine service on RRAS, the&amp;nbsp;default port is 7250 (not a standard port) which needs to be opened. If the port number is changed during runtime, the service would take care of opening the appropriate port on the firewall.&lt;/P&gt;
&lt;P&gt;e) If you are using Radius server based authentication, UDP port 1812 need to be opened.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;On the RRAS server&lt;/STRONG&gt;, if you are running&amp;nbsp;RRAS static inbound/outbound filters&amp;nbsp;(which&amp;nbsp;are interface specific), then following ports need to be opened: -&lt;/P&gt;
&lt;P&gt;a)&amp;nbsp; VPN tunnel ports as given above "for the internet facing interface on both inbound/outbound direction". In addition in this scenario when&amp;nbsp;static filters&amp;nbsp;is running on RRAS server&amp;nbsp;- UDP port 1701 need to be enabled for L2TP packets on RRAS Internet facing interface in both inbound/outbound direction.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b) If you are running DHCPv4 relay agent on RRAS,&amp;nbsp;to have proper relay of DHCPv4&amp;nbsp;inform packets,&amp;nbsp; UDP port number 67 and 68 need to be opened on RRAS internal interface and LAN interface (towards DHCPv4 server) in inbound/outbound direction.&lt;/P&gt;
&lt;P&gt;c) If you are running DHCPv6 relay agent on RRAS,&amp;nbsp;to have proper relay of DHCPv6&amp;nbsp; inform packets,&amp;nbsp; UDP port number&amp;nbsp;547 need to be opened on RRAS internal interface and LAN interface (towards DHCPv6 server) in inbound/outbound direction.&lt;/P&gt;
&lt;P&gt;d) If you are using RQS based quarantine service on RRAS, the&amp;nbsp;default port is 7250 (not a standard port) which needs to be opened on RRAS internal interface in inbound direction. If the port number is changed during runtime, the service would take care of opening the appropriate port on the firewall.&lt;/P&gt;
&lt;P&gt;e) If you are using Radius server based authentication, UDP port 1812 need to be opened on LAN interface (towards Radius server) in inbound/outbound direction.&lt;/P&gt;
&lt;P&gt;f)&amp;nbsp; If you are running IPv6 on top of VPN tunnel, then you need to enable ICMPv6 (i.e. IPv6 next header type = 58) on RRAS internal interface and LAN interface in inbound/outbound direction to ensure&amp;nbsp;ICMPv6 packets are relayed correctly. ICMPv6 are required for neighbor discovery.&lt;/P&gt;
&lt;P&gt;Note: To enable inbound/outbound ports on RRAS internal interface - you need to change the filter settings inside the remote access policies (and not on RRAS MMC snap-in).&lt;/P&gt;
&lt;P&gt;Note: On security perspective, you should be to allow only specific packets (i.e. deny rest) coming in from the internet&amp;nbsp;interface (i.e. allow only tunnel packets). On the RRAS internal interface, you need can enable everything (i.e. all packets from/to the remote access clients over the VPN tunnel) or you can restrict (like based upon client health state or user-id etc).&amp;nbsp; This can be done by changing the filter settings inside remote access&amp;nbsp; policy. On the LAN adapter (towards intranet) - assuming two NIC scenario, you can allow all traffic or again can be restrictive based upon your deployment needs.&lt;/P&gt;
&lt;P&gt;References:&lt;/P&gt;
&lt;P&gt;&lt;A id=ctl00___ctl00___ctl02___Results___postlist___EntryItems_ctl12_PostTitle href="http://blogs.technet.com/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx"&gt;Which ports to unblock for VPN traffic to pass-through?&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Mahesh Narayanan&lt;BR&gt;Program Manager&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;BR&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/EM&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1231749" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Accessing Network Shares Over a VPN Connection in Windows Vista</title><link>http://blogs.technet.com/rrasblog/archive/2007/06/04/accessing-network-shares-over-a-vpn-connection-in-windows-vista.aspx</link><pubDate>Mon, 04 Jun 2007 14:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1141587</guid><dc:creator>rrasblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/1141587.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=1141587</wfw:commentRss><description>&lt;P&gt;It is not possible to access network shares from a Windows Vista machine&amp;nbsp;over a VPN connection if Net BIOS over TCP (NetBT) is disabled on one of the machines or port 139 is blocked.&amp;nbsp;A fix for this problem is available from Microsoft Support. Customers just need to call support and quote the following KB number associated with the fix &lt;/P&gt;
&lt;P&gt;&amp;nbsp;933468: SMB (port 445) does not bind on Vista over RAS connection&lt;/P&gt;
&lt;P&gt;If you need help with the problem or the fix please contact &lt;A href="mailto:rrasblog@microsoft.com" mce_href="mailto:rrasblog@microsoft.com"&gt;rrasblog@microsoft.com&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aanand Ramachandran&lt;/P&gt;
&lt;P&gt;Program Manager, RRAS&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1141587" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Troubleshooting Vista VPN problems</title><link>http://blogs.technet.com/rrasblog/archive/2007/04/08/troubleshooting-vista-vpn-problems.aspx</link><pubDate>Sun, 08 Apr 2007 20:59:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:737080</guid><dc:creator>rrasblog</dc:creator><slash:comments>14</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/737080.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=737080</wfw:commentRss><description>&lt;P&gt;Hello all. There have been&amp;nbsp;quite a few&amp;nbsp;questions/posts on the technet forums about issues you folks have&amp;nbsp;seen with Windows&amp;nbsp;Vista VPN clients. So we thought we would come up with a post on the common configuration issues&amp;nbsp;and&amp;nbsp;some troubleshooting tips. Hope this helps others who are facing the same issues.&lt;/P&gt;
&lt;P&gt;If you are seeing an&amp;nbsp;issue different from one of those below, please send a mail to &lt;A href="mailto:rrasblog@online.microsoft.com" mce_href="mailto:rrasblog@online.microsoft.com"&gt;rrasblog@online.microsoft.com&lt;/A&gt;** with a description of your issue, the Operating system on the VPN client and the server,&amp;nbsp;and the RAS tracing logs from the VPN client and the VPN server(if you have access to the VPN server). The steps to generate the logs are described in another post in this blog. (&lt;A href="http://blogs.technet.com/rrasblog/archive/2006/06/20/437481.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2006/06/20/437481.aspx"&gt;http://blogs.technet.com/rrasblog/archive/2006/06/20/437481.aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;** Remove the "online." from this email ID to actually mail the logs.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;1. Windows Vista VPN client does not support MS-CHAPv1 authentication method&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Windows Vista no longer supports MS-CHAPv1 and&amp;nbsp;we&amp;nbsp;strongly recommend that customers move to MS-CHAPv2, which is more secure. MS-CHAPv2 has been available since Windows 2000 and is widely supported.&amp;nbsp;Note that if your server is configured to accept connections only using MS-CHAPv1 as the authentication method, then Windows Vista clients will be unable to connect to your server. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;VPN client errors&amp;nbsp;that might indicate that this is potentially the issue&lt;/EM&gt;&amp;nbsp;you are seeing:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;732&lt;/STRONG&gt; Your computer and the remote computer could not agree on PPP control protocols.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;718&lt;/STRONG&gt; The connection timed out waiting for a valis response from the remote computer&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;734&lt;/STRONG&gt; The PPP link control protocol was terminated&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;736&lt;/STRONG&gt; The remote computer terminated the control protocol&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;919 &lt;/STRONG&gt;The connection could not be established because the authentication protocol used by the RAS/VPN server to verify your username and password could not be matched with the settings in your connection profile&lt;FONT color=#008000 size=2&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Configure your server to allow clients to connect with MS-CHAPv2 as the authentication method.&amp;nbsp;Update your VPN client connection settings to use MSCHAPv2 as the authentication method.&lt;/P&gt;
&lt;P&gt;If you have a third-party VPN server which does not support MS-CHAPv2 as an authentication method and supports only MS-CHAPv1, you will need to use either CHAP or PAP to connect from the Windows Vista VPN client until the server you use starts supporting&amp;nbsp;MS-CHAPv2.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Steps to follow for resolution&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;(1) Check if the Routing and Remote Access Server (RRAS) is configured to allow connections with MS-CHAPv2 &lt;/U&gt;&lt;/P&gt;
&lt;P&gt;[These steps apply if you are using Microsoft Windows Server only. If using any other server, you will need to follows steps appropriate to the server]&lt;/P&gt;
&lt;P&gt;a. Open RRAS console on the VPN server. Start --&amp;gt; Run --&amp;gt; rrasmgmt.msc&lt;/P&gt;
&lt;P&gt;b. Rightclick on the Servername --&amp;gt; Properties --&amp;gt; Security tab --&amp;gt; Click on 'Authentication methods'&lt;/P&gt;
&lt;P&gt;c. Verify that MSCHAPv2 checkbox is checked. If not, check the checkbox next to MSCHAPv2 and click on Apply. Click on OK.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;(2) Check if the RADIUS server policy supports MSCHAPv2 (This step is needed if you control access to clients using&amp;nbsp;Remote Access Policies on the IAS/NPS server)&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;a. Open IAS console on the Radius server. Start --&amp;gt; Run --&amp;gt; ias.msc&lt;/P&gt;
&lt;P&gt;b. Navigate to the 'Remote Access Policies' Node.&lt;/P&gt;
&lt;P&gt;c. Doubleclick on the remote access policy - Connections to Microsoft Routing and &amp;nbsp;Remote Access servers --&amp;gt; Click on 'Edit profile' --&amp;gt; 'Authentication' tab&lt;/P&gt;
&lt;P&gt;d.&amp;nbsp;Ensure that&amp;nbsp;MS-CHAPv2 is selected in the list of authentication methods.&lt;/P&gt;
&lt;P&gt;e. Click on OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;2. Connection issues due to encryption mismatch &lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There have been some issues seen where the Vista VPN client experiences issues with connection due to encryption mismatch. You may face this issue if you are using Windows Vista VPN client to connect to a VPN server running an earlier&amp;nbsp;version of Windows viz. Microsoft Windows 2003 Server and Microsoft Windows 2000 Server. This happens because Windows Vista does not support 40-bit and 56-bit encryption levels under the RC4 algorithm for PPTP and by default supports obly 128-bit encryption. This change is due to the security enhancements in Windows Vista. There is another post dedicated to these changes in this blog which describes this nicely (&lt;A href="http://blogs.technet.com/rrasblog/archive/2006/11/01/vista-lh-security-changes-for-remote-access-scenarios.aspx"&gt;http://blogs.technet.com/rrasblog/archive/2006/11/01/vista-lh-security-changes-for-remote-access-scenarios.aspx&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;VPN client errors&amp;nbsp;that might indicate that this is potentially the issue&lt;/EM&gt;&amp;nbsp;you are seeing:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;741 &lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;The local computer does not support the required data encryption type&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;STRONG&gt;829&lt;/STRONG&gt; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;The modem (or other connecting device) was disconnected due to link failure.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;STRONG&gt;&lt;EM&gt;Resolution&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;Configure&amp;nbsp;the remote access policy on your VPN server&amp;nbsp;to accept 'Strongest encryption (MPPE 128 bit)'. Also make sure that encryption is selected to be negotiated in the client connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;STRONG&gt;&lt;EM&gt;Steps to follow for resolution&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;The detailed steps to follow are given in the below KB article.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;STRONG&gt;KB 929857 - You receive error code 741 when you try to make a PPTP-based VPN connection on a computer that is running Windows Vista&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;A href="http://support.microsoft.com/kb/929857"&gt;http://support.microsoft.com/kb/929857&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;3. VPN Client connections created on Windows Vista show up as Dial-up connections&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Some people have been facing this issue in their Windows Vista VPN client installations. When a VPN client connection is created using the 'Get Connected wizard' or rasphone.exe, it shows up as a 'Dial-up connection' in the network connections folder. When you&amp;nbsp;right click on the client connection created, click on Properties, it says 'Connect using Modem (removed)'&lt;/P&gt;
&lt;P&gt;This might happen if the virtual WAN miniports for PPTP/L2TP are not installed. Also, these miniports might be uninstalled after installation due to one of the below several reasons:&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;3rd party VPN adapter or software install/uninstall&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;3rd party firewall software install/uninstall.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;System backup that didn’t restore properly. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Corrupted or missing bindings.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Manual or 3rd party software's improperly manipulation of registry values in the registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;You can verify if this is the issue&amp;nbsp;by following the below steps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;a.&amp;nbsp;Open Device Manager (Start -&amp;gt; Run -&amp;gt; devmgmt.msc)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;b. Click on 'View' in the toolbar and select 'Show hidden devices'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;c. Expand the machine name node.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;d. Under 'Network Adapters' node, see if WAN Miniport (PPTP) and WAN Miniport (L2TP) are present. If they are not present then you are facing the issue mentioned above and you need to follow the resolution steps specified below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;&lt;EM&gt;Resolution&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;The resolution is to uninstall and install the miniports manually. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;&lt;EM&gt;Steps to follow for resolution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Type the following commands in order from an elevated command prompt on the Windows Vista client.&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Netcfg –u MS_PPTP&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Netcfg –u MS_L2TP&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Netcfg -l %windir%\inf\netrast.inf –c p –i MS_PPTP&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Netcfg –l %windir%\inf\netrast.inf –c p –i MS_L2TP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;STRONG&gt;&lt;U&gt;4. Connection failure due to Windows Live OneCare Firewall blocking VPN traffic&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Some Vista&amp;nbsp;users have reported this issue where their VPN&amp;nbsp;connection fails to go through when Windows Live OneCare is installed. The firewall from Windows Live OneCare by default blocks VPN traffic.&amp;nbsp;You need to configure OneCare firewall to allow VPN traffic. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;STRONG&gt;&lt;EM&gt;VPN client errors&amp;nbsp;that might indicate that this is potentially the issue&lt;/EM&gt;&amp;nbsp;you are seeing:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;800&lt;/STRONG&gt; Unable to establish the VPN connection.&amp;nbsp; The VPN server may be unreachable, or security parameters may not be configured properly for this connection&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;809&lt;/STRONG&gt; The network connection between your computer and the VPN server could not be established because the remote server is not responding. This could be because one of the network devices (e.g, firewalls, NAT, routers, etc) between your computer and the remote server is not configured to allow VPN connections. Please contact your Administrator or your service provider to determine which device may be causing the problem&lt;/LI&gt;&lt;/UL&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;STRONG&gt;&lt;EM&gt;Resolution&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Configure Windows Live OneCare&amp;nbsp;Firewall&amp;nbsp;to allow VPN traffic by&amp;nbsp;enabling the exception already present there.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;STRONG&gt;&lt;EM&gt;Steps to follow for resolution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Go into Change One Care Settings &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; FONT-SIZE: 10pt; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings" lang=EN-US&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt; then open the Firewall Connection Tool from the Firewall tab &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; FONT-SIZE: 10pt; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings" lang=EN-US&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt; Check the box for “VPN” which is present there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-ansi-language: EN-US" lang=EN-US&gt;Signing off&amp;nbsp;hoping this information helps you to troubleshoot your VPN client issues!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 8pt; mso-bidi-font-family: Arial"&gt;Janani Vasudevan&lt;BR&gt;Software Design Engineer/Test&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 8pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 8pt; mso-bidi-font-family: Arial"&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/SPAN&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=737080" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Setting up the SSTP listener and verifying it</title><link>http://blogs.technet.com/rrasblog/archive/2007/03/07/configuration-of-sstp-listener-and-verification.aspx</link><pubDate>Tue, 06 Mar 2007 22:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:679148</guid><dc:creator>rrasblog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/679148.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=679148</wfw:commentRss><description>&lt;P&gt;&amp;nbsp;We have seen the steps to configure a SSTP server in one of the previous posts. However, we will concentrate on on aspect of the configuration in this post in detail and the most important one too, because without this your server is not yet ready to accept SSTP connections - &lt;EM&gt;Setting up the SSTP listener and verifying if it is set up correctly&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; As all of you know, SSTP works over HTTPS and so the SSTP listener that Routing and Remote Access Server sets up is very similar to a HTTPS site that you create using IIS. When you create a HTTPS site in IIS, you specify the IP address to listen on (default is INADDR_ANY), port to listen on and also the web server certificate that should be bound to the HTTPS site. Once you do this, a HTTPS listener is setup for the IP:port pair you specified and the certificate you specified to that IP:port pair.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;Now, a similar thing happens when you configure Routing and Remote Access server using the steps given in the previous post. The HTTPS listener is setup. The IP:port pair on which it is setup and the certificate it binds to the listener are as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The IP address for the listener is INADDR_ANY i.e. 0.0.0.0 for IPv4 and [::] for IPv6&lt;/LI&gt;
&lt;LI&gt;The default port used is 443. However you can change this value to a different port using the registry value 'ListenerPort' at HKEY\Local&amp;nbsp; Machine\System\CurrentControlSet\Services\SstpSvc\Parameters to the desired value if needed.&lt;/LI&gt;
&lt;LI&gt;For the certificate to bind to this listener, it looks in the Local Computer --&amp;gt; Personal store and picks up the first valid certificate that is returned while querying the certificates in the store.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A valid certificate should satisfy the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp; Enhanced key usage(EKU) should be either 'Server Authentication' or 'All purpose' &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp; The certificate should have a private key&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also, a certificate with EKU 'Server authentication' is preferred over a certificate with EKU 'All purpose'&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp; As the certificate is mandatory to setup a HTTPS listener, if there is no valid certificate in the Local Computer --&amp;gt;Personal store when Routing and Remote Access starts, the listener will not be setup. And hence SSTP connections cannot be established to the server. This will be informed to the user through an event log.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;Also, it is very important to see that the correct certificate is bound to the listener if there are more than one valid certificates in the Local Computer --&amp;gt; Personal store. This is because, the server sends this certificate bound to the listener to the client when it connects, just as it happens when we access HTTPS sites. When we access HTTPS sites, if the name of the website on the certificate i.e. its subject name is not the same as what we typed in the address bar, we get a warning as below:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;&lt;EM&gt;"There is a problem with this website's security certificate.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The security certificate presented by this website was issued for a different website's address.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.&lt;/ID&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;We recommend that you close this webpage and do not continue to this website. "&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The same can occur in the case of SSTP also. If we have a certificate whose subject name is say 'ServerName1' bound to the SSTP listener and we use the name 'ServerName2'&amp;nbsp;for hostname in the client's VPN connection, then the certificate returned to the client will not have the subject name that it expects.&lt;/P&gt;
&lt;P&gt;In the case of HTTPS sites, Internet explorer gives us the choice of continuing to the site inspite of knowing the security issue.&amp;nbsp;However, in the case of SSTP connections, this might pose a greater risk as you are exposed to the full network access through the tunnel. If the subject name of the certificate does not match the hostname specified, the SSTP VPN connection cannot be established.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Troubleshooting the listener:&lt;/U&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Keeping all the above points in mind, these are the issues that can occur&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Default port - Is TCP port listening?&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;No valid certificate to bind to the listener&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;More than one valid certificate. Should check if the right one was picked up&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;The listener port specified is not available&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Lets take up each one of these separately.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;Default port - Is TCP port listening?&lt;/U&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;On a command prompt, type the command 'netstat -aon |findstr 443'. If you see the below line displayed, then the TCP port is listening for HTTPS requests. You can go to the next step now.&lt;/P&gt;
&lt;P mce_keep="true"&gt;TCP&amp;nbsp;&amp;nbsp;&amp;nbsp; [::]:443&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [::]:0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LISTENING&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;No valid certificate to bind to the listener&lt;/U&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;On a command prompt, type the command, 'netsh http show sslcert'. If you see the message that there are no SSL certificate bindings, then it means that there was no valid certificate for SSTP to bind to the listener. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Look at the event viewer (Start --&amp;gt; Run --&amp;gt; eventvwr) under Windows Logs --&amp;gt; System for any log from RasSSTP. You will see an event if this was the case.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Install a valid certificate in the Local Computer --&amp;gt; Personal store and then restart the Routing and Remote Access server configuration.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;More than one valid certificate. Should check if the right one was picked up&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;On a command prompt, type the command, 'netsh http show sslcert'. If a certificate is bound to the listener, you will see a message as below.&lt;/P&gt;
&lt;P&gt;SSL Certificate bindings:&lt;BR&gt;-------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP:port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0.0.0.0:443&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certificate Hash&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : c14e9c7ffe2f292ef4367eed10317f4c1ba20df0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : &lt;STRONG&gt;{ba195980-cd49-458b-9e23-c84ee0adcd75}&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certificate Store Name&amp;nbsp; : MY&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verify Client Certificate Revocation&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verify Revocation Using Cached Client Certificate Only&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Usage Check&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revocation Freshness Time : 0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; URL Retrieval Timeout&amp;nbsp;&amp;nbsp; : 0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ctl Identifier&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ctl Store Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DS Mapper Usage&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiate Client Certificate&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP:port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : [::]:443&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certificate Hash&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : c14e9c7ffe2f292ef4367eed10317f4c1ba20df0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;STRONG&gt; {ba195980-cd49-458b-9e23-c84ee0adcd75}&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certificate Store Name&amp;nbsp; : MY&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verify Client Certificate Revocation&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verify Revocation Using Cached Client Certificate Only&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Usage Check&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revocation Freshness Time : 0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; URL Retrieval Timeout&amp;nbsp;&amp;nbsp; : 0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ctl Identifier&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ctl Store Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DS Mapper Usage&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiate Client Certificate&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;/P&gt;
&lt;P&gt;If the Application&amp;nbsp;ID is &lt;STRONG&gt;{ba195980-cd49-458b-9e23-c84ee0adcd75}&lt;/STRONG&gt;, then it means that this is a binding added by SSTP. So this&amp;nbsp;command shows that there is a certificate which is bound to&amp;nbsp;0.0.0.0:443&amp;nbsp;IP:port listener and also a certificate which is bound to [::]::443&amp;nbsp;IP:port listener.&amp;nbsp;The certificate&amp;nbsp;hash value specifies which certificate is actually bound. This is the SHA1 certificate hash of the certificate. Here, we see that the SHA1 certificate hash of the certificate is &lt;STRONG&gt;c14e9c7ffe2f292ef4367eed10317f4c1ba20df0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We will use this hash to verify if the correct certificate has been bound to the listener. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the&amp;nbsp;Microsoft Management Console (Start --&amp;gt; Run --&amp;gt; mmc). &lt;/LI&gt;
&lt;LI&gt;Add the&amp;nbsp;Local Computer certificates snap-in (Click on File --&amp;gt;Add/Remove snap-in --&amp;gt;Select 'Certificates' from the list of Available snap-ins --&amp;gt; Click on Add --&amp;gt; Select 'Computer account' --&amp;gt; Click on Next --&amp;gt;&amp;nbsp;Ensure 'Local computer' is selected' --&amp;gt; Click on&amp;nbsp;Finish --&amp;gt; OK&lt;/LI&gt;
&lt;LI&gt;Expand the 'Certificates (Local Computer)' node (Doubleclick on the node)&lt;/LI&gt;
&lt;LI&gt;Expand the 'Personal' node ( Doubleclick on the node). Click on 'Certificates' subnode under this.&lt;/LI&gt;
&lt;LI&gt;On the certificates pane, you will see a list of certificates in the store. Doubleclick on the certificate which you want to be bound to the SSTP listener i.e. the certificate with the subject name matching the hostname used in the client VPN connection.&lt;/LI&gt;
&lt;LI&gt;Click on 'Details' tab. Make sure '&amp;lt;All&amp;gt;' is selected in the drop down for 'Show:'&lt;/LI&gt;
&lt;LI&gt;Ensure that&amp;nbsp;the value for the field 'Thumbprint Algorithm' is sha1&lt;/LI&gt;
&lt;LI&gt;Note the value of the field 'Thumbprint'.&lt;/LI&gt;
&lt;LI&gt;Compare to see if this value is the same as the certificate hash we saw in the netsh message.&lt;/LI&gt;
&lt;LI&gt;If it is, then it&amp;nbsp;means that the right certificate has been bound to the listener.&lt;/LI&gt;
&lt;LI&gt;If it is not the same, then some other certificate has been bound to the listener. We can bind the required certificate to the listener using the following commands. These commands will delete the currently cound certificate and bind the certificate the we want to the listeners.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Say, the value of the 'Thumbprint' field for the required certificate is 'xxx', type&amp;nbsp;the following command on an elevated&amp;nbsp;command prompt:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netsh http delete sslcert ipport=0.0.0.0:443&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;netsh http delete sslcert ipport=[::]:443&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netsh http add sslcert ipport=0.0.0.0:443 certhash=xxx appid={ba195980-cd49-458b-9e23-c84ee0adcd75} certstorename=MY&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netsh http add sslcert ipport=[::]:443 certhash=xxx appid={ba195980-cd49-458b-9e23-c84ee0adcd75}&amp;nbsp;certstorename=MY&lt;/P&gt;
&lt;P&gt;&lt;U&gt;The listener port specified is not available&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If the listener port that you hav e configured in the registry is not available, SSTP will not be able to set up a listener on that port. There will be an event logged in the event viewer in this case. Open event viewer (Start --&amp;gt; Run --&amp;gt; eventvwr). Navigate to Windows Logs --&amp;gt; System and look for logs from RasSstp.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 8pt; mso-bidi-font-family: Arial"&gt;Janani Vasudevan&lt;BR&gt;Software Design Engineer/Test&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 8pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 8pt; mso-bidi-font-family: Arial"&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/SPAN&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=679148" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/SSTP/default.aspx">SSTP</category></item><item><title>Enabling RAS Tracing in Vista/Longhorn Server</title><link>http://blogs.technet.com/rrasblog/archive/2006/06/20/enabling-ras-tracing-in-vista-longhorn-server.aspx</link><pubDate>Tue, 20 Jun 2006 07:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:437481</guid><dc:creator>rrasblog</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/437481.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=437481</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=2 face=Georgia&gt;Check &lt;A href="http://blogs.technet.com/rrasblog/archive/2005/12/22/416421.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2005/12/22/416421.aspx"&gt;http://blogs.technet.com/rrasblog/archive/2005/12/22/416421.aspx&lt;/A&gt;&amp;nbsp;for information to enable RAS logs on the earlier Windows Versions.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Georgia&gt;RAS Trace logs help in troubleshooting RAS connections related issues. On the earlier versions of Windows, "netsh ras set tracing * enabled" command enables the tracing. Though this command continues to work on Vista/Longhorn Server, a better place to enable tracing&amp;nbsp; is from "netsh ras diagnostics". &lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;To enable RAS logging, run the command "netsh ras diagnostics set rastracing * enabled"&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;Now run the scenario that is failing (eg., establish the VPN connection that was failing earlier)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;Flush the RAS logs by executing the command "netsh ras diagnostics set rastracing * disabled"&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;The trace logs are created and available at %windir%\tracing folder.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;Some of the trace log files that would help in diagnosing the problem are:&lt;/FONT&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;PPP.log&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;RASMAN.log&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;IASHLPR.log&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;RASIPCP.log&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;RASIPV6CP.log&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;You can also check the "Event Viewer" under "Windows Logs"-&amp;gt;System and look for events with Source as "RemoteAccess" or "Rasman" that could help in troubleshooting the issue.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2 face=Georgia&gt;RAS Error codes are listed at &lt;A href="http://support.microsoft.com/kb/q163111/" mce_href="http://support.microsoft.com/kb/q163111/"&gt;&lt;FONT color=#0033cc size=3 face="Times New Roman"&gt;http://support.microsoft.com/kb/q163111/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face="Times New Roman"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;
&lt;TABLE border=0 cellSpacing=0 cellPadding=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;FONT face=Georgia&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 size=2 face=Georgia&gt;-Srivatsan Kidambi&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 size=2 face=Georgia&gt;Development Lead&lt;BR&gt;Routing and Remote Access Team, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 face=Georgia&gt;&lt;FONT size=2&gt;Windows Enterprise Networking&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 face=Georgia&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=437481" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>RRAS static packet filters - do's and don'ts</title><link>http://blogs.technet.com/rrasblog/archive/2006/06/14/rras-static-packet-filters-do-s-and-don-ts.aspx</link><pubDate>Wed, 14 Jun 2006 14:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:435839</guid><dc:creator>rrasblog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/435839.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=435839</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;Microsoft RRAS includes a stateless 5 tuple packet filter -&amp;nbsp; also called as Inbound &amp;amp; Outbound packet filters (or static filters). These filters can be applied on any interface - public, private OR per PPP connection too or in other words - it can&amp;nbsp;do filtering&amp;nbsp; for packets destined to/originated from RRAS server as well as packets being forwarded. It allows packet to be filtered based upon source IP address/mask, destination IP address/mask, IP protocol type, Source port number (for TCP/UDP), destination port number (for TCP/UDP).&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=1 face=Verdana&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;&lt;STRONG&gt;Dos: &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;1) &amp;nbsp;Use RRAS static filters to&amp;nbsp;do a minimal packet filtering on all the IP packets received from&amp;nbsp;the Internet side or sent to the Internet side. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;Common configuration can be -&amp;nbsp;when RRAS is configured as&amp;nbsp; VPN server -&amp;nbsp;allow only VPN traffic and&amp;nbsp;drop rest. In this case, the filters will be configured on the LAN interface connected to Internet&amp;nbsp; -&amp;nbsp;via RRAS&amp;nbsp; erver MMC snap-in. Note: RRAS Basic firewall can be used in this case as an alternative.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;2) RRAS static filters can also be applied for per PPP connection (i.e. VPN or dialup connection). In this case, the filters will be configured via remote access policy and applied on the forwarding path.&amp;nbsp;All the traffic&amp;nbsp;coming in/out of PPP connection from a given&amp;nbsp;user/group&amp;nbsp;that matches a&amp;nbsp;given remote access policy will be applied against that set of filters. This is&amp;nbsp;also useful for quarantine (RQS/RQC or VPN NAP) cases - to restrict the unhealthy host to a quarantined network. Note: RRAS basic firewall can't be used on RRAS server in this case - as&amp;nbsp;it&amp;nbsp;is a host firewall and not a network firewall.&lt;/P&gt;
&lt;P&gt;3) If RRS server is deployed as a LAN router, the same static filters can be used to do filtering in the forwarding path. Note: RRAS basic&amp;nbsp;firewall can't be used on RRAS server in this case - as it is a host firewall and not a network firewall.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;4) If RRAS server is configured with static filters and the same machine is running some other application server (like a HTTP server) that can be accessed from the Internet side , ensure the relevant port numbers of these other application servers are also enabled. Otherwise those application servers may not be accessible&amp;nbsp; from Internet side - because by default when RRAS is configured with&amp;nbsp;default options, RRAS code adds filters to &lt;STRONG&gt;allow only VPN traffic&lt;/STRONG&gt; and drops&amp;nbsp;rest all.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;&lt;FONT size=3 face="Times New Roman"&gt;&lt;FONT size=1 face=Verdana&gt;To display and modify these filters, go to Routing and Remote Access&amp;gt;IP Routing&amp;gt;General, and then select the relevant interface, click Properties and&amp;nbsp;you can add/delte or edit the packet filters for Inbound or outbound direction.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;&lt;STRONG&gt;Don'ts:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;1) They are stateless means&amp;nbsp;every packet is matched against each filter and filter driver code doesn't maintain any state across the packets. This means if any application which opens new port numbers&amp;nbsp;later on&amp;nbsp;(like FTP) cannot be used via RRAS static filters. Or in other words if you are enabling RRAS packet filtering to block all packets except the packets received by these kind of applications (like FTP), then these application will not work correctly.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;2) If RRAS server is running as a NAT router, don't enable static filters. Also lot of folks think NAT as a minimal firewall as it hides the private network from public network - but that is not "entirely" true. First even if NAT is enabled on RRAS box with no filters/basic firewall/Windows firewall, all services running on your RRAS box is open from Internet side. Secondly somebody can still generate brute-force attack to send in&amp;nbsp;some packets on the LAN side. It is better to enable Windows firewall or Basic firewall on RRAS box + enable some form of host firewall on each machine on the LAN side.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;3) &lt;FONT size=1 face=Verdana&gt;Think these as pure simple stateless filters and don't think it as a stateful firewall (like Windows firewall or ISA&amp;nbsp;enterprise firewall) or intrusion detection system. Use it for simple packet filtering configuration - like allow only VPN traffic or xyz traffic from Internet and drop rest all.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&amp;nbsp;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;References:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN" lang=EN&gt;&lt;FONT size=3 face=Calibri&gt;[1] &lt;A href="http://blogs.technet.com/rrasblog/archive/2007/03/30/rras-server-in-lhs-which-one-to-use-windows-firewall-or-rras-filters.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2007/03/30/rras-server-in-lhs-which-one-to-use-windows-firewall-or-rras-filters.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;RRAS Server in Windows server 2008: Which one to use - Windows firewall or RRAS filters&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;[2] &lt;/FONT&gt;&lt;A href="http://blogs.technet.com/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx" mce_href="http://blogs.technet.com/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;Which ports to unblock for VPN traffic to pass-through&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;/o:p&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 size=1 face=Verdana&gt;Samir Jain&lt;BR&gt;Lead Program Manager&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/FONT&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=435839" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/Design/default.aspx">Design</category></item><item><title>Which ports to unblock for VPN traffic to pass-through?</title><link>http://blogs.technet.com/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx</link><pubDate>Wed, 14 Jun 2006 12:59:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:435826</guid><dc:creator>rrasblog</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/435826.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=435826</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;Little Background: &lt;/FONT&gt;&lt;FONT size=1 face=Verdana&gt;Microsoft RRAS server and VPN client supports PPTP, L2TP/IPSec, SSTP and IKEv2&amp;nbsp; based VPN connection. PPTP control path is over TCP and data path over GRE. &lt;/FONT&gt;&lt;FONT size=1 face=Verdana&gt;L2TP tunnel traffic is carried over IPSec transport mode and&amp;nbsp;IPSec protocol internally has a control path through IKE and data path over ESP.&amp;nbsp;SSTP control and data path is over TCP. IKEv2 control path is over IKE and data path over ESP.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;So now coming back to original question. There are multiple scenarios:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;1) If &lt;U&gt;RRAS based&amp;nbsp;VPN&amp;nbsp;server is behind a firewall&lt;/U&gt; (i.e. a firewall is placed between Internet and RRAS server), then following ports need to be&amp;nbsp;opened (bidirectional)&amp;nbsp;on this firewall to allow VPN traffic to pass through: -&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For PPTP: &lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol=TCP, TCP Port number=1723&amp;nbsp;&amp;nbsp; &amp;lt;- Used by PPTP control path&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol=GRE (value 47)&amp;nbsp;&amp;nbsp; &amp;lt;- Used by PPTP data path&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For L2TP:&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=500&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv1 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=4500&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv1 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol Type=ESP (value 50)&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IPSec data path&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For SSTP:&lt;/FONT&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol=TCP, TCP Port number=443&amp;nbsp;&amp;nbsp; &amp;lt;- Used by SSTP control and data path&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For IKEv2:&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=500&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv2 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=4500&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv2 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol Type=ESP (value 50)&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IPSec data path&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;2) &lt;U&gt;If RRAS server is directly connected to Internet&lt;/U&gt;, then&amp;nbsp;you need to protect&amp;nbsp;RRAS server from the&amp;nbsp;Internet side&amp;nbsp;(i.e. only allow access to the services on the public interface&amp;nbsp;that isaccessible from the Internet side). This can be done using RRAS static filters&amp;nbsp;or running Windows Firewall on the public interface (or the interface towards the Internet side). In this scenario following ports need to be opened (bidirectional) on RRAS box to allow VPN traffic to pass through&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For PPTP: &lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol=TCP, TCP Port number=1723&amp;nbsp; &amp;lt;- Used by PPTP control path&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol=GRE (value 47)&amp;nbsp; &amp;lt;- Used by PPTP data path&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For L2TP:&lt;/FONT&gt; &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=500&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv1 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=4500 &amp;lt;- Used by IKEv1 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol Type=UDP, UDP Port Number=1701&amp;nbsp; &amp;lt;- Used by L2TP control/data path&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=50&amp;nbsp; &amp;lt;- Used by data path (ESP)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;FONT size=1 face=Verdana&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For SSTP:&lt;/FONT&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol=TCP, TCP Port number=443&amp;nbsp;&amp;nbsp; &amp;lt;- Used by SSTP control and data path&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;For IKEv2:&lt;/FONT&gt; &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=500&amp;nbsp;&amp;nbsp; &amp;lt;- Used by IKEv2 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=UDP, UDP Port Number=4500 &amp;lt;- Used by IKEv2 (IPSec control path)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP&amp;nbsp;Protocol Type=UDP, UDP Port Number=1701&amp;nbsp; &amp;lt;- Used by L2TP control/data path&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=1 face=Verdana&gt;IP Protocol Type=50 &amp;lt;- Used by data path (ESP)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/FONT&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Please DO NOT configure RRAS static filters if you are running on the same server RRAS based NAT router functionality. This is because&amp;nbsp;RRAS static filters are stateless and NAT translation requires a stateful edge firewall like ISA firewall.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;&lt;STRONG&gt;Do not forget&lt;/STRONG&gt;: If you enable Windows firewall or RRAS static filters on the public interface and only enable VPN traffic to pass-through, then all the other traffic may be dropped. For example, if the same server is running as a mail server facing internet or a DNS server or a reverse web proxy server, then you need to enable the ports used by those services explicitly. For further details, refer to this article: &lt;A href="http://blogs.technet.com/rrasblog/archive/2006/07/06/enabling-rras-drops-all-other-traffic-except-vpn-traffic.aspx"&gt;http://blogs.technet.com/rrasblog/archive/2006/07/06/enabling-rras-drops-all-other-traffic-except-vpn-traffic.aspx&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1 face=Verdana&gt;References:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/Library/ac14405b-3802-4ae0-bcd5-5c33bb7db5311033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/WindowsServer/en/Library/ac14405b-3802-4ae0-bcd5-5c33bb7db5311033.mspx?mfr=true"&gt;&lt;FONT size=1 face=Verdana&gt;http://technet2.microsoft.com/WindowsServer/en/Library/ac14405b-3802-4ae0-bcd5-5c33bb7db5311033.mspx?mfr=true&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id=ctl00___ctl00___ctl02___Results___postlist___EntryItems_ctl06_PostTitle href="http://blogs.technet.com/rrasblog/archive/2007/06/13/ports-affecting-the-vpn-connectivity.aspx"&gt;Ports affecting the VPN connectivity&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id=ctl00___ctl00___ctl02___Results___postlist___EntryItems_ctl13_PostTitle href="http://blogs.technet.com/rrasblog/archive/2007/03/30/rras-server-in-lhs-which-one-to-use-windows-firewall-or-rras-filters.aspx"&gt;RRAS Server in Windows server 2008: Which one to use - Windows firewall or RRAS filters&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT color=#000000 size=1 face=Verdana&gt;Samir Jain&lt;BR&gt;Lead Program Manager&lt;BR&gt;RRAS, Windows Enterprise Networking&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=1 face=Verdana&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN style="COLOR: black"&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=1 face=Verdana&gt;[This posting is provided "AS IS" with no warranties, and confers no rights.]&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=435826" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/rrasblog/archive/tags/Design/default.aspx">Design</category></item><item><title>Cannot reach beyond the RRAS server from VPN clients?</title><link>http://blogs.technet.com/rrasblog/archive/2006/02/09/cannot-reach-beyond-the-rras-server-from-vpn-clients.aspx</link><pubDate>Thu, 09 Feb 2006 13:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419100</guid><dc:creator>rrasblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/rrasblog/comments/419100.aspx</comments><wfw:commentRss>http://blogs.technet.com/rrasblog/commentrss.aspx?PostID=419100</wfw:commentRss><description>&lt;P&gt;Many a time we face this issue - after making a VPN connection to the Routing and Remote Access server, we are unable to reach the machine on the network behind the VPN server. Here are a few tips to troubleshoot this.&lt;/P&gt;
&lt;P&gt;Let's consider this example to understand this better. &lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;VPN Client&amp;nbsp; &amp;lt;---Internet---&amp;gt;&amp;nbsp;&amp;nbsp; RRAS server&amp;nbsp; &amp;lt;----------------&amp;gt; LAN client&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65.54.46.9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.16&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;&amp;nbsp;10.0.0.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Internal Interface)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color=#800080&gt;Static pool configured on RRAS server: 10.0.0.1 - 10.0.0.10 [This means that the VPN clients will get a 10.0.0.X address from this pool]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;Public interface of RRAS server to which clients connect: 65.54.46.9&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;Private interface of RRAS server: 192.168.0.4 (The LAN clients on this network will have addresses 192.168.0.X)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;We want to reach the LAN client 192.168.0.16 from the VPN client 10.0.0.2. The following are the things that we need to ensure for this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(1) Need to have proper routes on the VPN client to reach the machines behind the RRAS server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For our example, on the VPN client we need to have a route to reach the LAN client i.e. for 192.168.0.16 as the destination with the VPN server (10.0.0.1) as the gateway as follows.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff&gt;route add 192.168.0.0 mask 255.255.255.0 10.0.0.1 if &amp;lt;interface_index_of _PPP adapter&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This route makes sure that any packet destined to the LAN clients will go out through the PPP adapter of the client to the server's internal interface. As the RRAS server has one interface on the same network as the LAN client, it will route it accordingly to the LAN client.&lt;/P&gt;
&lt;P&gt;On the VPN client side, a default route can also be added which can be used to reach the internet [otherwise even internet requests will go through the RAS server]. This concept is called split- tunneling and is explained in the below article. &lt;SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"&gt;&lt;A href="http://www.microsoft.com/technet/community/columns/cableguy/cg1003.mspx" mce_href="http://www.microsoft.com/technet/community/columns/cableguy/cg1003.mspx"&gt;http://www.microsoft.com/technet/community/columns/cableguy/cg1003.mspx&lt;/A&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(2) Need to have correct routes on the LAN clients behind the RRAS server for the VPN clients&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The packet from the VPN client will reach the LAN client if the route on VPN client is proper which is ensured by (1) above. However, for the packet from LAN client to reach the VPN client, we should have correct routes on the LAN client too. For example, when you try to ping 192.168.0.16 from the VPN client, the routes on the VPN client will aid in the echo request to reach 192.168.0.16. However, for the echo reply from 192.168.0.16 to reach the VPN client, you LAN client should have a route for the VPN client&amp;nbsp;with gateway&amp;nbsp;as the private interface of RRAS server&amp;nbsp;as follows:&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff&gt;route add&amp;nbsp;10.0.0.0 mask 255.255.255.0&amp;nbsp;192.168.0.4 if &amp;lt;i/f_index_of _192.168.0.16&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This way, the echo reply destined to 10.0.0.2 will reach the RRAS server which is the next hop according to the above route. Once it reaches the RRAS server, the server knows how to send it to the client as it will have a route for all clients conencted to it.&lt;/P&gt;
&lt;P&gt;Note: On the LAN clients, a reverse route can be added individually on all the clients or all LAN clients may be pointing to some router which then can have a reverse route for 10.0.0.0 network OR RRAS server itself can be the default router for LAN clients&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Janani V&lt;/P&gt;
&lt;P&gt;Software Desing Engr/Test,&lt;/P&gt;
&lt;P&gt;RRAS, Windows Enterprise Networking,&lt;/P&gt;
&lt;P&gt;---------------------------------------------------------------------------&lt;BR&gt;"This posting is provided "AS IS" with no warranties, and confers no&lt;BR&gt;rights."&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;SCRIPT type=text/javascript&gt;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript&gt;
try {
var pageTracker = _gat._getTracker("UA-1700161-11");
pageTracker._trackPageview();
} catch(err) {}&lt;/SCRIPT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=419100" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/rrasblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item></channel></rss>