LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 446|回复: 0

双网卡如何绑定多个ip?

[复制链接]
发表于 2006-10-14 22:42:34 | 显示全部楼层 |阅读模式
/etc/network/interfaces如下:
iface bond0 inet static
        address 10.1.50.252
        netmask 255.255.255.0
        gateway 10.1.50.1
        post-up ifenslave bond0 eth0 eth1
        pre-down ifenslave -d bond0 eth0 eth1

现在想让bond0再绑定两个ip,应该如何写呢?
有谁曾经这样做过麻烦指点一下,谢谢了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表