<?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>sheenaustin.com &#187; Networking</title>
	<atom:link href="http://www.sheenaustin.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheenaustin.com</link>
	<description>all in a day&#039;s work</description>
	<lastBuildDate>Fri, 06 Apr 2012 12:53:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>IPSec Tunnel Netscreen (Juniper) and Cisco ASA</title>
		<link>http://www.sheenaustin.com/2009/07/13/ipsec-tunnel-netscreen-juniper-and-cisco-asa/</link>
		<comments>http://www.sheenaustin.com/2009/07/13/ipsec-tunnel-netscreen-juniper-and-cisco-asa/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 02:26:02 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[Netscreen]]></category>
		<category><![CDATA[Tunnel]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/07/13/ipsec-tunnel-netscreen-juniper-and-cisco-asa/</guid>
		<description><![CDATA[I recently had to setup an IPSec Tunnel between a Netscreen (Juniper SSG5) and a Cisco router running ASA code. There were numerous problems that I came across when deciding on a workable Phase2 proposal. Eventually I found one that worked and am writing this post as a reference for later. On the Juniper, the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to setup an IPSec Tunnel between a Netscreen (Juniper SSG5) and a Cisco router running ASA code. There were numerous problems that I came across when deciding on a workable Phase2 proposal. Eventually I found one that worked and am writing this post as a reference for later.</p>
<p>On the Juniper, the salient configuration points are:</p>
<ol>
<li>Ensure that there is a Proxy ID defined.</li>
<li>Ensure that there is a policy for every proxy ID defined.</li>
<li>Ensure that the Phase2 proposal is pre-g2-3des-md5</li>
</ol>
<p>On the ASA, the cryptomap should look something like this:<br />
<code>crypto map xohm 3 ipsec-isakmp<br />
set peer &lt;peer ip&gt;<br />
set security-association lifetime seconds 28800<br />
set transform-set &lt;set name&gt;<br />
set pfs group2<br />
match address &lt;addressbook entry&gt;<br />
crypto ipsec transform-set &lt;set name&gt; esp-3des esp-md5-hmac</code></p>
<p>The tunnel should just start working when you start sending traffic after this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/07/13/ipsec-tunnel-netscreen-juniper-and-cisco-asa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

