It would be nice to be able to setup forced tunneling and requisite route tables from NMM. It isnt hard to do and can be done via powershell but the proper routes for the selected subnet need to be in place.
NMM should do the following:
1. for the selected subnet, see if there is already a route table in place for the selected subnet
-If not create route table with 0.0.0.0/0 and the needed KMS server routes
-if so, check for conflicting routes
2. enable Defaut Site forced tunneling
3. assign/update route table for subnet
Relevant MS articles:
https://learn.microsoft.com/en-us/azure/vpn-gateway/site-to-site-tunneling
Comments (3 comments)