Hi,
here comes an update what happened so far:
1. added various routes to the new gateway with no success.
2. found a tool to convert encrypted passwords from any .pcf file to plain text passwords, so I can give vpnc a trial as well.
http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode
3. found an error message in /var/log/messages, which gives a hint that there is an incopatibility between the kernel 2.6.8 and the Client program
---------------------------------------------------------------------
/var/log/messages:
Dec 18 12:48:47 localhost kernel: Cisco Systems VPN Client Version 4.0.5 (Rel) kernel module loaded
Dec 18 12:49:07 localhost kernel: Badness in local_bh_enable at kernel/softirq.c:136
Dec 18 12:49:07 localhost kernel: [local_bh_enable+137/144] local_bh_enable+0x89/0x90
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271881/10427360] handle_vpnup+0x9d/0x1e0 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271272/10427360] interceptor_ioctl+0x15c/0x160 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [dev_ifsioc+884/992] dev_ifsioc+0x374/0x3e0
Dec 18 12:49:07 localhost kernel: [dev_ioctl+444/784] dev_ioctl+0x1bc/0x310
Dec 18 12:49:07 localhost kernel: [sock_ioctl+656/704] sock_ioctl+0x290/0x2c0
Dec 18 12:49:07 localhost kernel: [sys_ioctl+284/640] sys_ioctl+0x11c/0x280
Dec 18 12:49:07 localhost kernel: [syscall_call+7/11] syscall_call+0x7/0xb
Dec 18 12:49:07 localhost kernel: Badness in local_bh_enable at kernel/softirq.c:136
Dec 18 12:49:07 localhost kernel: [local_bh_enable+137/144] local_bh_enable+0x89/0x90
Dec 18 12:49:07 localhost kernel: [dev_remove_pack+15/32] dev_remove_pack+0xf/0x20
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271968/10427360] handle_vpnup+0xf4/0x1e0 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271272/10427360] interceptor_ioctl+0x15c/0x160 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [dev_ifsioc+884/992] dev_ifsioc+0x374/0x3e0
Dec 18 12:49:07 localhost kernel: [dev_ioctl+444/784] dev_ioctl+0x1bc/0x310
Dec 18 12:49:07 localhost kernel: [sock_ioctl+656/704] sock_ioctl+0x290/0x2c0
Dec 18 12:49:07 localhost kernel: [sys_ioctl+284/640] sys_ioctl+0x11c/0x280
Dec 18 12:49:07 localhost kernel: [syscall_call+7/11] syscall_call+0x7/0xb
Dec 18 12:49:07 localhost kernel: [schedule+1221/1232] schedule+0x4c5/0x4d0
Dec 18 12:49:07 localhost kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20
Dec 18 12:49:07 localhost kernel: [post_set+27/80] post_set+0x1b/0x50
Dec 18 12:49:07 localhost kernel: [wait_for_completion+120/208] wait_for_completion+0x78/0xd0
Dec 18 12:49:07 localhost kernel: [default_wake_function+0/32] default_wake_function+0x0/0x20
Dec 18 12:49:07 localhost kernel: [__kernel_text_address+46/64] __kernel_text_address+0x2e/0x40
Dec 18 12:49:07 localhost kernel: [default_wake_function+0/32] default_wake_function+0x0/0x20
Dec 18 12:49:07 localhost kernel: [show_trace+88/160] show_trace+0x58/0xa0
Dec 18 12:49:07 localhost kernel: [synchronize_kernel+50/64] synchronize_kernel+0x32/0x40
Dec 18 12:49:07 localhost kernel: [dump_stack+28/32] dump_stack+0x1c/0x20
Dec 18 12:49:07 localhost kernel: [wakeme_after_rcu+0/16] wakeme_after_rcu+0x0/0x10
Dec 18 12:49:07 localhost kernel: [dev_remove_pack+15/32] dev_remove_pack+0xf/0x20
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271968/10427360] handle_vpnup+0xf4/0x1e0 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [__crc_do_add_mount+1271272/10427360] interceptor_ioctl+0x15c/0x160 [cisco_ipsec]
Dec 18 12:49:07 localhost kernel: [dev_ifsioc+884/992] dev_ifsioc+0x374/0x3e0
Dec 18 12:49:07 localhost kernel: [dev_ioctl+444/784] dev_ioctl+0x1bc/0x310
Dec 18 12:49:07 localhost kernel: [sock_ioctl+656/704] sock_ioctl+0x290/0x2c0
Dec 18 12:49:07 localhost kernel: [sys_ioctl+284/640] sys_ioctl+0x11c/0x280
Dec 18 12:49:07 localhost kernel: [syscall_call+7/11] syscall_call+0x7/0xb
---------------------------------------------------------------------------------
I wonder why nobody is participating in this thread exept me, has nobody ever tried to use Cisco VPN Client under Linux?
Alexander