Debug FortiGate IPSEC
IPSEC is a complicated protocoll, so debugging is often needed. To enable debugging on FortiGate firewalls you can use these commands: # reset any filter diagnose vpn ike log-filter clear # filter for a specific client on ip x.x.x.x diagnose vpn ike log-filter dst-addr4 x.x.x.x diagnose debug application ike -1 diag...