Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Dan_69GTX
New Contributor

How to disable an IPsec tunnel/VPN w/o removing the configuration.

I've got a IPsec Tunnel that I want to disable for 1 month.  How can you disable the tunnel w/o removing the tunnel from the configuration?

 

Ver 5.6.5

 

Thanks!

Dan

1 Solution
benjaminvaliente

You can also change the VPN interface to DMZ by example. That also do the trick.

View solution in original post

4 REPLIES 4
Toshi_Esumi
Esteemed Contributor III

config sys int

edit <phase1-interface_name>

set status down

next

end

 

When you want to re-enable it, just do the same but with "set status up".

Dan_69GTX

Perfect!  Did the trick. 

Thanks!

 

I was looking in the "config vpn ..." settings.

benjaminvaliente

You can also change the VPN interface to DMZ by example. That also do the trick.

adrienC

Hi ,

 

Yes it will disable the VPN IPSEC but if there are any traffic seeking the remote LAN it will be UP automaticaly.

 

How do you disable the auto connexion for the IPSEC ?

 

Thanks, 

Labels
Top Kudoed Authors