You can change the interface metrics and force the computer to prefer the wireless link over the wired connection (preference is wired over wireless if I am not mistaken). Then you can add a persistent route for local networks to use the wired interface.
On a windows system, metrics are normally given automatically but you can change them in the Advanced TCP/IP settings for the adapter. The higher the metric number the lower the preference. Then you can use the route command (type route -? for syntax) to add a persistent route for the local connection.
Example
LAN interface ip 192.168.1.100 id 1 force metric to 20 (default would be ~ 10)
WLAN interface ip 192.168.1.101 id 2 force metric to 10 (default would be ~ 25)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.