Readit News logoReadit News
bogzz · 8 months ago
Well my boss is in a cabin in the wilderness somewhere and his only access to the internet is via Starling, so that's great news!
delichon · 8 months ago
I've heard of IP over pigeons, but using starlings is innovative.
ronsor · 8 months ago
Starling is just the product name. It's still IPoAC under the hood.
quirk · 8 months ago
Notorious for dropping packets.
bogzz · 8 months ago
Falcon-related packet loss is a recurring issue.
eitally · 8 months ago
Learn something new every day! I had never heard of RFC 1149[1] and was only familiar with Pigeonrank[2], another short-lived product.

[1] https://www.rfc-editor.org/rfc/rfc1149 [2] https://archive.google/pigeonrank/

cardamomo · 8 months ago
We've got a family of nuthatches that set up an extensive neighborhood mesh network. Quite impressive!
RamRodification · 8 months ago
Quid pro quo, Clarice
ahazred8ta · 8 months ago
The RFC-1149 pigeon protocol has its own theme song. https://www.youtube.com/watch?v=tIzLlODqyCE
hk1337 · 8 months ago
Their Starlord is the key to keeping them on task.
Tade0 · 8 months ago
They're reliable, provided there's a cherry tree orchard at the destination.
anjel · 8 months ago
Starlings are lower bandwidth than pigeons
throwaway889900 · 8 months ago
Sometimes you have to keep repeating a packet, they're very good at it.
asadotzler · 8 months ago
I too am in the wilderness and Starlink is my only broadband, but I was smart enough to keep my 1.5Mbps WISP connection (radio mounted 170' up one of my redwoods) so I'm still in good shape for basic communication, even some streaming and videoconferencing, though those aren't great this morning.

Also, after my Starlink terminal rebooted a few times on its own over the last hour or so, things are looking good again.

sakopov · 8 months ago
Are you using something like a CradlePoint for your WISP?
whiteboardr · 8 months ago
Hasn’t he heard of ravens? Much more reliable.
rchard2scout · 8 months ago
Yeah, but all they say is "nevermore".

Deleted Comment

jackdawipper · 8 months ago
in my day we used pigeons
acrophiliac · 8 months ago
Digression ... you must be using "wilderness" in it's colloquial form, because technically, if he's in a cabin he can't be in wilderness. Federally designated wilderness areas don't allow permanent human habitation.
BHSPitMonkey · 8 months ago
Furthermore, the planet we are on cannot possibly be in space. Space is mostly empty, has no breathable atmosphere, there are no trees or grocery stores there, etc.; Earth is quite the opposite.
gridder · 8 months ago
The cabin is located in the wilderness, not part of it, and it’s real wilderness, not a wilderness designated area
ozten · 8 months ago
Pro-tip: Don't host your status / outage page on your own infrastructure. We learned this lesson the hard way at AWS with S3.
chrisstanchak · 8 months ago
True, but nothing tells the story quite like a "no healthy upstream" status page

Deleted Comment

connicpu · 8 months ago
Starlink.com is hosted on Azure judging by its DNS records
belter · 8 months ago
Pro-tip: Host your status/outage page on your own infrastructure... :-) If you can't reach it...You are down :-)
Scoundreller · 8 months ago
It’s like when our vendor’s tech support number tells you you’re 300th in queue (or busy cuz their lines are saturated) instead of the usual 2nd or 3rd.

You just hang up cuz you know it’s everyone.

AdamJacobMuller · 8 months ago
I broadly agree with what you're saying, but, that's not the issue here.

They don't even have a dedicated status/outage page, afaik.

The website being down is a more classic problem. The outage probably increased traffic to their website by 1000x if not more and the infrastructure for the website simply couldn't cope.

Good lesson on keeping your status infrastructure simple and on something which is highly scalable.

Having a CDN where the main page of their site was 99% cached globally would have probably mitigated this issue.

jackdawipper · 8 months ago
maybe its a double double triple bluff
dmix · 8 months ago
How would you host a status page on Starlink? Are there web servers that are only connected to a satellite connection in house or something? Or is this just speculation that's how their marketing website works.
ianburrell · 8 months ago
Starlink has servers for the website and subscriber sites. Importantly, they have servers for controlling the satellite network. They also have multiple gateways for satellites to connect to the network.

A problem in their network would take down the sites, and maybe the control plane for satellites.

geoffeg · 8 months ago
Starlink still has infrastructure outside the satellites to run normal company stuff. If they screwed up something in their core routing system, or DNS, etc it could affect everything.
sneak · 8 months ago
Starlink runs a terrestrial network to support the vehicles obviously. They have to do peering at POPs in cages on the ground like any other ISP.

