假设我有 eth0(我的管理接口),然后是 eth1 和 mac1,以及 eth2 和 mac 2(其他网卡正在运行)。我如何重新分配 eth1 和 mac2,以及 eth2 和 mac1,并在不重启的情况下启动它们?
答案1
编辑文件/etc/init.d/network
您可以评论/删除./ifdown $i boot
下面的行
action $"Shutting down interface $i: " ./ifdown $i boot
像这样 :
action $"Shutting down interface $i: "
# ./ifdown $i boot
停止 系统 重启/etc/init.d/network restart
.
您必须通过此操作检查 mac 地址是否发生变化。或者您必须重新启动系统。
答案2
您可以使用该ip
命令来改变接口的名称。
- 为 eth0 指定新名称 swapit
- 为 eth1 分配新名称 eth0
- 为 swapit 分配新名称 eth1