All public logs
From OISecWiki
Combined display of all available logs of OISecWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:24, 5 February 2025 Cliff talk contribs created page Dialup IPSec VPN to Fortigate from Ubuntu (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