Deleted Comment

dz0ny · 8 months ago
https://radar.cloudflare.com/as14593?dateRange=1d shows a sharp drop in traffic, but no BGP changes before the drop. We can see BGP changes after the drop, so maybe some datacenter/control plane thing.
ge96 · 8 months ago
That is a neat tool
Rooster61 · 8 months ago
Curious as to what could cause a global outage like that. The system consists of birds in the air and individual ground stations. There's no big choke point that I'm aware of that could cause the whole shebang to go dark. Am I missing something here?
dave_universetf · 8 months ago
BGP is the canonical way to take your entire global network offline within seconds. Glancing at BGP looking glasses, Starlink's prefixes seem to still be announced, but there could still be an accidental blackhole or routing loop within their AS, or something broken in one of their transit providers.

No idea if that's what's going on, but routing protocols are one of a few effectively global control planes that can go wrong very quickly like this.

indigodaddy · 8 months ago
If it were BGP/routing, you would think we'd be able to still get a signal and the modem would think it's healthy (although maybe not if the issue prevented us from obtaining our public IP), we just wouldn't be able to route to any dst. In the current case we don't have a signal (orange light on the modem)
oceanplexian · 8 months ago
A network of satellites gives you entirely new and exciting ways of taking your network offline, such as bricking them with a firmware update and no way to actually get up there and fix it.
axus · 8 months ago
Elon saw yesterday's article about The Promised LAN, and said "What if we connected that instead of the Internet...?" https://news.ycombinator.com/item?id=44661682#44663409
chasd00 · 8 months ago
it's pretty amazing the amount of damage a BGP oopsie can do. Also, you can fit pretty much all the BGP admins for the entire Internet in one large room.
hedora · 8 months ago
I rebooted my terminal and I can’t tell for sure if it sees any satellites. It looks like it doesn't.

It says it didn’t, and it says the “which way is down” thing hasn’t converged. Occasionally, the signal to noise ratio light in the app goes gray which means < 3.

It also rebooted itself.

Before the first reboot, 30% of pings went through. It’s almost like the azimuth or some other timely but cached data was corrupted.

chrisstanchak · 8 months ago
It's always a bad route that was introduced during a planned upgrade
0xffff2 · 8 months ago
I'm hardly an expert, but it seems like usually stuff like this happens to major backbones because of a bad configuration being rolled out too fast. Maybe the pushed a bad DNS/BGP/<insert networking acronym here> update to every satellite and/or ground station near simultaneously.
chrisstanchak · 8 months ago
It just takes one
mixdup · 8 months ago
The fleet of satellites is still managed centrally, even if the physical infrastructure is distributed globally to be able to see satellites in different hemispheres, at some point they are very likely managing these from a single control plane
AdamJacobMuller · 8 months ago
I wonder what they do for out of band on satellites.

It's not like you can have a tech go out and reboot it or reinstall windows.

modeless · 8 months ago
Cyberattack. Given the usage in active wars, it's a big juicy target. There's precedent too; Russia hacked Viasat at the start of the Ukraine war. They actually bricked user terminals in that attack.
oblio · 8 months ago
FYI, Vodafone and other major European mobile networks were down during the last few days.

This is hybrid warfare, not a coincidence.

Russia needs to learn some manners, the hard way.

AnotherGoodName · 8 months ago
If it is a hack there can't be that many suspects, just narrow it down to people/groups/countries that hate Elon Musk.
lxgr · 8 months ago
They still have tons of ground-based infrastructure that has all the regular failure modes. I suspect the satellites also route IP traffic statically, and they only do so to a fixed set of ground gateways all operated by Starlink (compared to e.g. Iridium, which makes in-space switching decisions and can at least continue ongoing phone calls between two devices without actually needing a reachable ground gateway).

National telcos manage to take themselves out countrywide from time to time too, so I'd assume the same usual suspects apply: Routing problems, botched global configuration changes etc.

If anything, due to centralization, ubiquitous and effectively free connectivity, and centralization/automation of configuration changes, the blast radius of any given error or malicious action has probably been steadily increasing over the years.

markasoftware · 8 months ago
Same things have been said of eg the massive Facebook years ago. It was DNS, which affected service discovery across the whole org. The massive Roblox outage was also caused by service discovery failure (Consul). If your machines don't know which other machines to talk to, shit goes bad fast.
supportengineer · 8 months ago
This happens enough that it seems like someone would have created a better alternative.
erulastiel · 8 months ago
A bad configuration pushed to network
chasd00 · 8 months ago
that's going to be a lot of crew dragon trips to go hold the power button down for 5 seconds on all those satellites to reset to factory default.
x2tyfi · 8 months ago
Almost always. Most people look at global networks like black magic and don’t realize this.

