|
|
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]
|