<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Extensible Development &#187; vpn</title>
	<atom:link href="http://blog.itwarlocks.com/tag/vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itwarlocks.com</link>
	<description>Profession blog about Software Engineering, Web, *nix, Processes, Tools and more.</description>
	<lastBuildDate>Mon, 29 Mar 2010 12:20:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>32bit VPN in Windows 7 x64 and XPM</title>
		<link>http://blog.itwarlocks.com/2010/02/25/32bit-vpn-in-windows-7-x64-and-xpm/</link>
		<comments>http://blog.itwarlocks.com/2010/02/25/32bit-vpn-in-windows-7-x64-and-xpm/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:04:41 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://blog.itwarlocks.com/2010/02/25/32bit-vpn-in-windows-7-x64-and-xpm/">Jeffrey Ridout</span></dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[x86]]></category>
		<category><![CDATA[xpm]]></category>

		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=300</guid>
		<description><![CDATA[Introduction
Until a week ago I&#8217;ve been using Windows® XP as the corporate standard prescribes. But having started looking into Microsoft SharePoint 2010, I was allowed to switch to Windows® 7 x64. (The switch also included a very nice MSDN license, thus giving me access to loads of Microsoft sweetness.) The x64 stands for 64 bit [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>Until a week ago I&#8217;ve been using Windows<sup>®</sup> XP as the corporate standard prescribes. But having started looking into <a title="Microsoft Office SharePoint Server" href="http://sharepoint.microsoft.com/" target="_blank">Microsoft SharePoint 2010</a>, I was allowed to switch to Windows<sup>®</sup> 7 x64. (The switch also included a very nice <a title="MSDN Subscriptions" href="http://msdn.microsoft.com/en-us/aa336858.aspx" target="_blank">MSDN license</a>, thus giving me access to loads of Microsoft sweetness.) The x64 stands for 64 bit of course.</p>
<p>The change from 32 to 64 bits went quite smooth, except for one minor hiccup. There is no 64bit client for Cisco <abbr title="Virtual Private Network">VPN</abbr>.<br />
There are free and Open Source based VPN clients that are compatible with Cisco that have 64bit versions, but they could not be used in this case.<span id="more-300"></span></p>
<h3>Installing Windows<sup>®</sup> XP Mode</h3>
<p>Windows<sup>®</sup> XP Mode (XPM) is an out-of-the-box solution by Microsoft, based on their Virtual PC. It allows for the installation of a licensed Windows XP machine, complete with drive, USB, desktop and Start Menu integration.</p>
<p>Visit the Virtual PC website at Microsoft for more information: <a title="Windows Virtual PC at microsoft.com" href="http://www.microsoft.com/windows/virtual-pc/default.aspx" target="_blank">Windows Virtual PC and XP Mode</a></p>
<h3>Installing the VPN client</h3>
<p>At my work, we use a Cisco VPN client. Mainly because we&#8217;ve got a Cisco VPN server, but also because it uses <a id="aptureLink_tzsAeRJ8nX" href="http://en.wikipedia.org/wiki/One-time%20password">OTP</a>. Our OTP send an SMS to our work phone and no other VPN client seems to support this. (Would be great if <a title="Shrew Soft Inc." href="http://www.shrew.net/" target="_blank">Shrew</a> would decide to support this.)</p>
<p>Log in to the XPM and install the Cisco VPN Client as usual.</p>
<h3>Connecting Windows 7 to the XPM VPN Client</h3>
<p>I could explain how to set up your networking in W7 and XPM to get access to the VPN client, but <a title="Craig Pringle: Cisco VPN Client on Windows 7 x64" href="http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx" target="_blank">Craig Pringle</a> did that quite good already. One extra step needed for this solution is the use of static IPs. Set the IP address of the loopback device in W7 and XPM, for example 192.168.2.1 in W7 and 192.168.2.2 in XPM. Using dynamic IPs as they are by default might cause the XPM IP to change, causing problems in later steps.</p>
<div class="warning">
<div class="boxcaption"><strong>Note</strong></div>
<div class="box">I couldn&#8217;t get W7 and XPM to connect through the loopback at first, it seemed the firewall in XPM blocked the traffic. Disabling the firewall for the loopback adapter solved it. A security warning is issued when disabling the firewall, but since it&#8217;s used for W7 &#8211; XPM communication only, no firewall is needed.</div>
</div>
<h3>Routing network traffic through the XPM VPN Client</h3>
<p>When the VPN Client is active and connected to the VPN, all applications running in XPM will have access to it. Applications in W7 however will not. The network traffic needs to be routed through XPM.</p>
<p>The easiest way is by using 2 tools; a proxy running in XPM, <a title="CCProxy, Proxy Server" href="http://www.youngzsoft.net/ccproxy/" target="_blank">CCProxy</a> and a rerouter running in W7, <a title="Proxifier for Windows/Mac OS X" href="http://www.proxycap.com/" target="_blank">ProxyCap</a>.<br />
CCProxy is an easy to set up proxy, just choose the type of proxy and you&#8217;re done. ProxyCap is a small commercial application that allows you to reroute traffic from any application through a proxy. Just choose the application to reroute and specify the proxy running in XPM. I use Microsoft Visual Studio in W7, so I&#8217;ve set up ProxyCap to reroute it to CCProxy in XPM. When working out of office, run CCProxy in XPM and ProxyCap in W7 and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itwarlocks.com/2010/02/25/32bit-vpn-in-windows-7-x64-and-xpm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.itwarlocks.com @ 2010-09-10 20:51:23 -->