on 03-Aug-2016 14:02
Problem this snippet solves:
This iAPP template creates a complete configuration for establishing an IPSec tunnel between a Windows Azure virtual network and your F5 protected corporate network. Additionally, this iApp may be utilized for establishing site-2-site VPN between any compatible IPSec device.
The BIG-IP supports both policy and route-based VPNs.
Contributed by: Gregory Coward, Solution Architect
Code :
75380
Tested this on version:
12.0Hello,
When I try to delete the application I am getting the following error:
01070265:3: The Tunnel (/Common/AzureS2S.app/AzureS2S_Tunnel) cannot be deleted because it is in use by a IPsec map (/Common/AzureS2S.app/AzureS2S_Tunnel 1).
Any suggestions on how to delete the application?
Hi there Dante,
Sorry, iApps seem to have a little "process ordering" issue when it comes to removing tunnels. To delete the iApp instance, you need to manually delete in order:
Disable 'strict updates' for the iApp instance - (a. click on deploy application service, b. select 'properties', c. 'advanced', d. uncheck 'Strict Update', e. select 'update')
Route created directing traffic to the IPsec tunnel (Network - Routes)
Tunnel Self-IP (Network - Self IPs)
Tunnel (Network - Tunnels)
Delete the iApp instance to remove remaining objects.