Laptop has a wired ethernet connection for all internet access, connected to a router. It also has a wifi connection to a mifi for access to a private radio network (no internet through this connection, only access to the radios). The default gateway is the internet router (192.168.0.1). The mifi is 192.168.2.1. I want all 172.16.23.x traffic to go through the mifi and all other traffic through the wired ethernet. Using Win 7 Pro. I used "route -p 172.16.23.0 mask 255.255.255.0 192.168.2.1". Route Print shows 0.0.0.0 0.0.0.0 192.168.0.1 Default (metric) and 172.16.23.0 255.255.255.0 192.168.2.1 1 (metric). Problem is when I connect to the mifi, ALL traffic goes through it and I lose my internet (since the radios have no internet access). How can I get both to work at the same time so I can access the internet AND the radios?