Network Privacy
Home Network Privacy
Your router sees everything, and the devices on your network can see each other. Both are worth fixing.
Most threat modelling starts with the internet. The network inside your house sees more, and is easier to fix.
What the router sees
Every device’s traffic, every DNS lookup, every device that connects, and when. Many routers keep connection logs, some indefinitely, and the default is usually “record everything”.
What the devices see of each other
On a typical home network, every device can reach every other device directly. That means a compromised smart bulb, a television, or a printer can reach your laptop, your NAS, and your phone — and a service that simply queries the local network gets a response.
Changes, in order of value
- Update the router firmware, and check whether it is still supported. Routers are the least updated device in most homes.
- Change the administrative credentials, and disable remote administration unless you need it.
- Use WPA2 or WPA3 with a long passphrase. A router still using WEP, or a short administrative password that is also the Wi-Fi key, is the most common home network problem.
- Turn off UPnP unless you have a specific need for it. UPnP lets a device on your network ask the router to open a port to the internet.
- Segment: put untrusted and smart devices on a guest network, and keep the workstation, the phone, and anything holding credentials on the main one. Guest networks exist for this and are almost always unused.
- Point the router’s DNS at a resolver you control, so devices that ignore your browser still do not leak to your ISP. See DNS privacy.
- Reduce logging, and check what the router retains.
- Audit what is connected. A device list you have never reconciled is the usual way unknown hardware joins a network.
router.local — administrative interface: restrict by source, or bind to the LAN only
192.168.1.1 — the most common default; check whether yours is remotely reachableIPv6 and RA
IPv6 changes the threat model in a way people miss: devices have globally routable addresses by default, and neighbour discovery is how they find each other. If you disable IPv6, understand that some things break; if you keep it, the segmentation above matters more, not less. Router advertisement settings belong in the same review as the Wi-Fi settings.
What this does not solve
- Your ISP still sees your traffic to the internet. This is about the local segment.
- Devices with a microphone and a network radio can exfiltrate on their own schedule.
- Physical access to your router gives access to everything on it. This is a home, not a data centre.
- A device that is already compromised on your network is not fixed by segmentation alone, though segmentation limits what it can reach.
Sources
- RFC 1918 — why private address ranges say nothing about exposure, and are frequently misused as a security boundary.
- NIST SP 800-193 — platform firmware protection, relevant to the router and to any device you install firmware onto.
- UK NCSC: Information for individuals and families — practical home network guidance from a national CERT.
Topics
Sources
Related guides
-
Guide Intermediate
DNS Privacy (Guide)
Why name resolution is the most useful thing your network can see, and what encrypted DNS changes.
-
Guide Intermediate
What VPNs Do and Do Not Do (Guide)
The single change a VPN makes, the trust it transfers rather than removes, and how to read a provider claim.
-
Guide Intermediate
Operating System Hardening Basics (Guide)
A short, durable hardening routine: updates, permissions, encryption, telemetry, and what to leave alone.
-
Guide Introductory
Choosing a Browser (Guide)
What the three main engines do differently for privacy, and a decision order that fits most people.