#!/usr/sbin/setkey -f # # /etc/ipsec.conf # Automatisch verschlüsselte Verbindung im Tunnelmodus flush; spdflush; # Richtlinien zum Aufruf von Racoon spdadd 192.168.1.0/24 192.168.2.0/24 any -P out ipsec        esp/tunnel/10.0.1.5-10.0.2.5/require; spdadd 192.168.2.0/24 192.168.1.0/24 any -P in ipsec        esp/tunnel/10.0.2.5-10.0.1.5/require;