我有一个带有两个以太网端口 (eth0、eth1) 的工作站,问题是我无法同时运行两个端口。我可以使用其中任何一个端口运行,但不能同时运行。
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.22.221.29
netmask 255.255.255.0
gateway 172.22.221.1
dns-nameservers 172.22.2.32 4.2.2.2
auto eth1
iface eth1 inet static
address 172.22.221.30
netmask 255.255.255.0
gateway 172.22.221.1
dns-nameservers 172.22.2.32 4.2.2.2
答案1
如果你正在寻找诸如负载平衡之类的东西,你可能会喜欢https://help.ubuntu.com/community/UbuntuBonding?action=show&redirect=LinkAggregation。
您可能还想看看这个答案:主板上有两个以太网端口。如何才能获得双倍带宽?