Koozali.org: home of the SME Server

starting with a vpn ipsec tunnel

Offline albatroz

  • *****
  • 159
  • +0/-0
starting with a vpn ipsec tunnel
« 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)

Offline ldkeen

  • *
  • 403
  • +0/-0
Re: starting with a vpn ipsec tunnel
« Reply #1 on: July 02, 2005, 12:46:44 AM »
Albatroz,
Quote from: "albatroz"
what does KLIPS means?

KLIPS stands for KerneL IPsec Support

Quote from: "albatroz"
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