Home Network Basics
Securing your router properly, running your own DNS server, and setting up VPN access to your home from away, explained hands on.
Last updated: September 1, 2026
Securing your router properly
Basic protection
Change the default passwordRight after setup, many devices otherwise use a well known factory passwordWPA3 or WPA2Turn on current Wi-Fi encryption, avoid older standardsKeep firmware up to dateRegularly check for updates for the router itselfDisable remote accessDon't make the router's interface itself directly reachable from the internetPort forwarding
Only what's neededEvery open forward is an additional possible point of attackFixed, internal IPAssign a fixed address to the relevant device on the network so the forward stays stableUnusual portsReduces automated mass scans, but doesn't replace real securityRunning your own DNS server
What DNS actually does
Domain to IPTranslates a name like eliasdev.de into the matching IP addressBy defaultUsually runs automatically through your internet provider, without you noticingYour own DNS server on the network
Ad blockingA DNS server of your own can block ads and trackers for the whole network, not just in the browserFor every deviceAlso works on devices where you otherwise can't install an ad blocker, like smart TVsNeeds its own serverRuns as a small service of its own that you operate yourself on the networkAlternative, without your own server
Privacy friendly DNSYou can often set an alternative, public DNS provider in the router instead of your internet provider's ownDNS over HTTPSEncrypts the DNS request itself, so it can't be read along on the wayVPN access to your own home while away
The basic idea
Encrypted tunnelConnects your device securely to your own home network while you're awayWireGuardA modern, lean VPN software built for exactly this purposeAccess as if at homeThis lets you access your own devices on the home network while away, as if you were right thereWhat's needed for it
A running VPN serverFor example WireGuard, set up on a device of your own on the networkA port forwardThe VPN port needs to be specifically forwarded inward in the routerDynDNS for a changing IPIf your internet provider doesn't assign a fixed IP address, a DynDNS service helps you stay reliably reachable anywayWorth a look
The path from away back home
Simplified view of how a VPN connection reaches your home network from outside.
Your own device, away from home
Internet
Router, port forward to the VPN port
WireGuard server on the home network
Your own devices at home, now reachable
This is exactly the principle you'd use with a VPN like WireGuard to securely access your own home network while away, without having to expose individual services to the outside one by one.