<?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>GlobalConfig.net&#187; Studies In VPN</title>
	<atom:link href="http://globalconfig.net/category/studies-in-vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalconfig.net</link>
	<description>Studying for Network Certifications</description>
	<lastBuildDate>Sat, 24 Dec 2011 02:07:50 +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>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</title>
		<link>http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/</link>
		<comments>http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 12:00:25 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[aggressive mode]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[ikev1]]></category>
		<category><![CDATA[main mode]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=2075</guid>
		<description><![CDATA[The question often comes up regarding the differences between IKE aggressive mode and IKE main mode. The answer is pretty simple. In this post we break down IKEv1 aggressive mode and main mode differences and provide a recommendation based on using the more scalable and more secure solution. The Breakdown Aggressive mode requires two exchanges [...]]]></description>
			<content:encoded><![CDATA[<p>The question often comes up regarding the differences between IKE aggressive mode and IKE main mode.  The answer is pretty simple.  In this post we break down IKEv1 aggressive mode and main mode differences and provide a recommendation based on using the more scalable and more secure solution.
<H2>The Breakdown</h2>
Aggressive mode requires two exchanges totaling three messages whereas Main mode requires three exchanges totaling six messages.  If you&#8217;re wondering what the difference is, or why you would even care, it all boils down to the level of security you desire.  While the two offer the same services its Main mode that protects the identity of the communicating parties.  Aggressive mode does not provide protection for the communicating parties.  This means that the peers have to exchange information prior to establishing a secure SA.<br />
In the end, Main mode is slower because of the more lengthy exchange.  But alas, it is more secure.<br />
<H2>What Should I Do?</h2>
You may wish to disable IKEv1 aggressive mode.  If you do there is something else to consider.  If using a Cisco IPsec VPN Client you will no longer be able to authenticate using pre-shared keys.  So, if you don&#8217;t mind using digital certificates then go for it.</p>

<p>To disable IKEv1 aggressive mode you will need to type the following:
<pre>crypto ikev1 am-disable</pre></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/' title='New Video: Comparing Crypto Maps and VTI’s Part 2'>New Video: Comparing Crypto Maps and VTI’s Part 2</a></li><li><a href='http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/' title='New Video: Comparing Crypto Maps and VTI&#8217;s Part 1'>New Video: Comparing Crypto Maps and VTI&#8217;s Part 1</a></li><li><a href='http://globalconfig.net/security/firewalls/configuring-etherchannel-on-cisco-asa-8-4/' title='Configuring Etherchannel on Cisco ASA 8.4'>Configuring Etherchannel on Cisco ASA 8.4</a></li><li><a href='http://globalconfig.net/security/bypassing-nat-on-cisco-asa-8-2/' title='Bypassing NAT on Cisco ASA 8.2'>Bypassing NAT on Cisco ASA 8.2</a></li><li><a href='http://globalconfig.net/security/configuring-site-to-site-ipsec-for-ipv6-using-static-vti/' title='Configuring Site-to-Site IPsec for IPv6 using Static VTI'>Configuring Site-to-Site IPsec for IPv6 using Static VTI</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Video: Comparing Crypto Maps and VTI’s Part 2</title>
		<link>http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/</link>
		<comments>http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 20:44:44 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[static vti]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[vti]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=2013</guid>
		<description><![CDATA[In this video I show the configuration of a site-to-site IPsec VPN using static VTI interfaces. I really like using this method because its very straight forward in my eyes. You dont have to use ACL&#8217;s to define what gets encrypted but you can use them to filter what goes across the tunnel. Find more [...]]]></description>
			<content:encoded><![CDATA[<p>In this video I show the configuration of a site-to-site IPsec VPN using static VTI interfaces.  I really like using this method because its very straight forward in my eyes.  You dont have to use ACL&#8217;s to define what gets encrypted but you can use them to filter what goes across the tunnel.  Find more information on VTI interface at <a href="http://www.cisco.com/en/US/docs/ios/sec_secure_connectivity/configuration/guide/sec_ipsec_virt_tunnl_ps6441_TSD_Products_Configuration_Guide_Chapter.html">Cisco.com in the 12.4T documentation</a></p>

<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/ESrA2TAtcnI?hd=1" frameborder="0" allowfullscreen></iframe>

<p><br /></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/' title='IKEv1 Aggressive Mode vs. IKEv1 Main Mode'>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</a></li><li><a href='http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/' title='New Video: Comparing Crypto Maps and VTI&#8217;s Part 1'>New Video: Comparing Crypto Maps and VTI&#8217;s Part 1</a></li><li><a href='http://globalconfig.net/security/configuring-site-to-site-ipsec-for-ipv6-using-static-vti/' title='Configuring Site-to-Site IPsec for IPv6 using Static VTI'>Configuring Site-to-Site IPsec for IPv6 using Static VTI</a></li><li><a href='http://globalconfig.net/security/configuring-ssl-vpn-with-full-tunnel-access-on-cisco-asa-8-2/' title='Configuring SSL VPN with Full Tunnel Access on Cisco ASA 8.2 Part 1'>Configuring SSL VPN with Full Tunnel Access on Cisco ASA 8.2 Part 1</a></li><li><a href='http://globalconfig.net/ccie-security/studies-in-vpn-part-3/' title='Studies in VPN: Part 3'>Studies in VPN: Part 3</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Video: Comparing Crypto Maps and VTI&#8217;s Part 1</title>
		<link>http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/</link>
		<comments>http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 19:02:54 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Routing and Switching]]></category>
		<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[Crypto]]></category>
		<category><![CDATA[Crypto Maps]]></category>
		<category><![CDATA[IOS VPN]]></category>
		<category><![CDATA[Static Crypto Maps]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=1993</guid>
		<description><![CDATA[I&#8217;m trying something new here.  I seem to do that alot!  Let me explain why.  Basically it takes to long to type up a full post and worry about all the screenshots and command line snippets to be able to get you good content quickly.  And the since the members area of Global Config is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying something new here.  I seem to do that alot!  Let me explain why.  Basically it takes to long to type up a full post and worry about all the screenshots and command line snippets to be able to get you good content quickly.  And the since the members area of Global Config is video focused I have gotten quite a bit faster at creating videos and editing them.  So, here is the first of what I hope will become a number of video tutorials.</p>

<p>This one covers Crypto Map configurations for a site-to-site VPN between two routers.  In the second video I&#8217;ll cover the VTI configuration for comparison.</p>

<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/sFhiR-vLpw4?hd=1" frameborder="0" allowfullscreen></iframe>

<p><br />
<br />
<strong>Useful Links:</strong><br />
<a href="http://members.globalconfig.net/sign-up">Become a Member</a><br />
<a href="http://www.cisco.com/en/US/docs/ios/sec_secure_connectivity/configuration/guide/sec_cfg_vpn_ipsec_ps6441_TSD_Products_Configuration_Guide_Chapter.html#wp1047631">How to Configure IPSec VPN&#8217;s (Cisco.com)</a>
<br />
<br /></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/ccie-security/last-day-to-enroll-in-6-week-ccie-security-evening-class/' title='Last Day to Enroll in 6-Week CCIE Security Evening Class.'>Last Day to Enroll in 6-Week CCIE Security Evening Class.</a></li><li><a href='http://globalconfig.net/ccie-security/ccie-security-bootcamp-topology/' title='CCIE Security Bootcamp Topology'>CCIE Security Bootcamp Topology</a></li><li><a href='http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/' title='IKEv1 Aggressive Mode vs. IKEv1 Main Mode'>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</a></li><li><a href='http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/' title='New Video: Comparing Crypto Maps and VTI’s Part 2'>New Video: Comparing Crypto Maps and VTI’s Part 2</a></li><li><a href='http://globalconfig.net/security/bypassing-nat-on-cisco-asa-8-2/' title='Bypassing NAT on Cisco ASA 8.2'>Bypassing NAT on Cisco ASA 8.2</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring SSL VPN with Full Tunnel Access on Cisco ASA 8.2 Part 1</title>
		<link>http://globalconfig.net/security/configuring-ssl-vpn-with-full-tunnel-access-on-cisco-asa-8-2/</link>
		<comments>http://globalconfig.net/security/configuring-ssl-vpn-with-full-tunnel-access-on-cisco-asa-8-2/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 17:16:18 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[Cisco ASA]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[AnyConnect]]></category>
		<category><![CDATA[ASA 8.2]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=1267</guid>
		<description><![CDATA[This is a short excerpt from a lesson I taught on SSL VPNs usin ASA 8.2 and the Any Connect Client.  This is Part 1.  Watch for Part 2 in the next day or so. Happy Labbing! Related Posts: IKEv1 Aggressive Mode vs. IKEv1 Main ModeNew Video: Comparing Crypto Maps and VTI’s Part 2New Video: [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short excerpt from a lesson I taught on SSL VPNs usin ASA 8.2 and the Any Connect Client.  This is Part 1.  Watch for Part 2 in the next day or so.</p>

<p><object width="380" height="200"><param name="movie" value="http://www.youtube.com/v/qp4Sk-JSKTk?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qp4Sk-JSKTk?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="380" height="200"></embed></object></p>

<p>Happy Labbing!</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/' title='IKEv1 Aggressive Mode vs. IKEv1 Main Mode'>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</a></li><li><a href='http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/' title='New Video: Comparing Crypto Maps and VTI’s Part 2'>New Video: Comparing Crypto Maps and VTI’s Part 2</a></li><li><a href='http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/' title='New Video: Comparing Crypto Maps and VTI&#8217;s Part 1'>New Video: Comparing Crypto Maps and VTI&#8217;s Part 1</a></li><li><a href='http://globalconfig.net/security/configuring-site-to-site-ipsec-for-ipv6-using-static-vti/' title='Configuring Site-to-Site IPsec for IPv6 using Static VTI'>Configuring Site-to-Site IPsec for IPv6 using Static VTI</a></li><li><a href='http://globalconfig.net/security/firewalls/destination-nat-on-cisco-asa-8-2/' title='Destination NAT on Cisco ASA 8.2'>Destination NAT on Cisco ASA 8.2</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/security/configuring-ssl-vpn-with-full-tunnel-access-on-cisco-asa-8-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VPN3k CLI only</title>
		<link>http://globalconfig.net/ccie-security/vpn3k-cli-only/</link>
		<comments>http://globalconfig.net/ccie-security/vpn3k-cli-only/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 07:54:59 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[IE Labs]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[VPN3k]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=611</guid>
		<description><![CDATA[It is possible to configure a L2L session on a VPN3k using CLI only.  It is a completley different configuration.  Here is the summation of it: Create an SA Create inbound and Outbound rules for the hosts to be encrypted. Apply the rules to the public filter with the action of &#8220;Apply IPSec&#8221; and attach [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible to configure a L2L session on a VPN3k using CLI only.  It is a completley different configuration.  Here is the summation of it:</p>

<ol>
    <li>Create an SA</li>
    <li>Create inbound and Outbound rules for the hosts to be encrypted.</li>
    <li>Apply the rules to the public filter with the action of &#8220;Apply IPSec&#8221; and attach the Security Association.</li>
    <li>Create a group with the preshared key.</li>
    <li>Set it to type L2L.</li>
</ol>

<p>Now it seems like a short list but jumping around in the CLI menus makes it tough.
<pre>TIP:</p>

<p>When you are looking at the public filter you want to see the
IPSec Rules applied with the Security Association Attached.</pre></p>

<div class="thumbnail"><a href="http://skitch.com/brandoncarroll/69pp/picture-1"><img src="http://img.skitch.com/20081219-1fkr4rdukt6jd7gxqkgp7g1sjg.preview.jpg" alt="Picture 1" width="471" height="109" /></a>
<span style="font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080">Uploaded with <a href="http://plasq.com/">plasq</a>&#8216;s <a href="http://skitch.com">Skitch</a>!</span></div>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/vpn3k-cli-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studies in VPN: Part 3</title>
		<link>http://globalconfig.net/ccie-security/studies-in-vpn-part-3/</link>
		<comments>http://globalconfig.net/ccie-security/studies-in-vpn-part-3/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:00:07 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[IE Labs]]></category>
		<category><![CDATA[Studies In VPN]]></category>
		<category><![CDATA[Dynamic crypto map]]></category>
		<category><![CDATA[Pre-shared-keys]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=462</guid>
		<description><![CDATA[IOS Lan-to-Lan with PSK through an ASA. ***The Catch: Nat configured and Dynamic Crypto Maps configured. Uploaded with plasq&#8216;s Skitch! I ran into an Intersting situation: r1#sh cry map Crypto Map "vpn" 10 ipsec-isakmp Peer = 136.5.122.2 Extended IP access list r1tor2 access-list r1tor2 permit ip 150.1.1.0 0.0.0.255 150.2.2.0 0.0.0.255 Current peer: 136.5.122.2 Security association [...]]]></description>
			<content:encoded><![CDATA[<p>IOS Lan-to-Lan with PSK through an ASA.
***The Catch: Nat configured and Dynamic Crypto Maps configured.</p>

<div class="thumbnail"><a href="http://skitch.com/brandoncarroll/3q8j/picture-8"><img src="http://img.skitch.com/20081024-eehxcyhs76wtnbs7fwxk214tim.preview.jpg" alt="Picture 8" /></a>
<span style="font-size: 10px; font-family: Lucida Grande,Trebuchet,sans-serif,Helvetica,Arial; color: #808080;">Uploaded with <a href="http://plasq.com/">plasq</a>&#8216;s <a href="http://skitch.com">Skitch</a>!</span></div>

<p><strong>
I ran into an Intersting situation:</strong>
<pre><code>r1#sh cry map
Crypto Map "vpn" 10 ipsec-isakmp
    Peer = 136.5.122.2
    Extended IP access list r1tor2
        access-list r1tor2 permit ip 150.1.1.0 0.0.0.255 150.2.2.0 0.0.0.255
    Current peer: 136.5.122.2
    Security association lifetime: 4608000 kilobytes/3600 seconds
    PFS (Y/N): N
    Transform sets={
        3des-esp,
    }
    Interfaces using crypto map vpn:
        FastEthernet0/0</code></pre>
<strong>Pings fail:</strong>
<pre><code>r1#ping 150.2.2.2 source l0</p>

<p>Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.2.2.2, timeout is 2 seconds:
Packet sent with a source address of 150.1.1.1
.....
Success rate is 0 percent (0/5)</code></pre>
<strong>But it looks like its working based on the stats:</strong>
<pre><code>local  ident (addr/mask/prot/port): (150.1.1.0/255.255.255.0/0/0)
   remote ident (addr/mask/prot/port): (150.2.2.0/255.255.255.0/0/0)
   current_peer: 136.5.122.2:4500
     PERMIT, flags={origin_is_acl,}
    #pkts encaps: 29, #pkts encrypt: 29, #pkts digest 29
    #pkts decaps: 19, #pkts decrypt: 19, #pkts verify 19
    #pkts compressed: 0, #pkts decompressed: 0
    #pkts not compressed: 0, #pkts compr. failed: 0
    #pkts not decompressed: 0, #pkts decompress failed: 0
    #send errors 1, #recv errors 0</p>

<pre><code> local crypto endpt.: 136.5.121.1, remote crypto endpt.: 136.5.122.2
 path mtu 1500, media mtu 1500
 current outbound spi: 674293ED

 inbound esp sas:
  spi: 0xBD012AAD(3170970285)
    transform: esp-3des esp-md5-hmac ,
    in use settings ={Tunnel UDP-Encaps, }
    slot: 0, conn id: 2000, flow_id: 1, crypto map: vpn
    sa timing: remaining key lifetime (k/sec): (4590553/3219)
    IV size: 8 bytes
    replay detection support: Y

 inbound ah sas:

 inbound pcp sas:

 outbound esp sas:
  spi: 0x674293ED(1732416493)
    transform: esp-3des esp-md5-hmac ,
    in use settings ={Tunnel UDP-Encaps, }
    slot: 0, conn id: 2001, flow_id: 2, crypto map: vpn
    sa timing: remaining key lifetime (k/sec): (4590551/3219)
    IV size: 8 bytes
    replay detection support: Y

 outbound ah sas:

 outbound pcp sas:
</code></pre>

<p>r1#</code></pre>
<strong>A little tweaking on the ASA, clear the ASA and try again:</strong>
<pre><code>r1#clear cry sa
r1#
r1#
r1#sh cry isa sa
dst             src             state          conn-id slot
136.5.122.2     136.5.121.1     MM_NO_STATE          1    0 (deleted)</p>

<p>r1#ping 150.2.2.2 source l0</p>

<p>Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.2.2.2, timeout is 2 seconds:
Packet sent with a source address of 150.1.1.1
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 8/9/12 ms
r1#sh cry isa sa
dst             src             state          conn-id slot
136.5.122.2     136.5.121.1     QM_IDLE              2    0
136.5.122.2     136.5.121.1     MM_NO_STATE          1    0 (deleted)</p>

<p>r1#</code></pre>
So what was the problem?  Access-list on the ACL didn&#8217;t allow NAT-T.</p>

<p>On another note the interesting thing about this configuration is that you have to initiate the connection from the inside since R2 is using a dynamic crypto map.</p>

<p><a href="http://globalconfig.net/wp-content/uploads/2008/10/studies-vpn-3.zip">Final Configs</a> (zipped)</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/' title='IKEv1 Aggressive Mode vs. IKEv1 Main Mode'>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</a></li><li><a href='http://globalconfig.net/ccie-security/new-video-comparing-crypto-maps-and-vti%e2%80%99s-part-2/' title='New Video: Comparing Crypto Maps and VTI’s Part 2'>New Video: Comparing Crypto Maps and VTI’s Part 2</a></li><li><a href='http://globalconfig.net/general/new-video-comparing-crypto-maps-and-vtis-part-1/' title='New Video: Comparing Crypto Maps and VTI&#8217;s Part 1'>New Video: Comparing Crypto Maps and VTI&#8217;s Part 1</a></li><li><a href='http://globalconfig.net/security/configuring-site-to-site-ipsec-for-ipv6-using-static-vti/' title='Configuring Site-to-Site IPsec for IPv6 using Static VTI'>Configuring Site-to-Site IPsec for IPv6 using Static VTI</a></li><li><a href='http://globalconfig.net/security/configuring-ssl-vpn-with-full-tunnel-access-on-cisco-asa-8-2/' title='Configuring SSL VPN with Full Tunnel Access on Cisco ASA 8.2 Part 1'>Configuring SSL VPN with Full Tunnel Access on Cisco ASA 8.2 Part 1</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/studies-in-vpn-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studies in VPN: Part 2</title>
		<link>http://globalconfig.net/ccie-security/studies-in-vpn-part-2/</link>
		<comments>http://globalconfig.net/ccie-security/studies-in-vpn-part-2/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 05:44:22 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[IE Labs]]></category>
		<category><![CDATA[Studies In VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=445</guid>
		<description><![CDATA[IOS to IOS with PSK thru an ASA without NAT The topology: Uploaded with plasq&#8216;s Skitch! Allow ESP and ISAKMP thru the ASA: ciscoasa(config-router)# conf t ciscoasa(config)# access-l outside_in permit esp any any ciscoasa(config)# access-l outside_in permit udp any any eq isakmp ciscoasa(config)# access-g outside_in in int outside ciscoasa(config)# Over on R2 I create a [...]]]></description>
			<content:encoded><![CDATA[<h1>IOS to IOS with PSK thru an ASA without NAT</h1>

<p>The topology:</p>

<div class="thumbnail"><a href="http://skitch.com/brandoncarroll/3q8j/picture-8"><img src="http://img.skitch.com/20081023-eehxcyhs76wtnbs7fwxk214tim.preview.jpg" alt="Picture 8" /></a><br /><span style="font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080">Uploaded with <a href="http://plasq.com/">plasq</a>&#8216;s <a href="http://skitch.com">Skitch</a>!</span></div>

<p>Allow ESP and ISAKMP thru the ASA:
<pre><code>ciscoasa(config-router)# conf t
ciscoasa(config)# access-l outside_in permit esp any any
ciscoasa(config)# access-l outside_in permit udp any any eq isakmp
ciscoasa(config)# access-g outside_in in int outside
ciscoasa(config)#</code></pre>
Over on R2 I create a loopback to encrypt traffic to R1:
<pre><code>r2(config)#int lo0
r2(config-if)#ip add 150.1.2.2 255.255.255.0
r2(config-if)#</code></pre>
Next create and isakmp policy:</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/studies-in-vpn-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studies in VPN: Part 1</title>
		<link>http://globalconfig.net/ccie-security/studies-in-vpn-notes-for-my-ccie-study/</link>
		<comments>http://globalconfig.net/ccie-security/studies-in-vpn-notes-for-my-ccie-study/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:31:58 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[IPExpert Labs]]></category>
		<category><![CDATA[Studies In VPN]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=437</guid>
		<description><![CDATA[DISCLAIMER*** The first note I want to make as regards to the VPN topics that I will be blogging is that these are actually my personal notes from Internetwork Experts Volume 1 and 2 Lab Guide and the IPexpert Security Lab Workbook. There are a few topologies that I will be exploring, and I dont [...]]]></description>
			<content:encoded><![CDATA[<p>DISCLAIMER***</p>

<p>The first note I want to make as regards to the VPN topics that I will be blogging is that these are actually my personal notes from Internetwork Experts Volume 1 and 2 Lab Guide and the IPexpert Security Lab Workbook.  There are a few topologies that I will be exploring, and I dont plan on taking you through each step of the Lab guide, rather I will be making notes on the tangents I take.  If you want to do their labs dont rely on these posts, go buy their workbooks.  Its worth every penny.</p>

<p><strong>Site-to-Site between routers with a PIX in the middle</strong></p>

<p><em>The First VPN configuration is based on one of the IPexpert Security Workbook Labs.  It requires that I configure a VPN between two routers, with the VPN traffic passing through a PIX.</em></p>

<p><em>The first step was to load the default configs.  There were no default for the switches so I had to create them on the fly.  You can find the initial configurations here:</em></p>

<p>Switch1
Switch2
R1
R2
R4
R5
PIX</p>

<p>The next step was to statically map R5 and make sure that IPSec traffic could pass thru the PIX:</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/studies-in-vpn-notes-for-my-ccie-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

