<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
On Wed, 2004-12-01 at 00:50, Paul Wouters wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>On Tue, 30 Nov 2004, Albert Agusti wrote:

&gt; I'm using openswan-2.2.0 (build from source) with last NAT-T patch on
&gt; kernel 2.6 family.

the nat-t patch as supplied by us (or obtained by 'make nattpatch' is only
for use with KLIPS, not for use of the 2.6 NETKEY stack.

&gt; I've two Linux boxes behind a NAT DSL router acting as tunnel ends. One
&gt; is configured as initiator of the tunnel (auto=start) and the other as
&gt; responder (auto=add). The problem is that EVERY TIME one of the systems
&gt; (tunnel ends) reboots or issues stop/start of ipsec proces, the tunnel
&gt; negotiation blocks at Main mode in &quot;no connection has been authorized&quot;
&gt; and !! THE ONLY way I find to solve this is to stop ipsec at both ends,
&gt; start the responder and start the initiator !!

If you stop one end, a Notify/Delete message is sent by that end. Do
you receive that on the remote? Is it ignored?

Can you try 2.3.0dr4 and see if the problem remains?</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
Hello Paul, <BR>
<BR>
I've tested 2.3.0dr4. All the same :-( . After one end resets ipsec (stop/start), Initiator gets blocked in Main Mode an the Reponder shows :&quot;no connection has been authorized&quot;. I'm really desesperated. My hypotesis is now : &quot;Am I doing somethig REALLY BAD ?&quot; could you take a look at the config below ? Is there something suspicious ? <BR>
<BR>
(only rsa skyped and real IP addresses changed)<BR>
<BR>
Thanks in advance<BR>
Albert<BR>
<BR>
Here is configuration<BR>
<BR>
<B>Side A (responder) (Left=Local)</B><BR>
<BR>
config setup<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Debug-logging controls:&nbsp; &quot;none&quot; for (almost) none, &quot;all&quot; for lots.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #klipsdebug=all<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #plutodebug=all<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; myid=@santacoloma.serialnet.net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nat_traversal=yes<BR>
 <BR>
conn vpn-sc-sants<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keylife=48800<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; right=B.B.B.B<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightid=@sants.serialnet.net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightsubnet=192.168.1.64/26<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightrsasigkey=0sAQN0c4pwgS1E6aZpjgE9b3x...<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; left=192.168.3.2<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftnexthop=192.168.3.1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftid=@santacoloma.serialnet.net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftsubnet=10.10.0.0/16<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftrsasigkey=0sAQNlZppUgueMx9p1rDrhIrU2ZTqUb/Be....<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; auto=add<BR>
<BR>
<BR>
<B>Side B (initiator) (Left=Local)</B><BR>
<BR>
config setup<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Debug-logging controls:&nbsp; &quot;none&quot; for (almost) none, &quot;all&quot; for lots.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #klipsdebug=all<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #plutodebug=all<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nat_traversal=yes<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; myid=@sants.serialnet.net<BR>
 <BR>
#Definici&#243;ls extrems del tunnel de proves SantaColoma-Serveis educatius Sants<BR>
#left(sants) Sortida per ADSL 217.125.26.237 i LAN 192.168.1.64/26<BR>
#right(santaco) Sortida per ADSL 80.32.111.213 i LAN 10.10.0.0/16<BR>
 <BR>
conn vpn-sc-sants<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keylife=48800<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; left=192.168.5.2<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftnexthop=192.168.5.1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftid=@sants.serialnet.net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftsubnet=192.168.1.64/26<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftrsasigkey=0sAQN0c4pwgS1E6aZpjgE9....<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; right=A.A.A.A<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightid=@santacoloma.serialnet.net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightsubnet=10.10.0.0/16<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightrsasigkey=0sAQNlZppUgueMx9p1rDrhIrU2ZTqUb/Beh0jSWk...<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; auto=start<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>