1esp from 1.1.1.1 to 2.2.2.2 spi 0x1eadbeef:0xbeef1ead \ 2 authkey file "DIR/ak256:DIR/ak256" \ 3 enckey file "DIR/ek128:DIR/ek128" 4esp from 1.1.1.2 to 2.2.2.2 spi 0x2eadbeef:0xbeef2ead auth hmac-sha1 \ 5 enc 3des-cbc \ 6 authkey file "DIR/ak160:DIR/ak160" \ 7 enckey file "DIR/ek192:DIR/ek192" 8esp from 1.1.1.3 to 2.2.2.2 spi 0x3eadbeef:0xbeef3ead auth hmac-sha1 \ 9 enc des-cbc \ 10 authkey file "DIR/ak160:DIR/ak160" \ 11 enckey file "DIR/ek64:DIR/ek64" 12esp from 1.1.1.4 to 2.2.2.2 spi 0x4eadbeef:0xbeef4ead auth hmac-sha1 \ 13 enc aes \ 14 authkey file "DIR/ak160:DIR/ak160" \ 15 enckey file "DIR/ek128:DIR/ek128" 16esp from 1.1.1.6 to 2.2.2.2 spi 0x6eadbeef:0xbeef6ead auth hmac-sha1 \ 17 enc blowfish \ 18 authkey file "DIR/ak160:DIR/ak160" \ 19 enckey file "DIR/ek160:DIR/ek160" 20esp from 1.1.1.7 to 2.2.2.2 spi 0x7eadbeef:0xbeef7ead auth hmac-sha1 \ 21 enc cast128 \ 22 authkey file "DIR/ak160:DIR/ak160" \ 23 enckey file "DIR/ek128:DIR/ek128" 24esp from 1.1.1.8 to 2.2.2.2 spi 0x8eadbeef:0xbeef8ead auth hmac-sha1 \ 25 enc null \ 26 authkey file "DIR/ak160:DIR/ak160" 27