For most large businesses, 90%+ of major network events are caused by internally-driven network config changes.

Depending on how far along the business is towards automation, a proportion of the 90% can be attributed to a human going “off script” - I.e.: making a change that had not been reviewed.

x______________ · 8 months ago
My money is on a misconfigured switch or hub that allowed a broadcast storm that shut down all of their edge devices!

Additional points for a user to cause the loop by plugging an rj-45 where they weren't supposed to, despite no warning or label telling them not to!

heraldgeezer · 8 months ago
Are you saying they are one big L2 domain?

I love when devs talk about networking.

zamadatix · 8 months ago
I think the network putting out warning labels to prevent loops is probably worse off than the place that just forgot to leave some form of loop prevention enabled.
cyanydeez · 8 months ago
...in space?
FollowingTheDao · 8 months ago
I was browsing Reddit and X and a lot of people saying that their base stations couldn’t even find a satellite. I find that pretty odd and can’t make sense out of it if it was simply a network problem.

You would expect to be able to at least connect to a satellite unless the satellite has no Internet connection so it does not make itself available to be connected to you.

Anyone have any deeper knowledge about this for the curious?

nikanj · 8 months ago
The usual dark triad: DNS, BGP and IPv6
system2 · 8 months ago
It is always the DNS.
nothacking_ · 8 months ago
I'd bet on a bad update or configuration change. (likely one that prevents the affected systems from reaching the internet and being automatically rolled back)
beefnugs · 8 months ago
Too many HEILs near the rack power buttons
kevinqi · 8 months ago
I mean, why do systems go down at all? a lot of big outages are simple misconfiguration or cascading failure from what seemed like small changes. It's rarely due to the physical constraints of the world
rhcom2 · 8 months ago
Software?
sekh60 · 8 months ago
/s not-/s BGP?
scoofy · 8 months ago
Kessler syndrome?
Whatarethese · 8 months ago
shutdown now. Forgot the /r
ben_w · 8 months ago
There is a non-zero probability that Musk personally tried to use Grok to make and roll out a software update.

Deleted Comment

JumpCrisscross · 8 months ago
Unless Musk is outside the country, the outage started in the late morning [1]. If this happened at 3AM, your hypothesis would be more likely.

[1] https://www.pcmag.com/news/spacexs-starlink-hit-by-major-out...

Dead Comment

almostdigital · 8 months ago
I'm posting this from my Starlink connection, been working fine here. I'm close to the arctic circle so maybe the polar orbiting satellites are not affected
gmiller123456 · 8 months ago
They're all the same satellites. It's actually impossible to have a satellite just orbit at the poles.
almostdigital · 8 months ago
ncr100 · 8 months ago
Not without using a LOT of fuel .. <3
munchler · 8 months ago
What a great writing prompt! Would love to read read the rest of this as a short story. Any takers?

Edit: Wow, that’s the fastest any of my HN posts have ever been buried. Still, as an old guy, I have to say it’s pretty awesome to be living in a future where polar satellites can keep someone in touch with the rest of civilization.

Deleted Comment

guy2345 · 8 months ago
why would there be a rest to this
rossdavidh · 8 months ago
So, if (just spitballing here) Russia were to have wanted to take out Starlink in order to handicap Ukrainian operations, and they didn't want to do something as visible as actually taking out the satellites, what would be the most likely way for them to have done it? And how would we be able to check if that's what happened?

No idea if this is plausible at all, just raising the question for anyone who knows more about this system than I do.

Zigurd · 8 months ago
I would still bet against the Russians taking down all of Starlink. If they had a zero day that could do that, they'd save it for just before a big war.

But Russian low-intensity hybrid warfare, including infiltration and sabotage, is very real. Particularly in Europe and especially so in eastern Europe. There's a lot of nasty things going on in border areas that isn't widely reported.

sneak · 8 months ago
No good way to test your PoC without burning your 0day; I don’t imagine that the OV firmware is public or even “available”.
whizzter · 8 months ago
Things get patched over time, Nato has their own comms systems whilst Ukraine relies on this third party, and the US just accepted the EU funded weapons sale so their Trump advantage seems to have disappeared with his patience in P's promises.

Thus using the weakness to launch a coordinated summer offensive now for a decisive breakthrough before US weapons supplies reaches full speed again seems like a reasonably good choice.

Conquering Ukraine is the key for restoring the USSR, Belarus is already under the yoke and Khz,etc won't dare resist after Ukr falls. P sees a victory here as moving the linchpin that makes him immortal in historybooks.

viraptor · 8 months ago
> what would be the most likely way for them to have done it?

