Simone Ruffilli

Results 9 comments of Simone Ruffilli

Hey Micheal - thanks a ton for the feedback. I have verified that `local._defaults_net.vpc_host_project` coming from `02-networking.auto.tfvars.json` is not being used in the shared VPC setup. I'll try to find...

PR (finally) ready to be reviewed. PTAL.

Would it be possible to submit this -at least for review- as an evolution of `02-networking-nva`? This would reduce the review complexity by a lot.

I don't disagree Luca - and I would probably have the two stages co-exist, at least for a while. But I'd prefer to review this PR as a delta of...

I was able to self-diagnose the issue. When `FIREWALL_OUTBOUND_SUBNETS` overlaps with the IP address assigned to the TUN interface (which was on the 10/8 range), the port_forwarding check fails. I...

> 1. IP rules so the vpn gateway ip is routed through the tunnel interface and has priority over the outbound subnets; or > 2. Remove the vpn gateway ip...

> can you try in a running gluetun on your side: > > ```shell > docker exec gluetun ip route add 10.31.0.1/32 dev tun0 > ``` > > and check...