All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] ipsec on kernel 2.6.0-test9
@ 2003-11-19 16:41 Marco Berizzi
  0 siblings, 0 replies; only message in thread
From: Marco Berizzi @ 2003-11-19 16:41 UTC (permalink / raw)
  To: lartc

Hello everybody.

I'm playing with ipsec on linux 2.6.0-test9 + ipsec-tools-0.2.2
I have a question.

I would like to implement a simple esp-tunnel with ipcomp. I have
written this:

#!/usr/local/sbin/setkey -f
flush;
spdflush;
spdadd 10.1.2.0/24 10.1.1.0/24 any -P in ipsec
esp/tunnel/172.16.1.247-172.16.1.226/require;
spdadd 10.1.1.0/24 10.1.2.0/24 any -P out ipsec
esp/tunnel/172.16.1.226-172.16.1.247/require;

This configuration establishes an ESP tunnel. How can I enable IPcomp?
PS: I'm using racoon for key management.

TIA.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-19 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 16:41 [LARTC] ipsec on kernel 2.6.0-test9 Marco Berizzi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.