<?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>snydersoft.com &#187; pptp</title>
	<atom:link href="http://snydersoft.com/tag/pptp/feed/" rel="self" type="application/rss+xml" />
	<link>http://snydersoft.com</link>
	<description>Sharing Web Development Information</description>
	<lastBuildDate>Tue, 15 Feb 2011 12:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VPN issues when Local network matches Corporate network</title>
		<link>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/</link>
		<comments>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 13:58:45 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/</guid>
		<description><![CDATA[I have been experiencing this problem more and more, as the proliferation of non-routable ip networks increases. Basically, I am at an airport, hotel, customer site, or other location and they happen to be using the same ip address range as we do at the corporate offices. For example: Corporate uses 10.1.x.x network range (mail [...]]]></description>
			<content:encoded><![CDATA[<p>I have been experiencing this problem more and more, as the proliferation of non-routable ip networks increases.  Basically, I am at an airport, hotel, customer site, or other location and they happen to be using the same ip address range as we do at the corporate offices.</p>
<p>For example:</p>
<p><span style="white-space: pre" class="Apple-tab-span">	</span>Corporate uses 10.1.x.x network range (mail server is at 10.1.1.5 as an example)</p>
<p><span style="white-space: pre" class="Apple-tab-span">	</span>The location that I am getting network from uses either 10.x.x.x or maybe just 10.1.1.x&#8230; but either way, the problem is the same.</p>
<p>The VPN connects successfully however after that all traffic for the mail server (as an example) is not routed thru the VPN since it matches the local network and doesn&#8217;t forward it thru the tunnel.</p>
<p>Possible solutions:</p>
<p>1) Setup a secondary VPN server on a different ip network and over-lay for example a 192.168.x.x range over the 10.1.x.x range (but all servers would need an address on both networks, hard to maintain)&#8230; and the user would need to change the &#8220;mail server&#8221; in their client to use the other VPN connection.</p>
<p>2) Attempt to get a &#8220;routable&#8221; ip address from the location you are at&#8230; this may be viable if you are using a cable-modem or DSL from a provider and will be doing this all the time.  However, the typical hotspot isn&#8217;t going to be willing to accomodate you and may not even have a clue when you ask.</p>
<p>3) Try another VPN solution&#8230;. PPTP or IPSEC or OpenVPN&#8230; but they all are routed and expect that you will not have matching networks.</p>
<p>4) Final solution, and one that I have working as a &#8220;demo&#8221; but am not really happy with the administration overhead of the solution&#8230;. is to use SSH tunneling to get to specific servers.  This is fast and works pretty well&#8230; but then mail clients/etc need to be configured to use localhost:port with special ports for each service&#8230;. and they need to have a putty ssh window open to the ssh-server (minor I know).  But if you configure the mail client to use this as their mail server&#8230; then even when they are in the building they would need to download all their emails thru this ssh tunnel (not ideal).</p>
<p>I am still searching for the best practice for this issue&#8230; and I have to imagine that we are not the only company running into this issue.   However, this isn&#8217;t something that google has turned up any great ideas for.  Please post a comment with your suggestions or send me an email with your solution to this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.242 seconds -->

