MTN Rwanda cannot reach Vercel edge IPs, while legacy Vercel IPs work
Hello Vercel team,
I am experiencing a connectivity issue with my production Vercel deployment:
https://rudakemwa-portal.vercel.app/
The deployment itself appears healthy, but the site cannot be reached from MTN Rwanda without a VPN/WARP connection.
Environment
- ISP: MTN Rwandacell
- ASN: AS36890
- Location: Kigali, Rwanda
- Public IP during testing: 41.186.133.43
What I found
The Vercel hostname resolves to Vercel's newer edge IP ranges:
- 216.198.79.0/24
- 64.29.17.0/24
From MTN Rwanda, TCP connections to these Vercel edge IPs on port 443 consistently time out.
I tested all of these addresses:
- 216.198.79.3
- 216.198.79.67
- 216.198.79.131
- 216.198.79.195
- 64.29.17.3
- 64.29.17.67
- 64.29.17.131
- 64.29.17.195
All timed out on TCP/443.
However, when testing the same deployment against legacy Vercel IPs:
- 76.76.21.21
- 66.33.60.130
the connection succeeds and returns:
HTTP/1.1 200 OK Server: Vercel X-Vercel-Cache: HIT
The Vercel website itself is also reachable from the same MTN connection.
Additional evidence
- The deployment works immediately when using WARP/VPN.
- The problem occurs from both my PC and phone on the normal MTN connection.
- Traceroutes to the affected Vercel edge IPs reach MTN/upstream network hops and then time out.
- Using different DNS resolvers changes which Vercel edge IP is returned, but the affected Vercel edge ranges remain unreachable.
- Direct HTTPS testing confirms that the newer edge IPs time out before TLS, while the legacy Vercel IPs successfully return HTTP 200.
This strongly suggests a routing, Anycast, BGP, peering, or upstream connectivity issue between MTN Rwanda and Vercel's newer edge IP ranges rather than an application, backend, CORS, or DNS configuration issue.
Could the Vercel Network/Infrastructure team please investigate the routing/connectivity to these edge ranges from AS36890 (MTN Rwanda)?
I can provide the full Vercel Network Debug output, traceroutes, curl results, and timestamps if needed.
Thank you.