Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-block/hosts/moon/etc/swanctl/swanctl.conf, revision 1.1

1.1     ! misho       1: connections {
        !             2: 
        !             3:    rw {
        !             4:       local_addrs  = 192.168.0.1
        !             5: 
        !             6:       local {
        !             7:          auth = eap-ttls 
        !             8:          id = moon.strongswan.org
        !             9:          certs = moonCert.pem
        !            10:       }
        !            11:       remote {
        !            12:          auth = eap-ttls
        !            13:          id = *@strongswan.org
        !            14:       }
        !            15:       children {
        !            16:          rw {
        !            17:             local_ts = 10.1.0.0/16
        !            18: 
        !            19:             updown = /usr/local/libexec/ipsec/_updown iptables
        !            20:             esp_proposals = aes128gcm16-modp3072
        !            21:          }
        !            22:       }
        !            23:       version = 2
        !            24:       send_certreq = no
        !            25:       proposals = aes128-sha256-modp3072
        !            26:    }
        !            27: }
        !            28: 
        !            29: secrets {
        !            30: 
        !            31:    eap-carol {
        !            32:       id = carol@strongswan.org
        !            33:       secret = "Ar3etTnp"
        !            34:    }
        !            35:    eap-dave {
        !            36:       id = dave@strongswan.org
        !            37:       secret = "W7R0g3do"
        !            38:    }
        !            39: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>