<div dir="ltr">Hello,<div><br></div><div>I'm trying to set up a strongswan client for an IKEv2 server that works fine over Mac OS.</div><div><br></div><div>They provide this mobileconfig setting but I'm confused since they are using PSK and Username+password at the same time, does Mac OS X support multiple authentication rounds in IKEv2? </div><div>How would this file translate to a swanctl config?</div><div><br></div><div><key>IKEv2</key><br>        <dict><br>          <key>RemoteIdentifier</key><br>          <string><a href="http://myvpn.com">myvpn.com</a></string><br>          <key>AuthenticationMethod</key><br>          <string>SharedSecret</string><br>          <key>SharedSecret</key><br>          <string>00000000</string><br>          <key>LocalIdentifier</key><br>          <string>john003</string><br>          <key>RemoteAddress</key><br>          <string><a href="http://myvpn.com">myvpn.com</a></string><br>          <key>ExtendedAuthEnabled</key><br>          <integer>1</integer><br>          <key>AuthName</key><br>          <string>john003</string><br>          <key>AuthPassword</key><br>          <string>changeme</string><br></div><div><br></div><div>Thanks,</div></div>