IP addressing is the map a device uses to decide what is local and what must go through a router. A useful explanation connects the address to its prefix/subnet mask, default gateway, DHCP lease, DNS settings and route table. Looking at the address alone is rarely enough.
Not every special-looking address means the same thing
RFC 1918 defines private IPv4 ranges used inside networks. 169.254/16 is link-local fallback space. 100.64/10 is shared service-provider space used for address sharing such as CGNAT. IPv6 adds link-local, global and other scopes. Treating all non-public-looking addresses as “router IPs” creates bad troubleshooting and bad content.
Stable addressing without collisions
DHCP reservations are often the cleanest way to keep printers, NAS systems and servers predictable while retaining automatic gateway and DNS updates. Manual static addressing remains useful when designed carefully and documented outside dynamic assignment.
Addressing guides
- How to Find Which Device Is Your Router on a Complex Home Network? — Use gateway information, cabling, DHCP, traceroute, and device roles to identify the actual router when you have a modem, ISP gateway, mesh system, switches, and access points.
- How to Reserve a Fixed IP Address with DHCP Without Creating Conflicts? — Use a DHCP reservation when you want a device to keep the same LAN address while still receiving gateway, DNS, and lease information automatically.
- How to Change Your Router LAN Subnet Without Losing Access? — Changing from one private subnet to another can solve conflicts and improve organization, but it temporarily moves the router and every DHCP client to new addresses.
- How to Test Whether Double NAT Is Causing Your Gaming, VPN, or Port-Forwarding Problem? — Two routers performing NAT can be harmless for normal browsing but troublesome for inbound connections, consoles, VPNs, and services that expect one clear edge router.
- How to Choose Wi-Fi Channels Without Guessing? — Channel selection is an airtime-planning problem. Use spectrum conditions, channel width, neighboring networks, DFS behavior, and client support instead of chasing one “best channel.”
- How to Back Up Router Settings Before a Firmware Update, Reset, or Replacement? — A useful backup is more than clicking Export. Record service-critical settings in a portable form so you can recover even when a backup file cannot be restored to new firmware or hardware.
- How to Separate IoT Devices from Laptops and Phones on a Home Network? — Use guest networks, IoT SSIDs, VLANs, and firewall policy to reduce lateral access without breaking the local discovery your smart-home devices actually need.
- Why 169.254.x.x Appears: IPv4 Link-Local (APIPA) Explained? — A 169.254 address is usually a fallback local address selected when normal IPv4 configuration is unavailable. It is a clue about DHCP—not an internet gateway.
- CGNAT and 100.64.0.0/10 Explained: Why Port Forwarding May Stop at the ISP — Carrier-grade NAT lets providers share public IPv4 addresses across customers. It changes what “my router WAN IP” means and can block unsolicited inbound connections.
- ARP Explained: How IPv4 Devices Find the MAC Address Behind a Local IP — ARP maps an IPv4 address to a link-layer address on the local network. Understanding it explains duplicate-IP warnings, gateway reachability, and many “same subnet but cannot connect” problems.
- MTU and MSS Explained: Why Some Sites Work While Large Transfers Fail — Maximum Transmission Unit and TCP Maximum Segment Size affect packet sizing. Misconfiguration can create partial connectivity that looks like DNS, VPN, or firewall trouble.
- NAT Loopback (Hairpin NAT) Explained for Home Servers — Hairpin NAT lets a client inside your LAN reach an internally hosted service using the same public hostname or public IP that outside users use.