Jason Livezey wrote:
I am trying to create some fail over and for some reason I can not create more than one bonded port. I have seen other people have had trouble with this, but no luck as of yet. I am running OF 2.2....

Any help would be appreciated...


Hi,

Here is what I did:

cat /etc/sysconfig/network-scripts/ifcfg*


[EMAIL PROTECTED] network-scripts]# cat ifcfg-* | grep -v lncsa
DEVICE=bond0
IPADDR=192.168.0.59
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
GATEWAY=192.168.0.254
ONBOOT=yes
BOOTPROTO=none
DEVICE=bond1
IPADDR=10.10.10.10
NETMASK=255.255.255.0
NETWORK=10.10.10.0
BROADCAST=10.10.10.255
ONBOOT=yes
BOOTPROTO=none
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:11:43:33:0F:99
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
USERCTL=no
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:11:43:33:0F:9A
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
USERCTL=no
DEVICE=eth2
BOOTPROTO=none
HWADDR=00:1B:21:0F:93:B8
ONBOOT=yes
TYPE=Ethernet
MASTER=bond1
SLAVE=yes
USERCTL=no
DEVICE=eth3
BOOTPROTO=none
HWADDR=00:1B:21:0F:93:B9
ONBOOT=yes
TYPE=Ethernet
MASTER=bond1
SLAVE=yes
USERCTL=no
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback


contents of /etc/modprobe.conf

alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptspi
alias scsi_hostadapter2 ata_piix
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias eth0 e1000
alias eth1 e1000
alias eth2 e1000
alias eth3 e1000
alias bond0 bonding
alias bond1 bonding
#mode4 -> 802.3ad
options bond0 max_bonds=10 mode=4 miimon=100
options bond1 max_bonds=10 mode=4 miimon=100
alias scsi_hostadapter3 cciss
alias scsi_hostadapter4 pata_sil680


Laurent
_______________________________________________
Openfiler-users mailing list
[email protected]
https://lists.openfiler.com/mailman/listinfo/openfiler-users

Reply via email to