Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 7f2f745c7e8907c8c9f0a01078f36c0f > files > 1

ipsec-tools-0.7.3-5.x86_64.rpm

#!/usr/sbin/setkey -f
#
# File /etc/ipsec.conf

# delete the SAD and SPD
flush;
spdflush;

# Define here your security policies

# Example
# ipsec between two machines: 192.168.1.10 and 192.168.1.20
#
# spdadd 192.168.1.10 192.168.1.20 any -P in ipsec
#       esp/transport//require
#       ah/transport//require;
#
# spdadd 192.168.1.20 192.168.1.10 any -P out ipsec
#       esp/transport//require
#       ah/transport//require;