[Openswan Users] Klips patch

sasa sasa at shoponweb.it
Tue Oct 25 18:13:56 CEST 2005


"Paul Wouters" wrote:
> If you are indeed running 2.6.11-1.35_FC3, you should 'modprobe ipsec' BEFORE starting
> openswan. Use 'lsmod' to see if the module loaded. If the module did not load, something
> is wrong on your build or your machine or your compile environment.

..now I have used a fresh installation of FC3 and then kernel 2.6.11-1.35_FC3 and all procedure for openswan & KLIPS, the situation il the follow ... on boot machine I have:

[root at test4 ~]# lsmod
Module                  Size  Used by
...
ipcomp                  7881  0
af_key                 33105  0
ipsec                 339628  0
...

..then:

[root at test4 ~]# rmmod af_key
[root at test4 ~]# rmmod esp4
[root at test4 ~]# rmmod ipcomp
[root at test4 ~]# lsmod
Module                  Size  Used by
...
ipsec                 339628  0
...

then...

[root at test4 ~]# depmod -a
[root at test4 ~]# modprobe ipsec
[root at test4 ~]# lsmod
Module                  Size  Used by
..
ipsec                 339628  0
..
[root at test4 ~]# service ipsec restart
ipsec_setup: Stopping Openswan IPsec...
ipsec_setup: Starting Openswan IPsec 2.4.0...
ipsec_setup: insmod /lib/modules/2.6.11-1.35_FC3/kernel/net/key/af_key.ko
ipsec_setup: insmod /lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/ah4.ko
ipsec_setup: FATAL: Error inserting ah4 (/lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/ah4.ko): Resource temporarily unavailable
ipsec_setup: insmod /lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/esp4.ko
ipsec_setup: FATAL: Error inserting esp4 (/lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/esp4.ko): Resource temporarily unavailable
ipsec_setup: insmod /lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/ipcomp.ko
ipsec_setup: insmod /lib/modules/2.6.11-1.35_FC3/kernel/net/ipv4/xfrm4_tunnel.ko
[root at test4 ~]# lsmod
Module                  Size  Used by
..
ipcomp                  7881  0
af_key                 33105  0
...
ipsec                 339628  0

..I can to try other ??
still thanks.

        Salvatore.


More information about the Users mailing list