this post was submitted on 05 Sep 2026
4 points (100.0% liked)

Privacy

10681 readers
87 users here now

A community for Lemmy users interested in privacy

Rules:

  1. Be civil
  2. No spam posting
  3. Keep posts on-topic
  4. No trolling

founded 3 years ago
MODERATORS
 

Are wi-fi hotspots/repeaters a good way to mitigate privacy issues from routers?

Routers from what I understand have a few way to monitor people around, like radio-based sonar, logging and informing of every device that connects to it, etc.

If wanting to ensure some more #privacy, would it be a good option to keep the router as far as possible from the common areas of the house, so what I can "see" is blurry at best, while using repeaters like old phones on vanilla AOSP and SBC devices?

That's not my area so maybe I'm going way off in my assumptions, but I'd think that these repeaters wouldn't bridge sonar functions, they wouldn't report on devices connected through them, their systems wouldn't be a black box unlike the router itself, data packets sent from devices with VPN would remain encrypted while they go through the repeaters and router's route, and with ethernet cables could allow for an specially long distance.

So... Would it be an interesting option?

you are viewing a single comment's thread
view the rest of the comments
[–] adespoton@lemmy.ca 2 points 1 hour ago

I think you may have your terminology confused.

A router routes packets between network endpoints— usually based on MAC ID. They can do passive routing (just broadcast any incoming packets out to all network ports) or active (keep a record of which MAC is assigned to which port, and only send packets to the ID that matches).

ISPs often supply an “all in one” device that is a modem (connects out to the ISP equipment), a router, a firewall, and a WiFi access point. The WiFi it uses these days is often MiMo style where it does mesh networking with a bunch of satellite devices you plug in around your house.

Used in this mode, your ISP and their MiMo provider know exactly which devices are connected to your network (because it’s really their network) and where they’re located in your home.

But those “all in one” devices are required to be switchable into “bridged mode” where all they are is a modem and a pass-through network router. In that mode, all they can do is pass network packets. If you set things up in this way, you then have to provide your own firewall to connect to the device, your own routers and switches to connect to your firewall, and your own WiFi APs to connect to that.