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 print
Properties from the IP4
And finally a list of my connections
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"
1On two different interfaces getevey. The message should appear.