Hello,
I am using shared VPC with a single network host project containing several VPCs. These VPCs have multiple subnets and in one of the VPCs I set up Cloud NAT some time ago and it has been working well. Today I tried to set up Cloud NAT in another of the VPCs to enable internet access but it doesn't work.
When I run the GCP Connectivity Tester to try to send traffic from one of the GCE instances to an IP address on the public internet, the outcome is as follows:
Hi @recseiuq ,
The error message :
@recseiuq wrote:
- Packet could be dropped | Configuration analysis determines that the packet could be dropped due to no routes
normally shows up when there is a wrong configuration or missing routing rule in Cloud NAT setup.
Cloud NAT allows virtual machine instances in a private subnet to access the internet by translating their private IP addresses to public IP addresses. You can check this documentation for more details.
You can check these steps to troubleshoot and resolve the issue:
1. Verify the Cloud NAT configuration
2. Check firewall rules
3. Check and validate routes
4. Check if there are conflicts in configurations