I'm on a Mac and I want to use internet with ethernet and wifi interface at same time.
For example, I want to achieve something like what Virtualbox does: if I set my virtual machine for using wifi interface, and my host machine (Mac) priority to use ethernet interface, I get what I want: two different ips, one for host and one for guest, and they are on two different networks.
Is there any way to get this in a C/Python program? (More in general, something that's like "send this http request over ethernet interface", "send that http request over wifi interface").
Thanks!