Two machines in ams on the same 6PN (fdaa:0:b2b4) have asymmetric routing. The Postgres machine can reach the Rails machine (gets connection refused on port 8080, meaning packets arrive). The Rails machine cannot reach the Postgres machine at all — raw TCP with cat < /dev/tcp/<ip>/<port> hangs on both port 5432 and 5433.
Tested with:
Multiple fresh machines
Direct IPv6 address (no DNS)
A machine cloned to fra region — same result
Pure TCP, no application layer involved
Both machines show HostStatus: ok. DNS resolves correctly on both sides.
This started sometime in the past week. No config changes were made.