Ethernet connection randomly stopped working
Go to solution
Solved by Nergale,
Do you know your gateway routers IP? (The IP Address of the router that should connect you to the internet - something like 192.168.1.1)
If so, try to ping it. To do so open your command line (windows + x, press "run" and type cmd. Then in the black window type "ping *yourroutersip*"
-
If that fails, your layer 2 connection to your router is not working correctly. You might want to check your IP first:
- 1. Are you in the same subnet as your router?
- 2. Can you ping any other client within your own subnet?
-
If you succeed, and you get a response, then you should check your routing table. If your client doesnt know where to send your packets to, it will simply drop them.
- Open the command line again, type "route print".
- Look for your default route, it will look something like this:
0.0.0.0 0.0.0.0 *yourroutersip* *yourip*
If you happen to have 2 of those routes or none, then you need to fix that, but we'll cross that bridge only if we need to.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now