Re: IPSEC FIRST LIGHT! (by non-kernel developer :-))

From: kuznet@ms2.inr.ac.ru
Date: Thu Nov 07 2002 - 14:05:43 EST


Hello!

> add 10.0.0.216 1.2.3.4 esp 34501 -E 3des-cbc "123456789012123456789012";

should read:

add 10.0.0.216 1.2.3.4 esp 34501
    -m tunnel
    -E 3des-cbc "123456789012123456789012";

KAME allows to use single SA both for transport and for tunnel,
we do not.

Actually, if you used setkey -D and setkey -DP to look at SAD/SPD,
you would notice this.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:49 EST