Strange Problem when replacing VPN Gateway with NVA (IPsec tunnel to on-prem) and App service VNET integration
Hello,
i got very strange problem in process of replacing Azure VPN gateway with NVA.
VPN gateway is used for IPsec tunnel to enable communication between App Service with enabled VNET integration and on-premise Windows Server.
Process was this:
Deployed and configured NVA and corresponding IPSec tunnel.
Created new tunnel on on-prem Firewall
Disabled old tunnel (vpngateway <-> on-prem FW)
Enabled New tunnel (NVA <-> on-prem FW)
Added Routing table on subnet delegated to Microsoft.Web/serverFarms (App Service)
Communication was established between App Service and on-prem Server using New tunnel(nva<->on-prem FW)
Started Process of removing Azure VPN Gateway, Removed ipsec connection,. Removed Local Network Gateway and finally VPN Gateway itself
Traffic flow from App Service thru IPSec tunnel (nva<->on-prem FW) Stopped! connection tracking in nva not showing any communication, tcpping in kudu cmd showing time out!
Deployed new Azure Gateway, Traffic flow started again thru ipsec tunnel (nva<->on-prem FW).
What i am missing in process of removing VPN Gateway but keeping traffic flowing ?
Thanks
Zarko Sokolov