I am configuring an Azure VPN with site-to-site connectivity to a large enterprise customer. I have configured the following address space:
Now the customer has asked "Could you please send us traffic with one ip address, instead of range (192.168.2.0/27)"
I will only have one VM on the VPN so I can pick any IP in the range, but should I pick one from the Subnet-1 range or the Gateway range? What will the customer see our traffic as coming from?
Edit Once I answered my own question I realised how poor the title was so I've edited it.
The answer is no. Do not use the gateway subnet.
I eventually found exactly what I required on this Microsoft page. Specifically:
And don't deploy VMs or anything else to the gateway subnet.
and
Can I deploy Virtual Machines or role instances to my gateway subnet?
No.