Windows – PCs with Wired Connection Keep Losing Internet Connectivity

internetiprouterwifiwindows

I have a U-verse ATT DSL Internet at our church building. Recently, any computer that is plugged into the network via Ethernet keeps losing its internet connectivity. The setup is from the Modem to a Netgear Wireless Router, and from the router to 3 different computers. None of the laptops that use Wifi ever lose internet, just the wired ones, and I end up having to do ipconfig /release and /renew every day to get it back. One computer has Windows 7 and one has Windows XP. Any ideas as to what is going on with our network?

Best Answer

Keep in mind that the 2Wire Gateway device installed with your U-Verse service is more than a "modem", it is a router, DHCP server, and WiFi Access Point as well.

So, connecting another similar device to it can introduce conflicts, in routing, in IP address allocation, and so on.

Right off the bat, I'm thinking you may have overlapping DHCP scopes, because 'out of the box' most home/small biz routers sold allocate addresses in the 192.168.x.x range (private IP's). This is the range that the 2Wire's DHCP server uses. So what happens is, you end up allocating the same IP to two separate devices on the same network - when this happens, BOTH see the conflict and stop talking. Your release/renew exercise is a stopgap (essentially you're getting a "new" IP) but depending on which DHCP device you get it from, you may end up with the same problem again.

To fix the issue, the easiest way to do this would be to configure the second router to "bridge mode", essentially turning it into a switch with a DHCP proxy. Rather than make routing and address allocation decisions by itself, it would then send those requests back to the 2Wire unit. Or, ditch the router completely and install a switch in its place.

If you must have the second router on your network, configure it to use a completely separate range (DHCP Scope) of IP's, and then set it to route THAT subnet to the 192.168.x.x subnet managed by the 2Wire gateway. You'll end up configuring a lot of extra options, but once it's set up, you shouldn't see these issues continue. Be sure and save all of your settings in a text file, Excel file, or database, on a flash drive or on another system, so that if you ever have to replace either the 2Wire OR the second router, you don't have to redo all of the research, and can get straight to configuring things to work well together.

Related Topic