Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/swanctl/swanctl.conf, revision 1.1.1.1

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

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