<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>For the good of all of us - Cisco</title>
    <link>http://www.skytale.net/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Mon, 18 Jan 2010 11:08:14 GMT</pubDate>

    <image>
        <url>http://www.skytale.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: For the good of all of us - Cisco - </title>
        <link>http://www.skytale.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Cisco VPN debugging by crystal ball</title>
    <link>http://www.skytale.net/blog/archives/31-Cisco-VPN-debugging-by-crystal-ball.html</link>
            <category>Cisco</category>
            <category>Computer</category>
            <category>Software</category>
    
    <comments>http://www.skytale.net/blog/archives/31-Cisco-VPN-debugging-by-crystal-ball.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;In the hope that google picks this up:&lt;/p&gt;

	&lt;p&gt;The problem space is a Cisco &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt; terminating an IPSec &lt;span class=&quot;caps&quot;&gt;VPN&lt;/span&gt; tunnel with a Checkpoint firewall on the other end. The tunnel does not work (the phase 2 setup fails). The Cisco logs the following debug messages:&lt;br /&gt;
&lt;pre&gt;
ISAKMP (0): processing SA payload. message ID = 1911693629
ISAKMP : Checking IPSec proposal 1
ISAKMP: transform 1, ESP_3DES
ISAKMP:   attributes in transform:
ISAKMP:      SA life type in seconds
ISAKMP:      SA life duration (VPI) of  0x0 0x0 0xe 0x10
ISAKMP:      authenticator is HMAC-SHA
ISAKMP:      encaps is 1
ISAKMP (0): atts are acceptable.
ISAKMP : Checking IPSec proposal 1
ISAKMP (0): atts not acceptable. Next payload is 0
ISAKMP (0): SA not acceptable!
ISAKMP (0): sending NOTIFY message 14 protocol 0
return status is IKMP_ERR_NO_RETRANS
&lt;/pre&gt;&lt;/p&gt;

	&lt;p&gt;The log message above was created by an incoming proposal (the remote end proposed a connection to the Cisco &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt;). This is useless and confusing at the same time. An IPSec proposal contains a list of parameters, sent by one end of the connection, specifying the parameters it is willing to use to establish a secure connection. This proposal specifies 3DES as the encryption algorithm, &lt;span class=&quot;caps&quot;&gt;SHA&lt;/span&gt; as a hash function, and a lifetime for the connection of 3600 seconds (after which the connection has to be renegotiated).&lt;/p&gt;

	&lt;p&gt;As can be seen, the &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt; accepts this proposal (as it should), since these parameters match those configured on the &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt; for this connection. It then goes on to check the same proposal again, just to reject it this time.&lt;/p&gt;

	&lt;p&gt;The completely non-obvious solution to this is to disable compression (which the &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt; does not support) on the Checkpoint. Why the &lt;span class=&quot;caps&quot;&gt;PIX&lt;/span&gt; is unable to even give me a hexdump of the offending parameter in the proposal I&amp;#8217;ll probably never know.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 18 Jan 2010 10:37:14 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/31-guid.html</guid>
    
</item>

</channel>
</rss>