IPSec with IPComp Tunnel Mode
2007-10-01 13:26:40 GMT
Dear all, I'm just really using linux for a while. Now I'm trying these and those in many aspects with linux especially CentOS5 . My problem is 'Is CentOS5's ipsec-tools (ipsec-tools-0.6.5-8.el5) can config to use IPComp compression with Tunnel mode?' I use 'setkey -f test.conf' command to set up SAD and SPD database on my IPv4 channel. At first, I just trying whether I can add the database like this on one side of end terminal (ip 192.168.0.99).... test.conf <<EOF flush; spdflush; add 192.168.0.99 192.168.0.218 ipcomp 1000 -m tunnel -C deflate ; add 192.168.0.218 192.168.0.99 ipcomp 1001 -m tunnel -C deflate ; spdadd 192.168.0.99 192.168.0.218 any -P out ipsec ipcomp/tunnel/192.168.0.99-192.168.0.218/use ; spdadd 192.168.0.218 192.168.0.99 any -P in ipsec ipcomp/tunnel/192.168.0.218-192.168.0.99/use ; EOF 'setkey -f test.conf' fail at both '-m tunnel' line with "The result of line 3: Invalid argument. The result of line 7: Invalid argument. " So I wonder above mentioned problem because when I test this on the other(Continue reading)
RSS Feed