So I've tried prioritizing my LAN over my Wireless... It just doesn't work. I've also tried messing around with the Interface metric. it doesn't work either.. help!
The default for most machines is to use the ethernet if both ethernet and wireless are connected. You are correct the metric should be what determines which is preferred.
Use the route print command and see if the changes you make actually are effective. Sometime you must stop and restart the interface for it to take affect. Your other option is to use the ROUTE DELETE command and remove the 0.0.0.0 route for the wireless interface. Unfortunately dhcp sometime puts it back so set your dhcp timeout really high on your router
The default for most machines is to use the ethernet if both ethernet and wireless are connected. You are correct the metric should be what determines which is preferred.
Use the route print command and see if the changes you make actually are effective. Sometime you must stop and restart the interface for it to take affect. Your other option is to use the ROUTE DELETE command and remove the 0.0.0.0 route for the wireless interface. Unfortunately dhcp sometime puts it back so set your dhcp timeout really high on your router
I'm assuming you mean the netstat -rn command (sorry I'm a noob). Changes don't take place there tho.
The route command can change the metric also. It is the default route ie 0.0.0.0 that controls where internet traffic goes. I think you need to use the persistent option to stay in effect on a reboot.
The route command can change the metric also. It is the default route ie 0.0.0.0 that controls where internet traffic goes. I think you need to use the persistent option to stay in effect on a reboot.
ok... so if i remove my wireless route will it disable it completely? Like what if i want to connect back to it?
If you are playing with the metric, you are messing with routing.
What exactly are you trying to do? some sort of Dynamic Prioritization, or you simply want to go out ethernet when both NICs (ethernet + WIFI) are enabled?
If you are playing with the metric, you are messing with routing.
What exactly are you trying to do? some sort of Dynamic Prioritization, or you simply want to go out ethernet when both NICs (ethernet + WIFI) are enabled?
I'll be streaming and when I do I'll be using my Wireless for streaming and my LAN for gaming (Because Wifi is super-fast but limited). I can configure OBS to use my Wifi to stream but I cannot make the game use LAN because there is no in-game option and Wifi has priority over LAN for some reaseon. I've tried using the interface metric, it doesn't work for me for some reason.
Yeah both internet are from different ISPs. So I have to use this command? DESTINATION X.Y.W.Z GATEWAY IP1
Once you have done the modification, that's what the new entry on the table should look like. The commands and steps to get there, I will leave it to you to figure out.