CentOS 5 Networking :: Bonding With 2.6.18-194.11.4.el5PAE - "bond Bond0 Has No Active Aggregator"

Sep 30, 2010

I have two servers that have been running link aggregation and VLAN trunking for years. I've installed larger drives in one and done a fresh minimal install. In spite of configuring as before the network will not come up. I did discover that a minimal install will not install vconfig which was causing one particular error when the VLANs tried to come up and this has been solved by installing vconfig. However, at this point the problem appears to be not bonding eth0 and eth1. /proc/net/bonding/bond0 indicates: "bond bond0 has no active aggregator"

If I put the old drives back in and boot the old OS everything starts up fine. I was even able to get it working with:

modprobe bonding
ip link set dev bond0 up
ifenslave bond0 eth0 eth1
service network restart

however, it does not survive a reboot. Is the a bug in the 2.6.18-194.11.4.el5PAE kernel or the network scripts? The the previous kernel I am running is 2.6.18-128.1.10.el5PAE For what its worth, these are the configurations:

[Code]...

View 2 Replies


ADVERTISEMENT

Networking :: Bonding Bond Running 802.3ad Dynamic Link Aggregation

Aug 20, 2010

Is it possible to bond an existing bond. I have 4 nics assigned to 2 bonds for link aggregation. ie

e1000g0 - bond1 - mode =4
e1000g1 - bond1 - mode =4
e1000g2 - bond2 - mode =4
e1000g3 - bond2 - mode =4

I would have presumed that you have 2 x agregates giving 2 x 2gig links and the resilience is that if one nic fails in either bond you carry on with that bond running a 1 gig link until fixed. But, our architect wants to have an active/passive (mode 1) accross bond2 and bond3. I have setup tons of mode 1 bonds and mode 4 bonds but never tried bonding 2 x mode 4 bonds!

View 3 Replies View Related

Red Hat / Fedora :: Unable To Bond Eth1 And Eth2 Together As Bond0

Feb 17, 2011

I have been googling for three days, and I though posting to a forum would be more helpful than throwing my box out the window.

[Code]...

I was able to bond eth1 and eth2 together as bond0, but I am having problems with setting up two gateways on bond0. I can set one (eg ISP1) and all the traffic always routes through that ISP. Thus defeating the purpose of bonding. eth1 and eth2 pull an ip just fine and were able to ping the internet before bonding. Originally, I set the bond0 ip to the same subnet at my internal network, but I read that in order to set up nat you need to have the adapters on two seperate subnets.

Every time I fix one issue with this scenario something else breaks. I have tried dozens of different configurations. I am relatively sure that it is just a routing table issue, but I was wondering if anyone could point me in the right direction.

[Code]...

View 2 Replies View Related

Red Hat :: Bonding - Creating The Interface Ifcfg-bond0:0 With A New IP Address

Apr 27, 2010

I've got a server that has bond0 and bond1 setup. I'm documenting some things in case I need to failover and bring up my secondary server up as primary... I just need to know if simply creating the interface ifcfg-bond0:0 with a new IP address obviously of the crashed system,,, is all that needs done or do I need to load bond0:0 module in /etc/modules.conf also?

View 1 Replies View Related

Networking :: Bonding Of For Fault-tolerance (active-backup)?

May 14, 2010

Just for the learning sake, I was going through this document for Bonding of Two Ethernet Cards for Fault-Tolerance (active-backup). Here, /etc/modprobe.conf is as

Code:

alias bond0 bonding
options bond0 mode=1 arp_ip_target=192.168.1.1 arp_interval=200 primary=eth0

Now, I just wanted to to know,

- What parameter is arp_ip_target and why it is used.

- Why the IP is 192.168.1.1, whereas the IP in /etc/sysconfig/network-script/ifcfg-bond0 is 192.168.1.5.

- Can I use the below /etc/modprobe.conf ?

Code:

alias bond0 bonding
options bond0 miimon=100 mode=1 primary=eth0

View 1 Replies View Related

Networking :: Port Bonding Won't Use Active-backup Using Round-robin?

Dec 9, 2010

