<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cisco &#8211; How to configure nat for an IPSec VPN</title>
	<atom:link href="http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Darko</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-38715</link>
		<dc:creator>Darko</dc:creator>
		<pubDate>Tue, 05 Jul 2011 15:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-38715</guid>
		<description>Disregard this about private addresses. 
My bad. 
Only correction needed is with ip nat command. After that , everything works as intended.

Best regards.</description>
		<content:encoded><![CDATA[<p>Disregard this about private addresses.<br />
My bad.<br />
Only correction needed is with ip nat command. After that , everything works as intended.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darko</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-38709</link>
		<dc:creator>Darko</dc:creator>
		<pubDate>Mon, 04 Jul 2011 15:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-38709</guid>
		<description>There is an error in configuration :

router(config)#ip nat source route-map POLICY-NAT interface s0/0 overload

Insted it should be :

router(config)#ip nat inside source route-map POLICY-NAT interface s0/0 overload.

This way when you ping from 192.168.1.0 subnet to any address except toward subnet 192.168.2.0 , inside address will be NATed into 12.34.56.2 and there will be response traffic. 

But with this configuration private address space addresses from subnet 192.168.1.0 and 192.168.2.0 will be sent over link which should not happen in real world.</description>
		<content:encoded><![CDATA[<p>There is an error in configuration :</p>
<p>router(config)#ip nat source route-map POLICY-NAT interface s0/0 overload</p>
<p>Insted it should be :</p>
<p>router(config)#ip nat inside source route-map POLICY-NAT interface s0/0 overload.</p>
<p>This way when you ping from 192.168.1.0 subnet to any address except toward subnet 192.168.2.0 , inside address will be NATed into 12.34.56.2 and there will be response traffic. </p>
<p>But with this configuration private address space addresses from subnet 192.168.1.0 and 192.168.2.0 will be sent over link which should not happen in real world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-38654</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 25 Jun 2011 05:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-38654</guid>
		<description>Hello Geeshan,

Please post the route-map and acces-list configs.

Josh</description>
		<content:encoded><![CDATA[<p>Hello Geeshan,</p>
<p>Please post the route-map and acces-list configs.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geeshan</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-38635</link>
		<dc:creator>Geeshan</dc:creator>
		<pubDate>Tue, 21 Jun 2011 16:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-38635</guid>
		<description>I am having a problem as well. 

The issue I am having has to do with outbound traffic from the  nat entry. 

router(config)#ip nat source route-map POLICY-NAT interface s0/0 overload
router(config)#
router(config)#ip nat inside source static tcp 192.168.1.10 25 12.34.56.2 25 route-map POLICY-NAT extendable

Using the above example, my issue is when you do route-map, it works over the VPN but the outgoing traffic routes through the IP assigned to S0/0, instead of the 12.34.56.2 IP address.

How would I get the static entry to work over VPN AND route outbound traffic over the static IP assigned, oppose to the overload entry.</description>
		<content:encoded><![CDATA[<p>I am having a problem as well. </p>
<p>The issue I am having has to do with outbound traffic from the  nat entry. </p>
<p>router(config)#ip nat source route-map POLICY-NAT interface s0/0 overload<br />
router(config)#<br />
router(config)#ip nat inside source static tcp 192.168.1.10 25 12.34.56.2 25 route-map POLICY-NAT extendable</p>
<p>Using the above example, my issue is when you do route-map, it works over the VPN but the outgoing traffic routes through the IP assigned to S0/0, instead of the 12.34.56.2 IP address.</p>
<p>How would I get the static entry to work over VPN AND route outbound traffic over the static IP assigned, oppose to the overload entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-38490</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Tue, 31 May 2011 14:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-38490</guid>
		<description>Hello All,

I have a situation where there is customer router behind the ce router on both sides.Ipsec tunnel between these two routers and my ce router are doing natting.
connection given below:

customer rtr1 - ce1 - pe1 - cloud - pe2- ce2- customer rtr2

i am constatntly geting following mesg on both the customer routers:
 %CRYPTO-6-IKMP_MODE_FAILURE: Processing of Quick mode failed with peer at x.x.x.x

Please can anyone let me know if they have configured any similar scenario? Any idea what teh above error means ?</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>I have a situation where there is customer router behind the ce router on both sides.Ipsec tunnel between these two routers and my ce router are doing natting.<br />
connection given below:</p>
<p>customer rtr1 &#8211; ce1 &#8211; pe1 &#8211; cloud &#8211; pe2- ce2- customer rtr2</p>
<p>i am constatntly geting following mesg on both the customer routers:<br />
 %CRYPTO-6-IKMP_MODE_FAILURE: Processing of Quick mode failed with peer at x.x.x.x</p>
<p>Please can anyone let me know if they have configured any similar scenario? Any idea what teh above error means ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joky</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-37702</link>
		<dc:creator>joky</dc:creator>
		<pubDate>Wed, 02 Feb 2011 13:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-37702</guid>
		<description>Hi

I would also like to know, if it is possible to NAT to a different IP when going into VPN tunnel than when going to the internet. Not just disable source NAT for VPN tunnel, but NAT it into something different. I owe you a beer if you provide me with a solution. :)

Best regards</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I would also like to know, if it is possible to NAT to a different IP when going into VPN tunnel than when going to the internet. Not just disable source NAT for VPN tunnel, but NAT it into something different. I owe you a beer if you provide me with a solution. <img src='http://www.blindhog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-37544</link>
		<dc:creator>uday</dc:creator>
		<pubDate>Mon, 10 Jan 2011 09:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-37544</guid>
		<description>Hi this is kiran help me i problem on cisco router 2800.One ISP With Multipl pubil IP Address.How to Config help me please please</description>
		<content:encoded><![CDATA[<p>Hi this is kiran help me i problem on cisco router 2800.One ISP With Multipl pubil IP Address.How to Config help me please please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HPR</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-32389</link>
		<dc:creator>HPR</dc:creator>
		<pubDate>Mon, 29 Jun 2009 13:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-32389</guid>
		<description>HI
is it posible to configure NAT for trafic intended for the IPSEC tunnel...
I want to hide my inside ip but route trafik inside an IPSEC tunnel over the internet.
The reciver must only see 1 IP from my nat pool</description>
		<content:encoded><![CDATA[<p>HI<br />
is it posible to configure NAT for trafic intended for the IPSEC tunnel&#8230;<br />
I want to hide my inside ip but route trafik inside an IPSEC tunnel over the internet.<br />
The reciver must only see 1 IP from my nat pool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-32286</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 27 May 2009 14:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-32286</guid>
		<description>Forgot to stress that marker points to the route-map command.</description>
		<content:encoded><![CDATA[<p>Forgot to stress that marker points to the route-map command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/comment-page-1/#comment-32284</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 27 May 2009 14:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/cisco-how-to-configure-nat-for-an-ipsec-vpn/#comment-32284</guid>
		<description>Hi Josh,

thank you very much for the useful video.

But what if you need translate (PAT) some public port to the inside one? 

ip nat inside source static tcp 192.168.10.2 3389 interface fastEthernet4 23389 route-map nonat

% Invalid input detected at &#039;^&#039; marker.

OS 12.4(T4) CISCO 877

Regards,
Dmitry</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>thank you very much for the useful video.</p>
<p>But what if you need translate (PAT) some public port to the inside one? </p>
<p>ip nat inside source static tcp 192.168.10.2 3389 interface fastEthernet4 23389 route-map nonat</p>
<p>% Invalid input detected at &#8216;^&#8217; marker.</p>
<p>OS 12.4(T4) CISCO 877</p>
<p>Regards,<br />
Dmitry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

