Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 51e478ff2c544a3dbd040d3bdc93dfe1 > files > 1

ipsec-tools-0.8.1-2.1.mga4.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;