<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Connecting to VPN and Internet at the same time</title>
	<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time/</link>
	<description>Comments on Ask MetaFilter post Connecting to VPN and Internet at the same time</description>
	<pubDate>Sat, 27 May 2006 08:10:40 -0800</pubDate>
	<lastBuildDate>Sat, 27 May 2006 08:10:40 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Connecting to VPN and Internet at the same time</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time</link>	
		<description>VPN on Windows 2000: I need to connect to both the VPN and the Internet at the same time. I need some IP addresses to go through the VPN, and others to go through my router&apos;s gateway. &lt;br /&gt;&lt;br /&gt; I need to access the following IP addresses through the VPN:&lt;br&gt;
192.168.10.*, 192.168.20.*, 222.111.55.111&lt;br&gt;
And I want to access everything else through my router&apos;s gateway (192.168.1.254).&lt;br&gt;
&lt;br&gt;
I tried unchecking the &quot;Use default gateway on remote network&quot; option on the advanced TCP/IP setting of the VPN connection, but after I do that I can&apos;t access anything on the VPN.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.39007</guid>
		<pubDate>Sat, 27 May 2006 07:52:50 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
		
			<category>vpn</category>
		
			<category>windows</category>
		
			<category>gateway</category>
		
			<category>networking</category>
		
			<category>tcpip</category>
		
	</item> <item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602681</link>	
		<description>You&apos;re talking abot split-tunnel.  Depending on the VPN solution you implement this is either easy, or a total pain in the rear to implement.  Cisco VPN 3000&apos;s support this with some extended configuration, as do Cisco PIX devices.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602681</guid>
		<pubDate>Sat, 27 May 2006 08:10:40 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item><item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602682</link>	
		<description>This is generally a &quot;server&quot; side configuration, defined by the policy applied.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602682</guid>
		<pubDate>Sat, 27 May 2006 08:13:27 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602685</link>	
		<description>iamabot, I can&apos;t touch anything in the VPN configuration, it needs to be a solution on the Windows client side.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602685</guid>
		<pubDate>Sat, 27 May 2006 08:14:55 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: datacenter refugee</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602692</link>	
		<description>Why not purchase a hardware VPN endpoint (Linksys &lt;a href=&quot;http://www1.linksys.com/international/product.asp?coid=5&amp;ipid=147&quot;&gt;BEFSX41&lt;/a&gt; or &lt;a href=&quot;http://www.watchguard.com/products/soho.asp&quot;&gt;Watchguard SOHO6&lt;/a&gt; among others), install it on the same network as the win2k PC and then add static routes to/through it to your windows box?  For extra security and easier testing you could add a second NIC to the windows machine and plug it directly into the internal interface of the hardware VPN endpoint . . . &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
(assuming network of 192.168.1.0/24 with a .1 gateway, VPN box with 2 interfaces)&lt;br&gt;
- Install 2nd NIC into PC with a DIFFERENT IP range (in this case 192.168.2.0/24 would work, make the new NIC 192.168.2.2)&lt;br&gt;
- Install VPN hardware client.  Outside interface goes on 192.168.1.x LAN and connects to local router, inside on 192.168.2.x LAN (should be 192.168.2.1 for this example) and wires directly into your new NIC card.&lt;br&gt;
- Configure hardware VPN client to connect to your VPN server&lt;br&gt;
- Configure windows box to route to your networks of interest throught the hardware VPN client.  For each network that you want to route via the VPN, add a static route in windows with the following command:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;route ADD x.x.x.x MASK y.y.y.y 192.168.2.1 METRIC 20&lt;/strong&gt;&lt;br&gt;
where x.x.x.x is the remote network base and y.y.y.y is the  remote network subnet mask&lt;br&gt;
&lt;br&gt;
That should be it - you may have to futz with the metric value or add an interface reference to your static route statements depending on what you already have in your PC.  There is help available for the command by just typing &apos;route&apos; in a command window on win2k/xp.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602692</guid>
		<pubDate>Sat, 27 May 2006 08:38:42 -0800</pubDate>
		<dc:creator>datacenter refugee</dc:creator>
	</item><item>
		<title>By: caddis</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602696</link>	
		<description>The easiest solution is often to use two different browsers, such as IE for the VPN and FireFox for the rest.  Just set one to go through the firewall of the VPN server and the other to access the internet directly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602696</guid>
		<pubDate>Sat, 27 May 2006 08:46:43 -0800</pubDate>
		<dc:creator>caddis</dc:creator>
	</item><item>
		<title>By: purephase</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602726</link>	
		<description>I installed VirtualPC and use one of it&apos;s sessions for VPN access and the parent workstation for everything else.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602726</guid>
		<pubDate>Sat, 27 May 2006 09:47:41 -0800</pubDate>
		<dc:creator>purephase</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602745</link>	
		<description>datacenter refugee, I just wrote down the appropriate route commands (but I need to do it everytime I connect), and now it works. No extra hardware required.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602745</guid>
		<pubDate>Sat, 27 May 2006 10:18:43 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602749</link>	
		<description>I wrote a batch file to automate this:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
rasdial /disconnect&lt;br&gt;
rasdial /disconnect&lt;br&gt;
rasdial /disconnect&lt;br&gt;
rasdial &quot;My VPN Connection&quot; &quot;MYDOMAIN\myusername&quot; *&lt;br&gt;
route add 192.168.1.0 mask 255.255.255.0 10.10.222.33 metric 1&lt;br&gt;
route add 192.168.2.0 mask 255.255.255.0 10.10.222.33 metric 1&lt;br&gt;
route add 192.168.3.0 mask 255.255.255.0 10.10.222.33 metric 1&lt;br&gt;
route add 222.111.55.111 mask 255.255.255.255 10.10.222.33 metric 1&lt;br&gt;
&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602749</guid>
		<pubDate>Sat, 27 May 2006 10:29:32 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: Coax</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602768</link>	
		<description>Aren&apos;t there security considerations against split-tunneling?  It&apos;s a routing policy decision usually made at the corporate edge to prevent horrible outcomes from spoofed sites.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602768</guid>
		<pubDate>Sat, 27 May 2006 10:58:16 -0800</pubDate>
		<dc:creator>Coax</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602808</link>	
		<description>Coax, I&apos;ll keep in mind the security considerations, but it&apos;s a necessary evil, otherwise I can&apos;t get anything done. I would have to disconnect from the VPN every time I browse a web page or check my E-mail since the current VPN policy doesn&apos;t allow Internet access. Even if it did it would be dog slow.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602808</guid>
		<pubDate>Sat, 27 May 2006 11:56:31 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/39007/Connecting-to-VPN-and-Internet-at-the-same-time#602856</link>	
		<description>Well, depending on the vpn client and type there is very little you can do if there isn&apos;t a split tunnel policy defined.  For example cisco VPN client software installed a shim between your TCP stack and the application layer that prevents any traffic from traversing, or not in this case unless explicitly defined by policy.&lt;br&gt;
&lt;br&gt;
If you&apos;re using the built in pptp client in XP you can script some route changes in a batch file and run them when/after you connect to tweak the local routing table to your needs.&lt;br&gt;
&lt;br&gt;
What you are describing is generally why I don&apos;t allow PPTP and require folks to use a VPN client to connect to networks that I manage.  &lt;br&gt;
&lt;br&gt;
Split-tunneling does have security considerations and if you are going to define a policy for it you should make sure that your client dmz is restricted appropriatelly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39007-602856</guid>
		<pubDate>Sat, 27 May 2006 13:54:02 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item>
	</channel>
</rss>
