All of lore.kernel.org
 help / color / mirror / Atom feed
From: krn <krn@tfm.ro>
To: linux-kernel@vger.kernel.org
Subject: Kernel 2.6.11.3 / Openswan  machine freeze after establishing a connection
Date: Wed, 16 Mar 2005 13:49:31 +0200	[thread overview]
Message-ID: <42381D4B.7080707@tfm.ro> (raw)

I am trying to make an ipsec connection between 2 networks and i'm 
experiencing lots of machine freeze after establishing the connection.

Kernel 2.6.11.3  ( I also tried with 2.6.9 and got the same results )
Openswan 2.1.6 ( Also tried with 2.3.0 and got same results )


eth0:  192.168.11.1
eth1: 193.230.x.x

/etc/ipsec.conf
------------------------------------------------
version 2

config setup
   interfaces="ipsec0=eth0"
   klipsdebug=all
   plutodebug=all

conn tss-to-vpn
   type=tunnel
   authby=rsasig
   left=193.230.x.x
   leftnexthop=193.230.x.x
   leftsubnet=192.168.11.0/24
   leftcert=vpn-client-cert.pem
   right=193.231.x.x
   rightnexthop=193.231.x.x
   rightsubnet=0.0.0.0/0
   rightcert=vpn-srv-cert.pem
   auto=start
-----------------------------------------------------

/etc/ipsec.secrets contains:
-------------------------------------------------
: RSA vpn-client-priv.pem "xxxxxxxx"
--------------------------------------------------
The strange part is that the main vpn server works as expected and that 
never hanged . Only the machine with the above config .



If i press alt-sysreq-p after hang i get this:

Pid: 0 , comm:         swapper
EIP: 0060:[<c0432075>]    CPU:0
EIP is at  _spin_lock_irqsave+0x65/0x80
EFLAGS: 00000202    Not tainted ( 2.6.11.3-test-2tfm)
EAX:00000001 EBX:dace4e0c  ECX:00000403 EDX:00000001
ESI:c05cd000 EDI:db356f3c  EBP: c05cdd50 DS: 007b ES: 007b
CR0: 8005003b CR2: 080d30ec CR3: 1fe3f500 CR4: 000006e0


Anyone have an ideea why it behave like this and how i can fix it ?

Best regards,
Mihai Moldovanu


                 reply	other threads:[~2005-03-16 11:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42381D4B.7080707@tfm.ro \
    --to=krn@tfm.ro \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.