I'm trying to configure my Red Hat server to use port bonding for two interfaces going to a switch, and I followed this redhat guide [URL]...-redhat-server but when I attempt to bring the bond up, it simply uses mode 0 (round robin) instead of mode 1, which I specifically configured in /etc/modprobe.conf by doing

Code:
options bond0 mode=1

Any ideas why the bond would continue to use round robin when I set it to active-backup?

View 2 Replies View Related

CentOS 5 Networking :: 2 Bond Interfaces 2 Different Modes

Dec 7, 2010

I have 4 NICs and am trying to create 2 bonds. The first bond is mode 1, the second is mode 4. What happens though is makes both bonds mode 1. Here's my modeprobe.conf:

alias bond0 bonding
options bond0 miimon=80 mode=1
alias bond1 bonding
options bond1 miimon=100 mode=4 lacp_rate=1

View 4 Replies View Related

CentOS 5 Networking :: Bonding Or Bridging?

Jul 19, 2011

I am confused as to what is going on with a particular box that I am working with.As you can see in the attached ifconfig print out, one eth port is basically only used as a output while the other is only really used as an input.I connect to the box via 10.20.40.104 for ssh,ftp,http,etc.I just want to know the name of what is happening (is it bonding,bridging?) and maybe some information about where it is configured.I looked in modprobe.conf

eth0 Link encap:Ethernet HWaddr 00:1E:C9:EE:5A:91
inet addr:10.20.40.105 Bcast:10.20.40.255 Mask:255.255.255.0
inet6 addr: fe80::21e:c9ff:feee:5a91/64 Scope:Link

View 6 Replies View Related

CentOS 5 Networking :: Bonding Mode=1 Doesn't Work Properly

Dec 10, 2010

We have a Blade server connected to a two internal ESM Cisco switch. We want to have a active-backup configuration with bonding. We follow the documentation and we hace configured the next:

Centos 5.5
ETH0:
[root etc]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Broadcom Corporation NetXtreme II BCM5709S Gigabit Ethernet
DEVICE=eth0

[Code].....

View 1 Replies View Related

General :: Use USB Tape Drive On Centos 5.3 (kernel 2.6.18-164.10.1.el5PAE)?

Mar 2, 2010

I have been trying to install HP Storageworks DAT72 on CentOS 5 in vain. On system reboot, neither /dev/st not /dev/sg is available.

lsmod
Module Size Used by
ipv6 267617 40
xfrm_nalgo 13381 1 ipv6

[code]....

View 1 Replies View Related

Networking :: Tell Dhcpd To Listen To Ifcfg-bond0?

Mar 30, 2010

How to tell dhcpd to listen to ifcfg-bond0 ?

View 1 Replies View Related

Ubuntu Networking :: Setting Up A NIC Bond With 4 Cards?

Jan 29, 2011

Got 4 onbards nics and would like to bond them into a single 4GB pipe. It is running a number of VM's. I can set up a link in my switch but I am stumped on ubuntu side. I think I have to make a file with entries but not sure where or how.

View 2 Replies View Related

Fedora Networking :: FC10 - Int-bond0 Doesn't Comes Up During Boot?

Mar 4, 2009

I'm bonding the two NICs on my FC10 server to create a bonded LAG between it and my Cisco Catalyst switch, but during kernel init, the system always give me a notice that "bond0 doesn't appear to exist" so it skips it.Once I log in, I can always open Network Manager and the bond0 interface goes from "Inactive" to "Active" and bond0 immediately works, and I can restart the appropriate network services and everything is fine. But any idea why this bonding wouldn't be initializing during boot up? The ports on the Cisco are configured for hard set speed and duplex and portfast is turned off on them.Is there a guide for best practices for creating LAGs (bonded interfaces) between FC10 and Cisco switches?

View 4 Replies View Related

Ubuntu Networking :: Duplicate Ping Replies On Bond0?

Oct 14, 2010

I have 4 NICs in my 10.04 server, 3 of which I have bonded. The bond itself is working fine -- I'm able to connect to and from the machine -- but whenever I try to ping out, I get duplicate replies. Google has, so far, yielded nothing of use.

