"Everything has the same IP?!"
You plugged in a second router and now nothing works. Both routers think they're 192.168.1.1. Your laptop doesn't know which one to talk to. Welcome to IP address conflicts.
You unplug the second router. Everything works again. You plug it back in. Chaos. The network icon on your laptop spins endlessly. Some websites load, others don't. Devices randomly disconnect. You've just learned a painful lesson: every device on a network needs a unique address.
Why This Happens
Think of IP addresses like street addresses. If two houses on the same street both claim to be "123 Main St," the mail carrier has no idea where to deliver packages. The same thing happens on your network. When two routers both answer to 192.168.1.1, your laptop sends a request and gets two different responses — or worse, gets responses from the wrong device entirely.
Most consumer routers ship with the same default IP address: 192.168.1.1. This works fine when you have one router. The moment you add a second one without changing its address, you've created a conflict that breaks everything.
The Solution: An IP Addressing Plan
Before adding any more devices, you need an IP addressing plan — a simple document that says "this device gets this address, this network gets this range."
It sounds boring. It is boring. But skip it now and you'll spend days debugging mysterious connectivity issues later.
Static vs DHCP: When to Use Each
You have two options for assigning IP addresses:
-
Static IPs — You manually configure each device with a specific address. Best for routers, servers, printers, and anything you need to reliably find on the network.
-
DHCP — A server automatically hands out addresses to devices as they connect. Best for laptops, phones, and guest devices that come and go.
For your core network infrastructure — routers, access points, the local server — use static IPs. For everything else, let DHCP handle it.
The Payoff
You reconfigure your second router with a new IP address. You update your spreadsheet. You plug both routers into the network. Everything works. Your laptop connects without hesitation. Both routers are reachable, each at their own address.
It took fifteen minutes and a simple text file. It saved you hours of future headaches.
Guide reference
For step-by-step instructions on configuring static IPs in OpenWrt, see Guide — IP Addressing.