version 2.0
config setup
        interfaces=%defaultroute
        klipsdebug=none
        plutodebug=none
        forwardcontrol=yes
        rp_filter=0
        nat_traversal=no

conn linux-to-cisco
        # Simple use raw RSA keys
        # After starting openswan, run: ipsec showhostkey --left (or --right)
        # and fill in the connection similarly to the example below.
        auth=esp
        esp=3des-md5-96
        authby=secret
        pfs=yes
        left=91.192.0.185
        # optional
        leftsubnet=192.168.150.0/24
        # The remote user.
        right=83.19.73.234
        # optional
        rightsubnet=192.168.200.0/24
        auto=add
include /etc/ipsec.d/examples/no_oe.conf
