- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also change the VPN interface to DMZ by example. That also do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfect! Did the trick.
Thanks!
I was looking in the "config vpn ..." settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also change the VPN interface to DMZ by example. That also do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
