[Openswan Users] ipsec__plutorun: Segmentation fault

Bastian Lemke bastian.lemke at gmail.com
Wed Sep 14 07:18:52 EDT 2011


Hi all,

i tried to establish a vpn connection to a juniper firewall, with the following configuration:

config setup
	nat_traversal=yes
	virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12
	oe=off
	protostack=netkey

conn test
	type=tunnel
	left=192.168.178.22
	leftid="lan at xx.yz"
	leftxauthclient=yes
	right=xx.xx.xx.xx
	rightsubnet=10.32.140.0/24
	rightxauthserver=yes
	keyingtries=0
	pfs=yes
	aggrmode=yes
	auto=add
	auth=esp
	esp=aes128-sha1-2
	ike=des-md5-2
	authby=secret

Whenever I run 'ipsec whack --name test --initiate', openswan seems to crash. The following messages are logged to syslog:

Sep 14 12:58:58 schweinshaxe kernel: [17064.515945] pluto[26885]: segfault at 4 ip 000000000046055c sp 00007fff5e0d84f0 error 6 in pluto[400000+112000]
Sep 14 12:58:58 schweinshaxe ipsec__plutorun: Segmentation fault
Sep 14 12:58:58 schweinshaxe ipsec__plutorun: !pluto failure!:  exited with error status 139 (signal 11)
Sep 14 12:58:58 schweinshaxe ipsec__plutorun: restarting IPsec after pause...

Platform info:
* ubuntu 11.04
* kernel: 2.6.38-11-generic x86_64
* openswan 1:2.6.28+dfsg-5

Can you please help me to get the connection up and running?

Regards,
Bastian


More information about the Users mailing list