21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
|
#!/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;
|
||
|
#
|