Forticlient SSL / IPSec – Save Password / Auto Connect / Always Up

Du bist hier:
  • Haupt
  • Misc
  • Forticlient SSL / IPSec - Save Password / Auto Connect / Always Up
< Alle Themen

Problem: Im Forticlient kann das Passwort nicht gespeichert werden – auch die Checkboxen für Auto Connect & Always UP werden nicht angezeigt.

Lösung:

Die Optionen werden von der jeweiligen Firewall gesteuert. Die Einstellung kann nur per CLI auf der Firewall gemacht werden.

The ‘Save Password’, ‘Auto Connect’ and ‘Always Up’ options in FortiClinet depend upon the VPN (IPsec) or SSL VPN configuration of the FortiGate device. These can be enable from the CLI as shown below.

For SSL VPN

config vpn ssl web portal
edit [portal_name_str]
set auto-connect enable
set save-password enable
set keep-alive enable
end

For IPsec

config vpn ipsec phase1-interface
edit [vpn name]
set save-password enable
set client-auto-negotiate enable
set client-keep-alive enable
end
end