* OT - Regression: Cisco VPN module hangs 2.6.30-rcX
@ 2009-04-28 13:09 Fabio Comolli
2009-04-28 13:33 ` Éric Piel
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Fabio Comolli @ 2009-04-28 13:09 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi all.
Please forgive me if this question is considered offtopic on this
list. I'm not sure where to post it.
Anyway, I have a regression between 2.6.30-rcX and every other version
I tried with regards to Cisco proprietary cisco_ipsec.ko module.
The module compiles cleanly, loads and the VPN connection is created.
So far so good. The problem is that as soon as I send packets on the
tunnel (TCP - UDP doesn't matter, even a nslookup quesry i enough),
the system hangs without messages on console / logs. Powercycle is
needed.
Tested with 2.6.30-rc1 and 2.6.30-rc3 with same results. Last good
version is 2.6.29.2 . Arch is x86 without SMP.
The client version is the latest available to my knowledge,
vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz .
I don't know how to debug this, maybe some people from Cisco on this
list can help.
Thanks and regards,
Fabio
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: OT - Regression: Cisco VPN module hangs 2.6.30-rcX
2009-04-28 13:09 OT - Regression: Cisco VPN module hangs 2.6.30-rcX Fabio Comolli
@ 2009-04-28 13:33 ` Éric Piel
2009-04-28 13:37 ` Fabio Comolli
2009-04-28 14:17 ` Alan Cox
2009-06-12 6:37 ` Fabio Comolli
2 siblings, 1 reply; 5+ messages in thread
From: Éric Piel @ 2009-04-28 13:33 UTC (permalink / raw)
To: Fabio Comolli; +Cc: Linux Kernel Mailing List
Fabio Comolli schreef:
> Hi all.
> Please forgive me if this question is considered offtopic on this
> list. I'm not sure where to post it.
>
> Anyway, I have a regression between 2.6.30-rcX and every other version
> I tried with regards to Cisco proprietary cisco_ipsec.ko module.
>
> The module compiles cleanly, loads and the VPN connection is created.
> So far so good. The problem is that as soon as I send packets on the
> tunnel (TCP - UDP doesn't matter, even a nslookup quesry i enough),
> the system hangs without messages on console / logs. Powercycle is
> needed.
Hello,
Have you tried using vpnc [1]? Nowadays it works very well (for
connecting to cisco VPNs) and it doesn't require you to recompile
anything whenever you change of kernel. As a bonus, it's opensource ;-)
Eric
[1] http://www.unix-ag.uni-kl.de/~massar/vpnc/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OT - Regression: Cisco VPN module hangs 2.6.30-rcX
2009-04-28 13:33 ` Éric Piel
@ 2009-04-28 13:37 ` Fabio Comolli
0 siblings, 0 replies; 5+ messages in thread
From: Fabio Comolli @ 2009-04-28 13:37 UTC (permalink / raw)
To: Éric Piel; +Cc: Linux Kernel Mailing List
Hi Eric.
On Tue, Apr 28, 2009 at 3:33 PM, Éric Piel <eric.piel@tremplin-utc.net> wrote:
> Fabio Comolli schreef:
>> Hi all.
>> Please forgive me if this question is considered offtopic on this
>> list. I'm not sure where to post it.
>>
>> Anyway, I have a regression between 2.6.30-rcX and every other version
>> I tried with regards to Cisco proprietary cisco_ipsec.ko module.
>>
>> The module compiles cleanly, loads and the VPN connection is created.
>> So far so good. The problem is that as soon as I send packets on the
>> tunnel (TCP - UDP doesn't matter, even a nslookup quesry i enough),
>> the system hangs without messages on console / logs. Powercycle is
>> needed.
> Hello,
>
> Have you tried using vpnc [1]? Nowadays it works very well (for
> connecting to cisco VPNs) and it doesn't require you to recompile
> anything whenever you change of kernel. As a bonus, it's opensource ;-)
>
> Eric
>
> [1] http://www.unix-ag.uni-kl.de/~massar/vpnc/
>
Yes, I tried very hard, digging in forums, lists and so on. All without success.
Plus, I need the VPN to connect to my employer's network where the
only supported tool is the proprietary Cisco one. So no help on that
side :-(
Regards,
Fabio
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OT - Regression: Cisco VPN module hangs 2.6.30-rcX
2009-04-28 13:09 OT - Regression: Cisco VPN module hangs 2.6.30-rcX Fabio Comolli
2009-04-28 13:33 ` Éric Piel
@ 2009-04-28 14:17 ` Alan Cox
2009-06-12 6:37 ` Fabio Comolli
2 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2009-04-28 14:17 UTC (permalink / raw)
To: Fabio Comolli; +Cc: Linux Kernel Mailing List
On Tue, 28 Apr 2009 15:09:46 +0200
Fabio Comolli <fabio.comolli@gmail.com> wrote:
> Hi all.
> Please forgive me if this question is considered offtopic on this
> list. I'm not sure where to post it.
Cisco's own lists.
You can probably use openconnect instead.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OT - Regression: Cisco VPN module hangs 2.6.30-rcX
2009-04-28 13:09 OT - Regression: Cisco VPN module hangs 2.6.30-rcX Fabio Comolli
2009-04-28 13:33 ` Éric Piel
2009-04-28 14:17 ` Alan Cox
@ 2009-06-12 6:37 ` Fabio Comolli
2 siblings, 0 replies; 5+ messages in thread
From: Fabio Comolli @ 2009-06-12 6:37 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi.
Just un update: the problem is still present in vanilla 2.6.30 . Let's
hope that someone from Cisco takes care of this problem.
Fabio
On Tue, Apr 28, 2009 at 3:09 PM, Fabio Comolli<fabio.comolli@gmail.com> wrote:
> Hi all.
> Please forgive me if this question is considered offtopic on this
> list. I'm not sure where to post it.
>
> Anyway, I have a regression between 2.6.30-rcX and every other version
> I tried with regards to Cisco proprietary cisco_ipsec.ko module.
>
> The module compiles cleanly, loads and the VPN connection is created.
> So far so good. The problem is that as soon as I send packets on the
> tunnel (TCP - UDP doesn't matter, even a nslookup quesry i enough),
> the system hangs without messages on console / logs. Powercycle is
> needed.
>
> Tested with 2.6.30-rc1 and 2.6.30-rc3 with same results. Last good
> version is 2.6.29.2 . Arch is x86 without SMP.
>
> The client version is the latest available to my knowledge,
> vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz .
>
> I don't know how to debug this, maybe some people from Cisco on this
> list can help.
>
> Thanks and regards,
> Fabio
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-12 6:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-28 13:09 OT - Regression: Cisco VPN module hangs 2.6.30-rcX Fabio Comolli
2009-04-28 13:33 ` Éric Piel
2009-04-28 13:37 ` Fabio Comolli
2009-04-28 14:17 ` Alan Cox
2009-06-12 6:37 ` Fabio Comolli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®