I've included potentially relevant files:

/etc/network/interfaces

Code:
# The loopback network interface
auto lo
iface lo inet loopback
auto bond0

[Code]....

View 3 Replies View Related

Networking :: RHEL4 ES - Bond Two NICs For Redundancy For Upstream Connectivity?

Jul 15, 2010

I have several servers that we have bonded some NICs for rundancy and they will of course switch from primary to secondary NIC if connection state is lost to the switches they are physically connected to, but is there any way to be able to sense upstream connectivity (off switch) for each NIC and failover even though the NIC itself has a connection state to the switch it is plugged into? We are using Dell managed switches on VLANs with trunking.

View 3 Replies View Related

CentOS 5 Networking :: Active UNIX Domain Sockets Necessary To Use

Jun 28, 2009

Did a netstat -an got this

Active UNIX domain sockets (servers and established)

View 1 Replies View Related

CentOS 5 Networking :: Active Directory Login Not Working

Jun 22, 2010

I am testing CentOS 5.4 on a virtual machine before deploying to a server.I am trying to get authentication through our Active Directory server, without actually joining the machine to the domain.I tried multiple tutorials, including this one: URL...Basically I enabled authentication through kerberos and modified my ldap.conf file.

View 1 Replies View Related

CentOS 5 Networking :: Intel 3945 Everything Active However Wireless Just Would Not Connect?

Mar 12, 2009

working to sort out the damn wireless for too long. Mine in cent05 5.2 . network manager is on and I can see the icon on tray. It list all the wireless connections too, but just won't connect. WPA encry is disabled. further details below:

# lspci | grep Wireless 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

# ethtool -i eth1
driver: ipw3945
version: 1.2.1dm
firmware-version: 14.2 1:0 ()
bus-info: 0000:0c:00.0

[Code]...

View 5 Replies View Related

CentOS 5 Networking :: VMware ESXi - E1000 Network Adapter Is Not Active And Not Pick Up An IP Address?

Feb 28, 2011

Installed CentOS 5.5 on VMware ESXi server running vsphere 4.1. Installed fine and picked the E1000 network adapter. But can't get the adapter to become active and pick up an IP address. Has anyone done this before? I can't get it to work. When i was testing CentOS out i used VirtualBox and worked fine using bridged networking but just can't seem to get this network card working.I've put some pictures of the config i've got.http:[url]....

View 2 Replies View Related

Networking :: How To NIC Bonding

Mar 26, 2010

I am running FC10, How to NIC bonding ..

View 1 Replies View Related

Ubuntu Networking :: LAG Instead Of Nic Bonding?

Feb 16, 2010

I've run across a few threads in the archived forums regarding nic bonding. I could be wrong but I imagine most of the people that are looking at bonding are probably really wanting what they would get out of creating a LAG between their Ubuntu Server and a managed switch capable of LACP trunks. If you have two NICS on your ubuntu server and want 2gps throughput & failover check out the page on creating a LAG. Obviously this requires your switch to be compatible though. [URL]...

View 1 Replies View Related

Fedora Networking :: Bonding With Static Ip

Feb 26, 2009

I installed Fedora 10 and used dynamic IP first. Then I found out that bonding works with static ip only so I switched to static IP. But then, since I have 3 NIC cards, I configured bonding. I need help in these points:

1- steps to follow so that I switch from dynamic to static IP
2- steps to follow so that I configure bonding

View 2 Replies View Related

Ubuntu Networking :: How To Make Bonding

Sep 1, 2011

I have 2 Net connection and 2 NIC. I want to know how to make bonding for that. I am using Ubuntu Server Natty 11.04 - 64bit

[code]....

Is it possible to make Bonding?

View 1 Replies View Related

Networking :: 802.3ad Bonding Not Using All Interfaces Equally

Apr 14, 2011

