I'm setting up a router and modem for the first time, but I'm running into a problem. When I try to enter the IP address, I get an error that says, "WAN IP address and LAN IP address cannot be the same network segment." What does that mean for the correct network segment? Also, just to clarify, is my IP address referred to as the default gateway or the preferred DNS? My IP is currently 192.168.0.1.
3 Answers
To fix your issue, you’ll need to use a different network segment for your LAN side compared to what your ISP uses for your WAN. For example, if your ISP is assigning an address in 192.168.0.x, try using something like 192.168.1.x for your LAN. You can also consider using addresses from the 10.x.x.x range. Just make sure the two are different to allow proper routing.
And, it's better to enable DHCP on your router rather than using static IP settings unless you have a specific reason to set static IPs.
Remember, if both your WAN and LAN use the same segment (like both being 192.168.0.x), your router won't be able to route traffic effectively, hence the warning. Just change your LAN settings to a segment that is different from the WAN side, and that should take care of the issue. For instance, if your WAN IP is in the 192.168.0.0/24 network, using 192.168.1.x for your LAN would solve the problem.
The WAN side of your router will get an IP address from your ISP, while the LAN side is something you choose, usually within the 10.x.x.x or 192.168.x.x ranges. About your question on default gateway and DNS, if you're talking about a device connected to the LAN, typically your router's LAN address like 192.168.0.1 acts as both.
If you see that error, it means both sides are trying to use the same address space. You might want to switch your LAN IP to something like 192.168.1.x instead of using 192.168.0.x for your LAN. That should resolve the issue!

I don't really understand what a subnet or segment is. Could you give me an example of a subnet?