File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ipv6 / rw-psk-ikev1 / hosts / moon / etc / swanctl / swanctl.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:46 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

connections {

   rw {
      local_addrs  = fec0::1

      local {
         auth = psk
         id = fec0::1
       }
      remote {
         auth = psk
      }
      children {
         net {
            local_ts  = fec1::0/16

            updown = /usr/local/libexec/ipsec/_updown iptables
            esp_proposals = aes128-sha256-x25519
         }
      }
      version = 1
      proposals = aes128-sha256-x25519
   }
}

secrets {

   ike-carol {
      id = fec0::10
      secret = 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
   }

   ike-dave {
      id = fec0::20
      secret = 0sjVzONCF02ncsgiSlmIXeqhGN
   }
}

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