Noticing problems with connecting to github.com from every other droplet, meaning I tested on 6, and exactly 3 have the problem connecting to github.com
root@stefi:/# ping github.com
PING github.com (140.82.121.3) 56(84) bytes of data.
^C
--- github.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3073ms
root@stefi:/# mtr --report --report-cycles 10 github.com > report.txt
root@stefi:/# cat report.txt
Start: 2024-07-17T14:12:39+0000
HOST: stefi Loss% Snt Last Avg Best Wrst StDev
1.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
2.|-- 10.68.132.46 0.0% 10 0.5 0.5 0.4 0.8 0.1
3.|-- 138.197.249.56 0.0% 10 0.9 11.7 0.8 98.0 30.5
4.|-- 143.244.192.108 0.0% 10 0.4 0.4 0.3 0.7 0.1
5.|-- 143.244.224.108 0.0% 10 0.6 0.7 0.5 0.9 0.1
6.|-- 143.244.224.107 0.0% 10 0.3 0.4 0.3 0.4 0.0
7.|-- de-cix2.fra.github.com 0.0% 10 9.7 1.8 0.7 9.7 2.8
8.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
root@stefi:/# hostname -I
165.232.70.181
Seems like github is blocking access from some digitalocean ranges. What is going on?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @vladimirduka,
This is quite interesting if you were to run a curl request, do you get a response back or does it just hang?
Also, are all the Droplets that you’ve tested this within different regions or just 1 specific region?
Also, with the problematic Droplets, can you check if you can reach other external websites? This could verify if you are seeing some DNS issues or if this is particularly related to GitHub.
On another note, as far as I can tell there was a network maintenance a few hours ago:
If none of the above help, you could reach out to the DigitalOcean support team who will be able to advise you further as well:
Hope that helps!
- Bobby.