top | item 45124458

Is Google Down? - EU networking issue

73 points| vtemian | 5 months ago

edit: Romania, Bulgaria, Greece and Turkey can't access any Google services

43 comments

order

gloosx|5 months ago

>Google CEO says over 25% of new Google code is generated by AI

>One of the largest outages in the history of Google follows

It's probably just a coincidence vibe-bros... :P

mrtksn|5 months ago

It's not limited to Google, now I wonder if this is actually a Cloudflare/other CDN/International Infra issue or is it that so many services use Google Cloud stuff and they are gone too because of it.

mahdihabibi|5 months ago

I think all affected websites run on google infra somehow, it's not a cloudflare problem .

(I love how we are using abreviated "infra" bcz we can't google how to write the full word)

kuylar|5 months ago

I feel like it's an issue in the Google infrastructure as all services which are down seem to be related to Google.

Another example is the HN API, which runs on Firebase.

ryzvonusef|5 months ago

https://x.com/netblocks/status/1963507222685573522

    > ℹ Note: Multiple online services including Google Search and YouTube are currently experiencing international outages; incident not related to country-level internet disruptions or filtering #GoogleDown

ryzvonusef|5 months ago

Currently working fine for me in Pakistan. Btw, you can run https://api.webprobe.org/scan/ in a spare tab in the background and it will periodically check the status of such websites and update the NetBlocks status.

keyme|5 months ago

Even connectivitycheck.gstatic.com doesn't seem to be responding, making Androids think they don't have internet access.

hvenev|5 months ago

Our GCP VMs are also not responding (europe-west4-a and us-central1-b).

edit: Seems to be a network problem. We can't connect to them from Bulgaria, but we can connect to them from the US.

can16358p|5 months ago

All down here (Turkey).

zenmac|5 months ago

DNS maybe?

Hmmm maybe that is why www.youtube.com wasn't resolving, but youtube.com is.

Had to change my /etc/hosts to get mpv youtube working today.

modinfo|5 months ago

No. It works for me.

64 bytes from lhr35s10-in-f14.1e100.net (216.58.206.46): icmp_seq=1 ttl=110 time=47.9 ms

polmolea|5 months ago

I can ping it too but get 502 errors on google.com and youtube.com

vtemian|5 months ago

PING google.com (172.217.17.142): 56 data bytes

Request timeout for icmp_seq 0

Request timeout for icmp_seq 1

Request timeout for icmp_seq 2

Liriel|5 months ago

Can confirm issues! I can't log in for a google meet call at all.

vaglonk|5 months ago

Everything Google related is down (Gmail, docs, youtube, google, etc.).

Is this the end?

cbg0|5 months ago

Google Apps and cloud status page down in Romania.

ahmetozer|5 months ago

mee too Edit: Firstly their ingresses are not respondable Followup, this impacts all of the traffic which is originated from balkans.

qpiox|5 months ago

Probably the rest of the Balkans too.

mzajc|5 months ago

Still up in Slovenia for now.

pupileater|5 months ago

in Hungary: YouTube is down, other Google services (search, workspace) seem OK as of now.

polmolea|5 months ago

Seems like it. Youtube as well

ddorian43|5 months ago

Yes, google, youtube, gmail

dipierro|5 months ago

Armenia, down as well.

texeltexel2009|5 months ago

Can confirm, from Yerevan - Armenia. Internet slow, then slows down to a halt in a matter of 10 seconds. Then it'll work in a burtst of another 10 seconds, and go back to nothing at all, and stay like that for minutes at a time. Internet on a National level is fast. Any connection to the outside seems to go through a bottleneck.

akafazov|5 months ago

Down in Bulgaria too.

jamwil|5 months ago

Seems ok in Canada.

adontz|5 months ago

Same in Georgia

adontz|5 months ago

In particular the following are not accessible ajax.googleapis.com fonts.gstatic.com gmail.com google.com www.googletagmanager.com www.youtube.com

splitroute|5 months ago

the initial handshake of the connection in the affected countries is going through all the way obviously so the problem is not google services. the issue is in the interim path

I guess either this is an internet exchange collocation, ISP tier 1 fuckup or some of the non-existent agencies were instructed to sabotage connections. Or they did some interception fuckup.

neoaggelos|5 months ago

same from Greece, ping works (intermittently), curl returns 502

    $ ping google.gr 
    PING google.gr (142.251.140.67) 56(84) bytes of data.
    64 bytes from sof04s06-in-f3.1e100.net (142.251.140.67): icmp_seq=1 ttl=111 time=35.1 ms
    64 bytes from sof04s06-in-f3.1e100.net (142.251.140.67): icmp_seq=2 ttl=111 time=47.7 ms
    ^C
    --- google.gr ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1001ms

    $ curl google.gr -v
    *   Trying 142.251.140.67:80...
    * Connected to google.gr (142.251.140.67) port 80 (#0)
    > GET / HTTP/1.1
    > Host: google.gr
    > User-Agent: curl/7.81.0
    > Accept: */*
    > 
    ^C