Ensure Starlink hires an agent. Establish skills / access permissions. Push an update which bricks both the update system and the running system, so the satellites become useless.

newsclues · 8 months ago
They would exfiltrate any secret technology first, then do their best to burn the whole network.

Potentially you could burn the constellation with reentry.

modeless · 8 months ago
It's essentially impossible for anyone to disable the Starlink network by "taking out satellites" through physical means. There aren't enough anti satellite missiles in the world to make a dent, it would cost trillions to manufacture enough, and SpaceX can launch satellites faster than anyone could manufacture interceptors anyway. And Kessler syndrome is impossible at the altitudes Starlink uses.

Cyberattack is the only plausible way to take down Starlink.

gmiller123456 · 8 months ago
The anti-satellite devices could be deployed in the same manner as the Starlink satellites. And they wouldn't need communications equipment, so they could be lighter and cheaper to launch. And you really wouldn't need to take them all out, just enough to make communication unreliable.

Starlink launches reduce costs by launching a bunch of satellites with similar orbits on the same vehicle, replacing one or a few satellites is going to cost a lot more per satellite. So just disrupting the network is a lot cheaper than fixing it.

Thought the cheapest is still probably paying an existing employee to break some stuff.

ponector · 8 months ago
>>There aren't enough anti satellite missiles in the world to make a dent, it would cost trillions to manufacture enough

Few big nukes are enough to take out all satellites.

dmonitor · 8 months ago
Could some kind of microwave / laser attack from a high altitude air vehicle be possible?
cozzyd · 8 months ago
Taking out GNSS satellites would probably also effectively take out starlink.

User terminals rely on GNSS for timing and position and I wouldn't be surprised if the satellites did too.

shermantanktop · 8 months ago
If they had that capability, they could presumably do it any time, and then Starlink would recover at some point.

So it would make sense to combine this with some other offensive action where hampering communication would help them. Otherwise they are just poking at something just to do it... unless this were a more serious attack with long-term consequences.

newsclues · 8 months ago
Get an employee to take the network down from the inside.

Either exploit existing employees or take years to seed an agent into the company.

State level persistent attacks are well funded and have long timelines.

keyringlight · 8 months ago
I'd wonder about someone targeting Musk seeing as Starlink is one of his ventures that seems to be running well up to now while his other companies have issues. Having typed that out it seems like a spy movie plot, but that seems to be the world we're living in recently.
Symmetry · 8 months ago
Yeah, Russia maanged to knock Viasat offline with hacking during the initial invasion. The original donated Starlinks were supposed to replace Viasat and SpaceX was surprised that they ended up being used on the front lines. Russia has certainly been trying to knock them out ever since.
asadotzler · 8 months ago
If my memory is accurate, that didn't knock Viasat offline, it only made most of Viasat's customers unable to connect, but the network was just fine, only user routers were broken.
_joel · 8 months ago
The Russians use Starlink too, saw a video on Kiev Independent that had a Ukranian drone team take out a Starlink dish atop a Russian bunker.
sneak · 8 months ago
I imagine it is illegal for Starlink to not geofence service to prevent Russians using it for exactly that purpose. Sanctions still exist, after all.
bamboozled · 8 months ago
Doesn’t the military use a different starlink or something ?

If not and this was a cyber attack the this an attack on the USA.

Deleted Comment

Deleted Comment

flytyer37 · 8 months ago
Starlink has been supporting Russia over Ukraine (congressional investigation into this). So I would bet against Russia, but you never know. Could be rouge. Anonymous has promised in the past to mess with Musk... could be that. Well funded and some crazy good hackers.
rossdavidh · 8 months ago
In terms of actual actions, Starlink has done a lot more for Ukraine than almost anyone else, since early on. Musk says stuff from time to time in order to try to keep Putin from noticing this, and pushing him out of a window or something. But his actions are that he let Ukraine use Starlink for over a year for free, and they still use it widely today.
matwood · 8 months ago
Been using Starlink for awhile and can’t remember the last time there was an outage like this.
bri3d · 8 months ago
They were pretty common for the first few years of Starlink, but it looks like the last global coordinated outage was on May 28, 2024.
gdubs · 8 months ago
Yea it's funny because I was JUST thinking about how important StarLink has been for us here in rural Oregon. When it goes out, it's even more stark — but it hasn't happened in a very long time here.
abrahms · 8 months ago
Interestingly, this webpage doesn't load due to "no healthy upstream" and there's no status.starlink.com . That's.. quite the outage! Interested to hear what went wrong.
piker · 8 months ago
Probably their web servers are getting hugged to death by all of their worldwide users grabbing the phone to check who to call.