Chinaunix首页 | 论坛 | 博客
  • 博客访问: 241280
  • 博文数量: 36
  • 博客积分: 1495
  • 博客等级: 上尉
  • 技术积分: 412
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-09 13:34
文章分类

全部博文(36)

文章存档

2016年(1)

2015年(12)

2014年(2)

2012年(4)

2011年(1)

2009年(6)

2008年(10)

我的朋友

分类: LINUX

2008-12-22 11:40:46

双网卡绑定技术
操作系统 Centos 5.2(Linux node01 2.6.18-92.el5PAE)
绑定的前提条件:芯片组型号相同,而且网卡应该具备自己独立的BIOS芯片(HP服务器支持)
需要更改的地方
/etc/sysconfig/network-scripts 具体文件如下:
[root@node01 network-scripts]# cat ifcfg-eth1
# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet
DEVICE=eth1
NOBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
[root@node01 network-scripts]# cat ifcfg-eth0
# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
SLAVE=yes
MASTER=bond0
[root@node01 network-scripts]# cat ifcfg-bond0
# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet
DEVICE=bond0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.1.216
GATEWAT=192.168.1.1
NETMASK=255.255.255.0
阅读(820) | 评论(0) | 转发(0) |
0

上一篇:双网卡

下一篇:xen 相关配置

给主人留下些什么吧!~~