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

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

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