fortiwifi 80c connect to strongswan server
hi,
i need connect to strongswan server from my fortigate.
help me please.I did not work in cli
my ipsec.conf
# ipsec.conf - strongSwan IPsec configuration file
# basic configuration
config setup # strictcrlpolicy=yes uniqueids = yes
include /var/lib/strongswan/ipsec.conf.inc
conn %default dpdaction=clear dpddelay=35s dpdtimeout=300s
fragmentation=yes rekey=no
ike=aes256gcm16-aes256gcm12-aes128gcm16-aes128gcm12-sha256-sha1-modp2048-modp4096-modp1024,aes256-aes128-sha256-sha1-modp2048-modp4096-modp1024,3des-sha1-modp1024!
esp=aes128gcm12-aes128gcm16-aes256gcm12-aes256gcm16-modp2048-modp4096-modp1024,aes128-aes256-sha1-sha256-modp2048-modp4096-modp1024,aes128-sha1-modp2048,aes128-sha1-modp1024,3des-sha1-modp1024,aes128-aes256-sha1-sha256,aes128-sha1,3des-sha1!
# left - local (server) side left=%any leftauth=pubkey leftcert=194.87.147.234.crt leftsendcert=always leftsubnet=0.0.0.0/0 # right - remote (client) side right=%any rightauth=pubkey rightsourceip=192.168.103.0/24 rightdns=8.8.8.8
conn ikev2-pubkey keyexchange=ikev2 auto=add
conn ikev2-pubkey-osx also="ikev2-pubkey" leftid=194.87.147.234
conn ikev1-fakexauth keyexchange=ikev1 rightauth2=xauth-noauth auto=add
conn ikev2-eap-tls also="ikev2-pubkey" rightauth=eap-tls eap_identity=%identity
