Second router. No internet via Ethernet without VPN connected

Feb 20, 2018
3
0
20
I have a second router upstairs connected via a power line adapter to my main router. I have no issues via WiFi, and had no issues until recently with Ethernet. After replacing my old windows 7 machine with a windows 10 one, I now get no internet from an Ethernet connected to second router. Windows shows I’m connected and sais I have internet, but it doesn’t work for any application, unless I connect to a vpn. The vpn kill switch is disabled. Any help in working this out would be great. If I just plug the pc straight into the power line adapter it’s fine.
 
Solution
Thanks for your help. I solved it. The second router was configured just as a repeater and although I had disabled DHCP for ipv4 I hadn’t realised there was a separate option to disable for ipv6. Windows 10 must use this in a way that windows 7 didn’t. Everything working perfectly now :)
Lets do a couple tests:
Pull up a command prompt and enter "ipconfig" ... near the middle of the page you will see "default gateway". Make note of that IP address.
Using the command prompt, enter "ping x.x.x.x" where the x.x is the address of the default gateway. If this works, then you are connecting to the router.
Using the command prompt, enter "ping 8.8.8.8" (this is a google server). If this works, then you are connected to the internet.
Using the command prompt, enter "ping google.com". If this works, then we have something odd going on.

My guess is the last test will fail and it's because your not getting DNS server information from your DHCP. You may have to enter it manually.

The other possibility is a network issue caused by the 2 routers. You didn't really say how the routers were setup, but I assume you are running a line from one of the lan ports of the main router to the wan port of the 2nd router. The causes you to do NAT twice and weird things can happen, especially if both are on the same network (192.168.1.x, for example). It might be worth considering changing the 2nd router to bridge mode or moving the incoming ethernet line from the wan port to a lan port. This will turn your 2nd router into a switch than can do WiFi and your main router will do all the NAT, DHCP, firewall, etc ... unless you have a reason to have 2 networks.

Let us know.
 
Feb 20, 2018
3
0
20


 
Feb 20, 2018
3
0
20
Thanks for your help. I solved it. The second router was configured just as a repeater and although I had disabled DHCP for ipv4 I hadn’t realised there was a separate option to disable for ipv6. Windows 10 must use this in a way that windows 7 didn’t. Everything working perfectly now :)
 
Solution