[Openswan Users] Segmentation fault (Openswan > Zywall 35)

Roberto Jobet roberto.jobet at gmail.com
Sun May 23 14:26:57 EDT 2010


Hi,

Local computer
Ubuntu 10.4 (Kernel 2.6.32-22)
Openswan 2.6.23
Dynamic IP

Remote firewall
Zywall 35
Fixed IP

Trying to setup a VPN tunnel from Ubuntu to Zywall. After bringing up
the tunnel, syslog shows the following error:

May 23 20:07:07 pcrobi ipsec__plutorun: /usr/lib/ipsec/_plutorun: line
232:  2431 Segmentation fault      /usr/lib/ipsec/pluto --nofork
--secretsfile /etc/ipsec.secrets --ipsecdir /etc/ipsec.d --use-netkey
--uniqueids --nat_traversal --virtual_private
%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12
May 23 20:07:07 pcrobi kernel: [ 1285.098482] __ratelimit: 9 callbacks
suppressed
May 23 20:07:07 pcrobi kernel: [ 1285.098486] pluto[2431]: segfault at
4 ip 080a5a8c sp bf978460 error 6 in pluto[8048000+f5000]
May 23 20:07:07 pcrobi ipsec__plutorun: !pluto failure!:  exited with
error status 139 (signal 11)

Here's ipsec.conf:

conn vpnoffice
        authby=secret
        pfs=no
        type=tunnel
        auth=esp
	esp=des-md5
	ike=des-md5
        aggrmode=no
        disablearrivalcheck=no
        left=10.0.1.51
        leftid=10.0.1.51
        leftsubnet=10.0.1.0/24
        leftnexthop=10.0.1.1
        right=X.X.X.X
        rightid=X.X.X.X
        rightsubnet=10.0.0.0/24
        auto=add

ipsec.secrets

10.0.1.51 X.X.X.X : PSK "XXXXXXXXXX"

Am I missing something?

Thanks for any help.

Regards,
Roberto


More information about the Users mailing list