An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi @ Andrew Bates,
Welcome to Microsoft Q&A Platform.
As discussed, after reviewing the logs you shared, the issue is on the AWS side and not within Azure
Azure VPN Gateway is behaving as expected. The configuration initially proposed from the Azure side included wildcard traffic selector pairs (TSI), which is supported and valid behavior for Azure VPN Gateway.
However, on the AWS side, the configuration is advertising 10.xxx.0.0/16, whereas the expected prefix is 10.xx.0.0/24.
This prefix mismatch is causing the traffic selector negotiation issue.
To resolve this, please update the AWS configuration to either:
- Use the specific subnet 10.x.1.0/24, or
- Configure wildcard traffic selector pairs to align with Azure’s proposal.
- Once the traffic selectors match on both sides, the tunnel should establish correctly.
If still facing an error you can also try to reset the VPN Gateway by following: https://learn.microsoft.com/en-us/azure/vpn-gateway/reset-gateway
Refer the link for same kind of issue: https://learn.microsoft.com/en-us/answers/questions/5781274/site-to-site-vpn-connectivity-issue
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.