Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: albatroz on July 01, 2005, 09:12:29 PM
-
Recently got this contribs and installed in an SME 6.01 box...
devinfo-freeswan-1.99-8sme56.noarch.rpm
freeswan-1.99_x509_0.9.15_2.4.20_18.7-1.i386.rpm
freeswan-module-1.99_x509_0.9.15_2.4.20_18.7-1.i386.rpm
Now when I start ipsec service, I get the following error, what does KLIPS means?
[root@mail root]# service ipsec restart
ipsec_setup: Stopping FreeS/WAN IPsec...
ipsec_setup: Starting FreeS/WAN IPsec 1.99...
ipsec_setup: Using /lib/modules/2.4.20-18.7/kernel/net/ipsec/ipsec.o
ipsec_setup: WARNING: eth1 has route filtering turned on, KLIPS may not work
ipsec_setup: (/proc/sys/net/ipv4/conf/eth1/rp_filter = 1', should be 0)
-
Albatroz,
what does KLIPS means?
KLIPS stands for KerneL IPsec Support
I get the following error
ipsec_setup: (/proc/sys/net/ipv4/conf/eth1/rp_filter = 1', should be 0)
Check out the following thread, it has instructions regarding this problem but basically:
echo "0" > /proc/sys/net/ipv4/conf/eth1/rp_filter
should fix the problem.
http://forums.contribs.org/index.php?topic=8658.msg32470#msg32470
Regards Lloyd