blob: c0ae0dfd1f1974b7f596cf2adb9cee90aa72560b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
esp from 1.1.1.1 to 2.2.2.2 spi 0x1eadbeef:0xbeef1ead \
authkey file "DIR/ak256:DIR/ak256" \
enckey file "DIR/ek160:DIR/ek160"
esp from 1.1.1.2 to 2.2.2.2 spi 0x2eadbeef:0xbeef2ead auth hmac-sha1 \
enc 3des-cbc \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek192:DIR/ek192"
esp from 1.1.1.3 to 2.2.2.2 spi 0x3eadbeef:0xbeef3ead auth hmac-sha1 \
enc des-cbc \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek64:DIR/ek64"
esp from 1.1.1.4 to 2.2.2.2 spi 0x4eadbeef:0xbeef4ead auth hmac-sha1 \
enc aes \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek128:DIR/ek128"
esp from 1.1.1.5 to 2.2.2.2 spi 0x5eadbeef:0xbeef5ead auth hmac-sha1 \
enc aesctr \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek160:DIR/ek160"
esp from 1.1.1.6 to 2.2.2.2 spi 0x6eadbeef:0xbeef6ead auth hmac-sha1 \
enc blowfish \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek160:DIR/ek160"
esp from 1.1.1.7 to 2.2.2.2 spi 0x7eadbeef:0xbeef7ead auth hmac-sha1 \
enc cast128 \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek128:DIR/ek128"
esp from 1.1.1.8 to 2.2.2.2 spi 0x8eadbeef:0xbeef8ead auth hmac-sha1 \
enc null \
authkey file "DIR/ak160:DIR/ak160"
esp from 1.1.1.9 to 2.2.2.2 spi 0x9eadbeef:0xbeef9ead auth hmac-sha1 \
enc skipjack \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek80:DIR/ek80"
|