Hello all, I´m trying to connect (via VPN/IPSec) one client using linux
(Ubuntu) to my FGT3700. The connection establish but in some seconds it
disconnects. ! Configuration of FGT3700 config vpn ipsec
phase1-interface edit "procergsm" set type dynami...
Considering that:- psk secret is the same in both fortigates;- the
interfaces that you are establishing the ipsec vpn it´s correct;- the
src-addr and dst-address was correct (remember that you need to invert
in one of fortigates);Now you need to enab...
Try this in both fortigates. With this you will see all config of IPSec
vpns and you will can verify all parameters.# conf vpn ipsec
phase1-interface# edit S2S# show full-configuration# end# conf vpn ipsec
phase2-interface# edit S2S# show full-config...
To configure split tunneling you need to indicate what networks are from
you intranet. For that, you can create an object like I called
ip-intranet. config vpn ipsec phase1-interfaceedit "group1"set type
dynamicset interface "vpninterface"set mode ag...