File: ipsec-tools.conf

package info (click to toggle)
ipsec-tools 1%3A0.6.6-3.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,844 kB
  • ctags: 4,389
  • sloc: ansic: 52,142; sh: 9,008; yacc: 3,813; perl: 2,001; lex: 1,273; makefile: 267
file content (20 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/sbin/setkey -f

# NOTE: Do not use this file if you use racoon with racoon-tool
# utility. racoon-tool will setup SAs and SPDs automatically using
# /etc/racoon/racoon-tool.conf configuration.
# 

## Flush the SAD and SPD
#
# flush;
# spdflush;

## Some sample SPDs for use racoon
#
# spdadd 10.10.100.1 10.10.100.2 any -P out ipsec
#    esp/transport//require;
#                      
# spdadd 10.10.100.2 10.10.100.1 any -P in ipsec
#    esp/transport//require;
#