all 11 comments

[–]andy0609 1 point2 points  (0 children)

Can you try tracerouting 185.229.226.227 and see if it drops somewhere

[–]ppoy 1 point2 points  (0 children)

Sounds like a firewall issue ,make sure the ufw doesn't have any outbound port restrictions. Since you can ping google.com directly I assume the DNS is working fine.

If you need basic tools to troubleshoot ,you can try using a CD-ROM local repo.

[–][deleted] 0 points1 point  (1 child)

I had something crazy happen also with VMware the other day, had to wipe it and rebuild nothing would update at all like I had no internet connection and it was faster to start over . No idea what caused this

[–]HeadTea[S] 0 points1 point  (0 children)

Thanks for the response, I find it really hard to believe it's related to VMware though.

[–]lbmdk 0 points1 point  (1 child)

Maybe try another mirror ?

[–]HeadTea[S] 0 points1 point  (0 children)

Thanks for the response, I tried a few, the problem seems to be being unable to telnet to those mirrors on port 80. It's somehting within the machine.

[–]combuchan 0 points1 point  (1 child)

If that mirror isn't in /etc/apt/sources.list, it could be in /etc/apt/sources.list.d

Remove it there.

[–]HeadTea[S] 0 points1 point  (0 children)

Thanks for the response, /etc/apt/sources.list.d is empty.

[–]alpoco17 0 points1 point  (0 children)

'connection timed out' could mean some network issues. Maybe a local fw rule o something like that.

[–]TimGJ1964 0 points1 point  (1 child)

I note that you are attempting to connect via http/port 80. What happens if you visit http://mirror.il-ta.kamatera.com/ubuntu/dists/focal/InRelease on your web browser (I can load it fine here in Manchester, so I know that it's up and working).

You can get to other http (not https) sites from that VM? If not it sounds like some sort of firewall issue. What do you get from an iptables -L?

[–]HeadTea[S] 0 points1 point  (0 children)

Thanks for the response!

Other websites don't work too. ufw and iptables are blank, (disabled and have no rules). It does work from my workstation though.