I am seeing an issue on a few servers where it doesn't appear all NICs in the 802.3ad lag are all operating at the same level. A few of the servers have two bonds each with two NICs in each bond.I have two NFS servers that each has 1 bond with 3 NICs.All are RHEL5 x64 2.6.18.I think the reason why I see one interface dominating RX and another dominating TX is due to the xmit_hash_policy but there are three hosts that use this particular server for network traffic.That's 3 different physical mac addresses.The layer2 algorithm should be fine in that situation I would think.Would I just be better off with balance-rr?

View 3 Replies View Related

Networking :: Bonding 2 Or More Adsl Connections

Nov 2, 2010

is possible to use linux (especially slackware) to bond 2 (ethernet modems) adsl connections. For example if i have 2 connection of 24mbs download and 512 upload i will create achieve 48 mgps dowload and 1 mgps upload . something like that

adsl1 modem <------ eth1--- (slackbox router) --- eth0---> my server
adsl2 modem <------ eth2----

View 4 Replies View Related

Networking :: NIC Bonding Works With Dhcp?

Dec 15, 2010

I want to bond two NIC to the same IP, I was able to do this for Static IP but not DHCP.
Does anyone have any idea about the possibility of this?

The process at which i reached to this question is explained here:
http://ubuntuforums.org/showthread.php?t=1645440

View 1 Replies View Related

General :: What Is The Difference Between El5 And El5pae

Oct 26, 2010

sometimes when I install Centos5 on separate machines, it boots with el5 kernel on one and other with el5PAE. Server models are almost identical to one another. such as identical motherboard, identical cpu, difference in Amount of RAM, different Harddrive manufacturer. I'm assuming this is hardware dependant but what is the difference between these two?

View 5 Replies View Related

Ubuntu Networking :: NIC Bonding - Teaming And Switches ?

Jun 20, 2011

I have a question about bonded NICs and the switches they are connected to.

I have a server which needs to send a lot of data to another server quickly. Both have multiple GbE NICs. I understand what is required at the server end (I think) in that a pseudo-interface is created such as bond0 with the IP applied to that interface rather than eth0 and eth1.

My question relates to the connection between the servers, i.e. the switch. Is a specific type of switch required for this to work, as an IP will have 2 (or more) MAC addresses associated with it, or how does the switch decide to which port to route the traffic for the bond0 IP?

Also, will this only work when multiple connections are being made? What I mean is, will each individual TCP connection only use either the physical eth0 OR the physical eth1 interface, or can a single connection make use of the aggregated bandwidth, sending one packet to one physical interface and another to the other physical interface, using the bond0 IP as the destination?

What I am trying to work out is if I had a storage server connected to an application server and exporting storage using NFS or GlusterFS, would an aggregated link improve throughput?

View 7 Replies View Related

Networking :: Bonding / Binding Multiple Interface Into 1

May 27, 2010

I have 4 DSL modems connected with 4 different ISP's my scenario is

a) My FC-2 machine with LAN IP=192.168.10.1 and Bond0 IP=192.168.1.1
b) Modem-A LAN IP= 192.168.1.2 , ext IP=xxx.xxx.xxx.xxx
c) Modem-B LAN IP=192.168.1.3, ext IP=xxx.xxx.xxx.xxx
d) Modem-C LAN IP=192.168.1.4, ext IP=xxx.xxx.xxx.xxx
e) Modem-D LAN IP=192.168.1.5, ext IP=xxx.xxx.xxx.xxx

Modem-A, B, C, and D LAN connected with my FC-2 machine, and all 4 interfaces of my machine are in Bond0, Now please help me what default Gateway I should set in my FC-2 machine?>??? or I have to set 4 gateways in my machine?and will this configuration works?

View 1 Replies View Related

Networking :: Bonding Mode 1 Fails - Can't Ping The LAN

Oct 8, 2010

I'm trying to set-up a back-up (mode 1) bonding nic. I can't ping the LAN, pinging bond0 locally however works. Here is my config:

/etc/modprobe.conf
Code:
alias eth0 e1000e
alias eth1 e1000e
alias eth2 e1000e
alias eth3 e1000e
alias scsi_hostadapter ahci
alias scsi_hostadapter1 usb-storage
alias bond0 bonding
[Code].....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved