Assuming multiple network interfaces (eth0, eth1...), how can I specify which one I would like to use?:
- Can I specify per-application which network interface should be used?
- Can I specify system-wide which network interface should be used (without necessarily disabling all the other 'competing' interfaces)?
- If other interfaces must be disabled, is it possible to later (easily) recover the prior configurations of those other interfaces?
Thanks.