Dialup IPSec VPN to Fortigate from Ubuntu: Revision history

From OISecWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 February 2025

  • curprev 08:2408:24, 5 February 2025Cliff talk contribs 869 bytes +869 Created page with "To setup a IPSec Dialup VPN towards a fortigate from a Linux machine, you need to install strongswan, and edit the following files: ipsec.conf:<pre> conn fortigate keyexchange = ikev1 ikelifetime=1440m keylife=60m ike = aes128-sha1-modp1536 esp = aes128-sha1-modp1536 type = tunnel aggressive = yes xauth = client right = FORTIGATE_WAN_IP rightsubnet = 0.0.0.0/0 rightauth = psk left = %defaultroute leftsourceip=%config leftauth = psk left..." Tag: Visual edit