My IP address (behind NAT) is blocked

Continuation from the ticket at My IP address (behind NAT) is blocked · vercel · Discussion #7403 · GitHub

On my MacOS 14.5, the command traceroute nor tcptraceroute has -T switch. So here is
sudo tcptraceroute vercel.com 443

❯ sudo tcptraceroute vercel.com 443
Selected device en0, address 172.20.10.2, port 52546 for outgoing packets
Tracing the path to vercel.com (76.76.21.9) on TCP port 443 (https), 30 hops max
 1  172.20.10.1  3.621 ms  3.878 ms  3.933 ms
 2  * * *
 3  10.10.133.193  87.950 ms  23.669 ms  18.332 ms
 4  * * *
 5  10.10.133.132  69.471 ms  21.436 ms  24.608 ms
 6  * * *
 7  * * *
 8  99.83.67.60  120.532 ms  25.598 ms  24.931 ms
 9  * * *
10  * * *
11  * * *
12  76.76.21.9 [open]  103.979 ms  28.475 ms  24.014 ms

Hi, @zbycz!

Welcome to the new platform, great to have you here :smiley:

Thanks for your patience with this! I’ll get your output sent internally and loop back as soon as I can.

Hi, @zbycz!

Hope you’re well, I got an update internally.

According to the TCP traceroute output, it appears that you successfully connected to the Global Accelerator endpoint IP address “76.76.21.9”, which maps to the correct endpoint.

But we found that while the Global Accelerator responds to ICMP pings, it does not respond to ICMP-based traceroutes. To better test connectivity between the client and the Global Accelerator endpoint, could you use a TCP-based traceroute?

For more information, you can refer to this documentation.

Here is the command as you wrote:

sudo traceroute -T -p 443 vercel.com


traceroute to vercel.com (76.76.21.93), 30 hops max, 60 byte packets
 1  RT-AC51-9390 (192.168.50.1)  1.371 ms  1.336 ms  1.344 ms
 2  10.47.97.61 (10.47.97.61)  3.278 ms  5.213 ms *
 3  100.100.115.254 (100.100.115.254)  5.751 ms * *
 4  cust-starnet.supernetwork.cz (88.86.97.137)  6.102 ms * *
 5  151.148.13.110 (151.148.13.110)  24.772 ms * 151.148.13.108 (151.148.13.108)  25.685 ms
 6  150.222.81.21 (150.222.81.21)  43.088 ms 150.222.81.33 (150.222.81.33)  25.810 ms 150.222.81.23 (150.222.81.23)  39.873 ms
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

Thank you, @zbycz! I’ll loop back with more information as soon as I get it.

Hi @zbycz! I’ll send you a DM with some questions.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

Marking this as complete. Thanks for your patience, @zbycz!

1 Like