• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

running certain programs through certain connections

albumleaf

Senior member
Currently I'm connected to the university LAN, but I'd like to run gaming software through a friend of mine's WLAN located nearby (DEAR MODS: THIS IS MY FRIEND'S WLAN WITH HIS CONSENT. THIS HAS NOTHING TO DO WITH MY UNIVERSITY). Are there programs that will allow one to route certain programs through certain connections?

Thanks
 
Simple way would be that when you want to play games with your 'friend' you would simply disable your NIC that is hard wired and let everything go through the WLAN... when done playing games just disconnect from the wireless and re-enable your LAN connection.
 
If it is always by IP then you could set the Nic on the UNI with a gateway metric of 1 while the Nic on the LAN had a gateway metric of 2 to correctly order the NICs (you could get away with not doing this, but it may cause incorrectly routed requests).

Then you can just do a route add -p IP_of_gaming_server mask 255.255.255.255 gateway_IP_of_LAN_NIC
 
Back
Top