我按照 Redhat 组合配置指南在 Ubuntu 上配置 NIC 组合,除了 LACP 之外,其他都按预期工作。
我尝试teamd
使用 JSON 配置文件和nmcli
方法,两者都可以创建 LACP 团队接口,但是当我尝试配置 IP 地址时,DHCP 和静态都不起作用。
$ ip a
显示No-carrier
和state is DOWN
团队界面。
有人在 Ubuntu 上运行过这个吗?
[更新] 这是我的配置文件(来自/usr/share/doc/libteam-utils/examples/lacp_1.conf
):
{
"device": "team0",
"runner": {
"name": "lacp",
"active": true,
"fast_rate": true,
"tx_hash": ["eth", "ipv4", "ipv6"]
},
"link_watch": {"name": "ethtool"},
"ports": {"eth0": {}, "eth1": {}}
}
我家里没有网络交换机,等我回到办公室后,我会发布 Shunz 先生建议的 ip 地址、ip 路由和 ip 链接的输出。
谢谢!