this post was submitted on 18 Sep 2024
49 points (96.2% liked)

Technology

58135 readers
4821 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ulterno@lemmy.kde.social 12 points 1 day ago* (last edited 1 day ago) (3 children)

Read the title and went: What? They want you to keep your network hardware ON, when unattended, to increase the undetected malware entry opportunities?

Turns out it as their own devices they wanted to push updates to.

I would really prefer to use my own device though and even better, configure it myself after learning how the ISP's network works. But convenience is what it is.

[–] CameronDev@programming.dev 19 points 1 day ago (1 children)

The malware argument is a bit weak, if your router is vulnerable to something it'll likely be found and pwnd in a matter of minutes, so turning it off a night won't really save you. And once a patch is released, it'll be reverse engineered in a few hours/days, so ideally you want patches as soon as they are released.

Using your own device is usually a good idea anyway, telco stuff is usually pretty mediocre. And as soon as your device is slightly custom, it becomes a less valuable target.

[–] ulterno@lemmy.kde.social 5 points 1 day ago

The malware argument is a bit weak

It's much more than just a bit weak, unless you are somehow continuously monitoring it, so yeah, in most end-user scenarios, it would hardly make a difference to keep it on, even if there were no updates.

[–] mbirth@lemmy.ml 10 points 1 day ago (4 children)

Yep, after moving from Germany to the UK I was pretty surprised that in the UK you’re not supposed to get this kind of information from your ISP.

In Germany you can get your own DSL/cable/fibre modem and your ISP has to give you the necessary information to get these devices into their network.

[–] ulterno@lemmy.kde.social 8 points 1 day ago* (last edited 1 day ago) (1 children)

you’re not supposed to get this kind of information from your ISP

Wait, do you mean, it's illegal to ask for it?
In my case, it just depends upon the ISP's policy.

In fact, with the current ISP, even though they provide their on modem (copper line), it has a pure bridge mode available, which I can connect to my other router and have fun looking at those packets with full transparency and the tech even went ahead and explained to me what I messed up, before resetting the modem for me, when I did use the bridge mode.

[–] mbirth@lemmy.ml 11 points 1 day ago (1 children)

Not illegal, but the ISPs are seemingly under no obligation to give you those details. In Germany, there’s the “freedom of routers” embedded in the telco law. So they HAVE to give you everything you need to get your custom router online via their wire/fibre.

Bridge mode is just using the ISPs router and bridge that into your router. It’s not the same - you still need the ISP’s access device instead of just yours.

[–] ulterno@lemmy.kde.social 3 points 1 day ago (1 children)

Not illegal, but the ISPs are seemingly under no obligation to give you those details. In Germany, there’s the “freedom of routers” embedded in the telco law. So they HAVE to give you everything you need to get your custom router online via their wire/fibre.

OIC, so, same as here. Germany seems to be having pretty well made laws in these cases.

Bridge mode is just using the ISPs router and bridge that into your router. It’s not the same - you still need the ISP’s access device instead of just yours.

Except that it is a layer 2 bridge and I couldn't connect to the network directly, either way, because their line is copper ^[] and consumer routers/modems are usually RJ45/RJ11.

[–] mbirth@lemmy.ml 3 points 1 day ago (1 children)

See, in Germany you can buy your own cable modem or fibre endpoint and connect that to the copper wire/fibre line.

[–] ulterno@lemmy.kde.social 0 points 1 day ago

I feel like we can do the same in other places too.
It just doesn't make much sense for me to buy one of those, considering I don't expect to be using a copper endpoint anywhere else I go.
I probably will get my own Fiber modem when viable (as in, I get a provider that doesn't force their own modem on me).

The major Fibre player here, requires use of their modem, of which, even the WiFi password can only be changed using their Android app. Said app connects to the internet and most probably tells their systems the new password to change to (which would of course, be in plain text), which then remotely changes the WiFi password.
Most probably, other major ones do the same.

There are some smaller players (probably Tier2/3 ISPs), which would let us have our own modems after enough effort, so I'd probably go with one of those.

[–] catloaf@lemm.ee 4 points 1 day ago (1 children)

Most providers in the US allow it too. It's great that Germany has it enshrined in law, but in practice it's not the exception.

[–] cybersandwich@lemmy.world 3 points 1 day ago

It's been allowed everywhere I have ever lived in the US.

The issues you'll run into is they get all stupid about it if your service ever goes down. They'll always blame your router/modem first. (Literally the entire neighborhood could be down and they'll act like it's something specific to your device). Sometimes they try to charge an install fee or a connection fee or other dumb shit.

I think their are local laws that require them to allow byod too. It depends on your area though.

[–] GreatAlbatross@feddit.uk 2 points 1 day ago

It's only Virgin Media to my knowledge who does this.
Most of the other providers are happy for you to use anything that works properly for VDSL or FTTP.

Most FTTP providers fit an ONT that puts the connection back into an RJ45 ethernet connector.
Then you connect to the provider using PPPOE. Anything past the ONT, you can do whatever you like.

[–] TheGrandNagus@lemmy.world 2 points 1 day ago

Here is literally no different.

[–] Im_old@lemmy.world -4 points 1 day ago (1 children)

you don't need to know how the ISP network works, you only need some networking concepts. Subnets/addressing and very basic routing (for a basic setup). You won't even need firewall rules if you don't host anything at your place (that needs to be accessed from outside)

[–] ulterno@lemmy.kde.social 3 points 1 day ago (1 children)

Sorry. I'm addicted to knowledge. I need to know.