3

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.

ChaimKut
  • 191

1 Answers1

2
  • Can I specify per-application which network interface should be used?

Yes. Use the per-application configuration options to bind it to the interface or an address assigned to the interface.

  • Can I specify system-wide which network interface should be used (without necessarily disabling all the other 'competing' interfaces)?

No.