Mobile router VPN connection setup
I'm trying to get our new mobile routers setup with our FortiGate 80F (7.4.11) but I'm having troubles figuring out if the connection setup needs to be site-to-site or dialup. The mobile routers are from Nextivity running OpenWRT and there is a custom page in the web Gui for setting up a VPN that looks like this:

The Nextivity documentation only says that you need to choose IKE version and any of the three authentication methods. I pulled a backup of the router config and found the swanctl.conf file which is what the VPN client is using to attempt to connect to the FortiGate and it looks like this:
connections { myvpn { version = 2 remote_addrs = vips = 0.0.0.0 rekey_time = 0s dpd_delay = 30s dpd_timeout = 120s proposals = aes256-sha256-ecp384,aes256-sha384-modp2048,aes128-sha256-ecp256 local { auth = eap-mschapv2 id = eap_id = } remote { auth = pubkey id = } children { myvpn-child { local_ts = 0.0.0.0/0 remote_ts = 0.0.0.0/0 mode = tunnel start_action = start close_action = start dpd_action = restart hostaccess = yes if_id_in = 301 if_id_out = 301 set_mark_out = 0x2a esp_proposals = aes256-sha256-modp2048 inactivity = 300s } } } } secrets { eap-publickey { id = secret = } eap-client { id = secret = } }Any changes made in the GUI reset everything in this file unless changes and the connection are handled through CLI via SSH. Though the documentation doesn't state that SSH is necessary to set or start the VPN. I've tried several custom and site-to-site configurations, and nothing seems to get it to connect. I've tried a couple of the StrongSwan troubleshooting guides, but I can't set static on either side due to the mobility networking. Sorry for the long post, I'm sure I will need to give additional information with any questions or comments. Thanks.
