05-28-2021 05:13 AM - edited 05-28-2021 06:17 AM
Scenario and Objective:
We have two Azure Subscriptions, In one Azure Subscription (Subscription 1), behind ASAv firewall (ASA04) there are two networks 192.168.10.0/24(inside) and 192.168.20.0/24(DMZ). In the second subscription (Subscription 2) behind ASAv firewall (ASA03) there are also two networks 10.50.10.0/24(inside) and 10.50.20.0/24(DMZ). We have a functional policy based IPSec Site to Site VPN tunnel between the two ASAv firewalls in two subscriptions. The IPSec tunnel is successfully passing traffic for the 192.168.0.0 and 10.50.0.0 networks. In Subscription 1, there is an additional network which is External to the ASAv firewall 192.168.50.0/24 and is connected to the VNet only. We want to pass this 192.168.50.0/24 network's traffic through the already established IPSec VPN site to site Tunnel so that it can communicate to and from 10.50.0.0 networks behind the firewalls in Subscription 2. Can it be possible with the current functional configuration, if so what additional changes can be made to achieve this.
Limitations:
The network 192.168.50.0/24 cannot be deployed behind firewall because ASA04 does not have any additional interfaces to accommodate this, nor does it have any sub interface capability.
Attached are the scenario design and truncated configurations for reference
05-28-2021 11:25 AM - edited 05-28-2021 11:26 AM
Yes, you are able to pass a external network of the ASA over the Site-to-Site VPN by adding a NAT exemption and adding the network to the ACL.
Even though you are able to setup external subnets over the VPN, it will be best practice to create another subnet and utilize route-tables to route the traffic to the inside or DMZ interface of the ASA.
Below links provides more information on creating subnet and custom routes.
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-create-route-table-portal
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide