Chinaunix首页 | 论坛 | 博客
  • 博客访问: 133604
  • 博文数量: 58
  • 博客积分: 1411
  • 博客等级: 上尉
  • 技术积分: 750
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-25 11:41
文章分类
文章存档

2010年(20)

2009年(37)

2008年(1)

我的朋友

分类: 系统运维

2009-12-22 09:25:15

双网卡绑定技术
操作系统 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

阅读(497) | 评论(0) | 转发(0) |
0

上一篇:LDAP配置

下一篇:RHEL5.2上使用ISCSI客户端

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