This is something I’ve wondered after for a while and I couldn’t think of a different title in under 80 characters. What I’m trying to do is use both my WiFi and Ethernet at the simultaneously, on different networks. Is there a way to have PowerShell open a connection, as if opening a workflow, using the Ethernet for an internal/ad hoc network connection, while maintaining my Internet connection on my WiFi? For example, I’m reprogramming my firewall and don’t want to put it on my network yet. Should I just use ROUTE to say anything going to my firewall at IP(a) use InterfaceAlias “eth2” and everything else use InterfaceAlias “WiFi”?
Ideas?
Krieger-bot