[strongSwan] error starting ipsec on opensuse 11.3

Gary Smith gary.smith at holdstead.com
Wed Feb 23 18:04:03 CET 2011


I'm trying to follow this example http://www.strongswan.org/uml/testresults/ikev2/net2net-cert/ but I have run into a small problem on the first server when starting ipsec. I get repeated "charon: 13[NET] no socket implementation registered, receiving failed" in the log file. A search turned up a possible issue with socket_default and looking it appears that I don't have it as an option in opensuse 11.3. So I switched to socket_raw but still same error. I also removed revocation from the list (as it was in the sample but I don't have the lib). Any advice/pointers/direction?

# strongswan.conf - strongSwan configuration file
charon {
  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink updown socket_raw
  multiple_authentication = no
}
#end

ls -l /usr/lib/ipsec/plugins/
-rwxr-xr-x 1 root root 34188 Aug  2  2010 libstrongswan-aes.so
-rwxr-xr-x 1 root root  9664 Aug  2  2010 libstrongswan-agent.so
-rwxr-xr-x 1 root root  9648 Aug  2  2010 libstrongswan-attr-sql.so
-rwxr-xr-x 1 root root  9700 Aug  2  2010 libstrongswan-attr.so
-rwxr-xr-x 1 root root  9664 Aug  2  2010 libstrongswan-curl.so
-rwxr-xr-x 1 root root 30096 Aug  2  2010 libstrongswan-des.so
-rwxr-xr-x 1 root root 17912 Aug  2  2010 libstrongswan-dhcp.so
-rwxr-xr-x 1 root root  5520 Aug  2  2010 libstrongswan-dnskey.so
-rwxr-xr-x 1 root root 30484 Aug  2  2010 libstrongswan-eap-aka.so
-rwxr-xr-x 1 root root  9660 Aug  2  2010 libstrongswan-eap-gtc.so
-rwxr-xr-x 1 root root  5492 Aug  2  2010 libstrongswan-eap-identity.so
-rwxr-xr-x 1 root root  9644 Aug  2  2010 libstrongswan-eap-md5.so
-rwxr-xr-x 1 root root 22104 Aug  2  2010 libstrongswan-eap-mschapv2.so
-rwxr-xr-x 1 root root 22592 Aug  2  2010 libstrongswan-eap-radius.so
-rwxr-xr-x 1 root root  9680 Aug  2  2010 libstrongswan-farp.so
-rwxr-xr-x 1 root root  9632 Aug  2  2010 libstrongswan-fips-prf.so
-rwxr-xr-x 1 root root 30388 Aug  2  2010 libstrongswan-gcrypt.so
-rwxr-xr-x 1 root root 26196 Aug  2  2010 libstrongswan-gmp.so
-rwxr-xr-x 1 root root 38544 Aug  2  2010 libstrongswan-ha.so
-rwxr-xr-x 1 root root  9628 Aug  2  2010 libstrongswan-hmac.so
-rwxr-xr-x 1 root root 47144 Aug  2  2010 libstrongswan-kernel-netlink.so
-rwxr-xr-x 1 root root  9688 Aug  2  2010 libstrongswan-ldap.so
-rwxr-xr-x 1 root root  9672 Aug  2  2010 libstrongswan-md5.so
-rwxr-xr-x 1 root root 22172 Aug  2  2010 libstrongswan-nm.so
-rwxr-xr-x 1 root root 38980 Aug  2  2010 libstrongswan-openssl.so
-rwxr-xr-x 1 root root 17908 Aug  2  2010 libstrongswan-pem.so
-rwxr-xr-x 1 root root 18060 Aug  2  2010 libstrongswan-pgp.so
-rwxr-xr-x 1 root root 13800 Aug  2  2010 libstrongswan-pkcs1.so
-rwxr-xr-x 1 root root  5480 Aug  2  2010 libstrongswan-pubkey.so
-rwxr-xr-x 1 root root  5544 Aug  2  2010 libstrongswan-random.so
-rwxr-xr-x 1 root root  9676 Aug  2  2010 libstrongswan-resolve.so
-rwxr-xr-x 1 root root 13676 Aug  2  2010 libstrongswan-sha1.so
-rwxr-xr-x 1 root root 13708 Aug  2  2010 libstrongswan-sha2.so
-rwxr-xr-x 1 root root 13804 Aug  2  2010 libstrongswan-socket-dynamic.so
-rwxr-xr-x 1 root root 13780 Aug  2  2010 libstrongswan-socket-raw.so
-rwxr-xr-x 1 root root 21964 Aug  2  2010 libstrongswan-sql.so
-rwxr-xr-x 1 root root 71424 Aug  2  2010 libstrongswan-stroke.so
-rwxr-xr-x 1 root root  9660 Aug  2  2010 libstrongswan-updown.so
-rwxr-xr-x 1 root root 63104 Aug  2  2010 libstrongswan-x509.so
-rwxr-xr-x 1 root root  9584 Aug  2  2010 libstrongswan-xcbc.so




More information about the Users mailing list