Replacing SSL-VPN with Dial-up IPSec.
Hello,
We have been trying to setup a Dial-up IPSec connection for our remote user base (30-40 users) seeing as SSL-VPN is being/has been removed from FortiOS 7.4 and newer (we are currently on 7.2.11). I can get a single machine to connect and work as intended, but when I connect another user device, it connects but there is no traffic that returns to the user. It seems like only one connection works, all subsequent are denied.
I've "set add-route disabled" from the CLI on the interface, but that didn't help. So far none of my searches have turned up anything more than that.
If it matters, our working SSL-VPN uses SAML and I have a similarly configured SAML for the Dial-Up Ipsec.
Sorry in advance, I am very green when it comes to these FGT.
Phase1
edit "vpn_Dial-Up"
set type dynamic
set interface "port35"
set ike-version 2
set peertype any
set net-device disable
set mode-cfg enable
set ipv4-dns-server1 #.#.#.#
set ipv4-dns-server2 #.#.#.#
set proposal aes256-sha256 aes256-sha256
set add-route disable
set dpd on-idle
set comments "Scripted from FMG"
set dhgrp ##
set eap enable
set eap-identity send-request
set authusrgrp "Azure"
set ipv4-start-ip 192.168.70.1
set ipv4-end-ip 192.168.70.126
set ipv4-split-include "Local_Subnets"
set psksecret ***********
set dpd-retryinterval 60
next
end
Regards,
Matt
