ipsec errors

Forum Index » Forums » Applications
Author Message
Joined: May 26, 2008
Posts: 19
Other Topics
Posted Aug 27, 2008 at 2:58:04 PM
Subject: ipsec errors
hi forum, i have been trying to install openswan in two lan linux computers for testing before its deployed on several servers. i yum installed ipsec in a fedora 8 computer and on running ipsec verify apparently everything was ok when i tried to restart ipsec it reported an ipsec_setup error [code=xml] ipsec_setup: ERROR: Module xfrm6_tunnel is in use by ipcomp6 [/code] but ipsec seemed to restart w/o issiues but whenever i try to add or initiate a connection using it brings up the following error [code=xml] ignoring message from whack with bad magic 1869114144; should be 1869114150; Mismatched versions of userland tools and KLIPS code. [/code] i installed ipsec in one computer from source which worked after a little tweaking but could not on the second so i used yum which did not exit with an error so i assume that it could be my computers configs attached is my ipsec.conf [code=xml] config setup # Debug-logging controls: "none" for (almost) none, "all" for lots. klipsdebug=none plutodebug=none myid=@sun nat_traversal=no protostack=netkey uniqueids=yes # Add connections here. conn vpn1 type=transport authby=secret keyingtries=2 left=192.168.0.99 leftid=@sun leftsubnet=192.168.0.0/24 right=192.168.0.65 rightid=@earth rightsubnet=10.0.0.0/24 auto=add [/code]
Back to top Profile Email Website
hailer
Joined May 26, 2008
Posts: 19

Other Topics
Posted: Aug 27, 2008 3:37:58 PM
any help will be greatly appreciated.
Back to top Profile Email Website
Shashank Sharma
Joined Jan 01, 1970
Posts: 1657
Location:New Delhi, India

Other Topics
Posted: Sep 03, 2008 12:47:45 PM
Try here: http://lists.openswan.org/mailman/listinfo/ http://www.ipsec-howto.org/t1.html

Coauthor of Beginning Fedora: From Novice to Professional published by Apress.

Please follow the Forum Guidelines

Back to top Profile Email Website Yahoo!
Forum Index » Forums » Applications