Multiple default gateways warning

I'm a little out of my depth on this problem here. I'm getting the warning about multiple default gateways. I'm not understanding where the multiple gateways is coming from. I've gathered the following information

Results from route printenter image description here

Properties from the IP4enter image description here

And finally a list of my connectionsenter image description here

5

3 Answers

I solved it typing:

netsh wlan start hostednetwork
netsh wlan stop hostednetwork (actually I disabled it from the control panel, but I guess this command does the same)

My hypothesis / explanation:

hostednetwork is the wireless VIRTUAL network. Not sure why, it was configured with the same IP than the WiFi adapter. Then it was stopped (or it crashed!). Restarting it cleaned that duplicate ips problem.

Notice that any network device could have the duplicate IP. Check the manual assigned IPs of the other network devices too.

Anyway, it is just an hypotheis. But it solved the problem!

You have a persistent route added, check Persistant routes table in the image that you placed, I do not remember exactly how to remove it but someone else added this route for you in the past with the command "route add 0.0.0.0 mask 0.0.0.0 192.168.15.1 -persistent"

1

On two different interfaces getevey. The message should appear.

two different interfaces getevey

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like