<?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>Guru dell&#039;Eccelso Picco &#187; Networking</title>
	<atom:link href="http://blog.gurudelleccelsopicco.org/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gurudelleccelsopicco.org</link>
	<description>Things should be as simple as possible, but not simpler. 		-- Albert Einstein</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HOWTO Configure an IPSec VPN between a Juniper Netscreen firewall and a Cisco ASA device</title>
		<link>http://blog.gurudelleccelsopicco.org/2010/08/howto-configure-an-ipsec-vpn-between-a-juniper-netscreen-firewall-and-a-cisco-asa-device/</link>
		<comments>http://blog.gurudelleccelsopicco.org/2010/08/howto-configure-an-ipsec-vpn-between-a-juniper-netscreen-firewall-and-a-cisco-asa-device/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:10:00 +0000</pubDate>
		<dc:creator>Luca Maranzano</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco asa]]></category>
		<category><![CDATA[ipsec vpn]]></category>
		<category><![CDATA[juniper netscreen]]></category>
		<category><![CDATA[screenos]]></category>

		<guid isPermaLink="false">http://blog.gurudelleccelsopicco.org/?p=153</guid>
		<description><![CDATA[<p>Last week I got some fun configuring an IPSec VPN Lan-to-Lan between a Juniper Netscreen firewall and a Cisco ASA of a customer; in my past experience I&#8217;ve configured almost any kind of VPN, but this combination was still missing  .</p>
<p>The process has been quite straightforward on the (our) Juniper side, the device is [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I got some fun configuring an IPSec VPN Lan-to-Lan between a Juniper Netscreen firewall and a Cisco ASA of a customer; in my past experience I&#8217;ve configured almost any kind of VPN, but this combination was still missing <img src='http://blog.gurudelleccelsopicco.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>The process has been quite straightforward on the (our) Juniper side, the device is a SSG-320M with ScreenOS 6.2. Unlike other devices (Nortel, Cisco) the ScreenOS supports 2 kinds of VPN: Policy based and route based.</p>
<p>I was able to use the Policy based mode and the device on the other side is a Cisco ASA5540 managed by a smart network guy.</p>
<p>The steps have been basically the following:</p>
<ul>
<li>An accurate plan of the network addresses involved by the two encryption domains; as an additional difficulty in my setup the encryption domains have overlapping address space so I configured a virtual Linux &#8220;Nat Box&#8221; to manage the NAT on my side with the excellent <a href="http://www.shorewall.net/" target="_blank">Shorewall</a> package</li>
<li>The definition of the Address Lists on the ScreenOS, binded to the right zones (Trust/Untrust/other)</li>
<li>The definition of the Gateway with a static IP and the pre-shared key. Be careful in the definition the Phase1 parameters, they have to match precisely on both sides</li>
<li>The definition of a VPN AutoKey IKE: again, be careful in the definition of the Phase2 parameters and enable the Reply Protection.</li>
<li>The definition of the Policies between the Network objects involved in the VPN; it was mandatory to flag the &#8220;Position at top&#8221; and &#8220;Modify matching bidirectional VPN policy&#8221;</li>
</ul>
<p>The most important thing in these situations is to have some handful commands to efficiently debug the VPN during the phase 1 and 2. Here I&#8217;ll summarize some of them, at the CLI level on the ScreenOS:</p>
<pre>fw&gt; debug ike detail                   #enable debug ike
fw&gt; get dbuf stream                    #show the debug messages in the buffer
fw&gt; undebug all                        #disable all debug
fw&gt; clear dbuf                         #clear the buffer
fw&gt; get config | include ike           #show the ike relevant config statements
fw&gt; set ike accept-all-proposal        #try this to check the other side proposals
fw&gt; clear ike-cookie all               #clear IKE cookie for all VPN
fw&gt; get sa active                      #show the active SAs
fw&gt; get sa id &lt;ID&gt;                     #show the SA details with network details
fw&gt; get sa stat                        #show traffic with pkt IN/OUT counters</pre>
<p>Some useful links for this kind of tasks:<br />
<a title="Configuring or Troubleshooting a Juniper VPN" href="http://kb.juniper.net/kb/documents/public/resolution_path/J_FW_VPN_Config_or_Trblsh.htm" target="_blank">Configuring or Troubleshooting a Juniper Firewall VPN</a> (Juniper KB)<br />
<a href=" http://www.corelan.be:8800/index.php/2008/06/25/building-ipsec-vpn-with-juniper-netscreen-screenos-cjfv/" target="_blank">Building IPSEC VPN with Juniper Netscreen ScreenOS</a><br />
<a href="http://www.corelan.be:8800/index.php/2007/11/17/juniper-setting-up-an-ipsec-vpn-tunnel-between-a-juniper-netscreen-firewallvpn-device-and-a-cisco-vpn-device/" target="_blank">Setting up an IPSEC VPN Tunnel betweek a Juniper Netscreen and a Cisco VPN device</a></p>
<p>((enjoy))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gurudelleccelsopicco.org/2010/08/howto-configure-an-ipsec-vpn-between-a-juniper-netscreen-firewall-and-a-cisco-asa-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IEEE 802.21: Media-Independent Handover Services</title>
		<link>http://blog.gurudelleccelsopicco.org/2009/07/ieee-802-21-media-independent-handover-services/</link>
		<comments>http://blog.gurudelleccelsopicco.org/2009/07/ieee-802-21-media-independent-handover-services/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 20:57:35 +0000</pubDate>
		<dc:creator>Luca Maranzano</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[IEEE 802.21]]></category>
		<category><![CDATA[Media-Independent Handover Services]]></category>
		<category><![CDATA[Mobile Computing]]></category>

		<guid isPermaLink="false">http://gurudelleccelsopicco.wordpress.com/?p=80</guid>
		<description><![CDATA[<p>The IEEE 802.21 working group (see www.ieee802.org/21) recently finalized the first standard for dealing with handovers in heterogeneous networks, also called Media-Independent Handovers (MIH). The standard is expected to allow mobile users (and operators) to take full advantage of overlapping and diverse access networks. It provides a framework for efficiently discovering networks in range and [...]]]></description>
			<content:encoded><![CDATA[<p>The IEEE 802.21 working group (see <a href="http://www.ieee802.org/21">www.ieee802.org/21</a>) recently finalized the first standard for dealing with handovers in heterogeneous networks, also called <em>Media-Independent Handovers</em> (MIH). The standard is expected to allow mobile users (and operators) to take full advantage of overlapping and diverse access networks. It provides a framework for efficiently discovering networks in range and executing intelligent heterogeneous handovers, based on their respective capabilities and current link conditions.</p>
<p>An interesting primer about this can be found on the <a href="http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_12-2/122_ieee.html" target="_blank">last issue</a> of &#8220;The Internet Protocol Journal&#8221;.</p>
<p>((enjoy))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gurudelleccelsopicco.org/2009/07/ieee-802-21-media-independent-handover-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

