0

I have a linux Proxmox server with two ethernet ports. The problem is that I have two uplinks that I would like to use with different bandwidth limitations. The first uplink maxes out at 100mbs and the other maxes out at 10mbps. Is it possible to have both uplinks plugged into my server and split incoming/outgoing traffic on these ports?

cyberhicham
  • 202
  • 2
  • 13
DiverseAndRemote.com
  • 2,011
  • 3
  • 15
  • 16

1 Answers1

0

For outgoing, you can set a multipath route using the ip command. See http://lartc.org/howto/lartc.rpdb.multiple-links.html. There is no simple way to balance the incoming traffic.

Mark Wagner
  • 17,764
  • 2
  • 30
  • 47