similar to: TC not working well with bonded nics please help

Displaying 20 results from an estimated 3000 matches similar to: "TC not working well with bonded nics please help"

2007 Mar 18
0
Doubt...
---------------------------- Original Message ---------------------------- Subject: Doubt... From: dhananjay.tembe@calsoftinc.com Date: Mon, March 19, 2007 2:33 am To: lartc@mailman.ds9a.nl -------------------------------------------------------------------------- Hi, I am facing a problem when I run tc on the bonded nic cards. When I run tc on a single nic card, it worked
2011 Oct 25
1
bridging bonded NICs, centos6
Trying to think this through, hope someone can lend a hand. I have 3 eths I want to bond together and that seems simple enough. eth0,1,2 <-> bond0 , though not sure how this would be for multiple ip addresses needed for the virtual machines... perhaps eth:0, eth:1 etc....to bond0:1, bond0:2 ? then I want to bridge to my virtual machines.... I am going to be using virtual machines, each
2007 Apr 18
2
[Bridge] Bridging over a bonded interface?
Hi, This may sound crazy but I will go ahead anyway. Here's my scenario: ifconfig bond0 10.10.10.1 netmask 255.0.0.0 ifenslave bond0 eth0 ifenslave bond0 eth1 brctl addbr stp0 brctl addif stp0 bond0 brctl stp stp0 on Is this a valid scenario? I am trying to bond two interfaces and run STP over the bonded interface..The problem I am trying to solve is to run STP over aggregated links
2011 Oct 24
1
using KVM Virbr0 with bonded nics?
Interested in bonding my 2 on board nics along with my add on card NIC for a total of 3. How would this work with the virtual machines? My eths/IPs ---> bond0, bond0:1, etc ---> ? ----> virbr0,virbr0:1 (each machine to have own IP address, one machine may have some virtual sites needing more than one ip, so multiple ips added to mix..) add something to the bond0 file, or just leave
2009 Jul 05
9
Xen Networking and bonded interfaces on Debia Lenny
Greetings all. This has been an ongoing issue for me for a few months, and I''ve been trying to get an answer. My server has two NICs, and I want to set up the following: NICs (x2) -> bond (mode 5) -> Xen Bridge -> Doms ...however, trying to configure this doesn''t seem to work: network-bridge steals eth0 instead of bond0, which breaks the bond AND my networking. The
2010 Sep 05
3
ip aliasing on bonded interface possible?
Has anyone successfully created a bonded interface (bond0) with say two nics AND also then aliased that interface to get bond0 and bond0:1 (for an alias ip) I just want to know if it's possible and reliable Thanks -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada
2009 Oct 06
1
ifconfig showing same mac for 2 nics in same bond
Hi all, I just noticed that my two nics that are bonded via mode 0 are showing the same mac addy in ifconfig. Is this normal? In syslog I keep getting; kernel: pbond0: received packet with own address as source address Some guidance is appreciated before I dive in and troubleshoot. If I don't list the mac addy in my ifcfg-th# files, only one of the 2 nic comes up during boot.
2008 Sep 18
1
How to create a virtual bonded interface?
Hello, I have a server with 4 NICS running CentOS 5.2. I have bonded the interfaces together such that 'bond0' consists of eth0-3. This is not a problem, and works fine. However, I now need to create a virtual interface. In a non-bonded server I would just create something like eth0:1, but with a bonded interface I am a bit confused. I have created bond0:1 simple by copying the
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
Hello everyone I am running into some strange issues when configuring networking interfaces on my physical server running Centos 7.5. Let me give you an overview of what's going on: We have a physical server, running CentOS 7.5. This server has one 4 port NIC and one 2 port NIC and a Dell IDRAC port. The first port of the 4 port NIC, em1, is used for Management traffic. The first port of
2012 Sep 06
2
[Advice] CentOS6 + KVM + bonding + bridging
With the current talk on bonding, I have a few questions of my own. I'm setting up a KVM host with CentOS 6.3 x86_64 on which I'd like to attach the VMs to a bonded interface. My target setup is one where two GigE NICs are bonded and then the KVM bridge interface is attached to the bonded interface. Initially I tried to use the balance-alb mode (mode6), but had little luck (receiving
2012 May 13
4
True bond howto for Centos 6
Hi all, Read many posts on the subject. Using 802.3ad. Few problems; Cannot ping some hosts on the network, they are all up. Cannot resolve via DNS which is one of the hosts that I cannot ping, internal nor external DNS hosts. Unplugging the NICS and plugging them back in will then not allow pining if the default d=gateway. When cold booting it somewhat works, some hosts are pingable while
2012 Feb 08
1
sar -n DEV does not show bonded interfaces
Anyone know how to get statistics on bonded interfaces? I have a system that does not use eth0-3, rather we have bond0, bond1, bond2. The members of each bond are not eth0-3, rather they are eth6, eth7, etc. I didn't see anything in the man page about forcing sar to collect data on specific network interfaces.
2019 Sep 20
2
7.7.1908, interface bonding, and default route
Hi! I just upgraded a machine to 7.7.1908 and the default route is not being set on boot. This particular server has a bonded interface, and the corresponding configuration for the master is ( /etc/sysconfig/network-scripts/ifcfg-bond0): TYPE=Bond BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=yes NAME=bond0 DEVICE=bond0 ONBOOT=yes IPADDR=10.3.20.131 PREFIX=24
2017 Apr 18
2
anaconda/kickstart: bonding device not created as expected
Hi, I am currently struggling with the right way to configure a bonding device via kickstart (via PXE). I am installing servers which have "eno" network interfaces. Instead of the expected bonding device with two active slaves (bonding mode is balance-alb), I get a bonding device with only one active slave and an independent, non-bonded network device. Also the bonding device
2006 Apr 06
4
OT: HOWTO: Create a 90mbit bonded link 600 metre s away with Cat 3 or telco wire [long]
I was given the challenge recently of creating a LAN-LAN bridge between two buildings several hundred metres from each other, using only existing Cat 3 wiring and without having to resort to an expensive and finicky 5 Ghz wireless link. I was able to create a 90 megabit link for about $3,000 Cdn with new PC's, CentOS 4.1, and the newly avaliable Black Box VDSL Ethernet Extender, which
2012 Jan 27
2
After a long break, one more try at bond/bridge nics
took a couple months off due to road blocks, hoping a fresh look would allow me to use my server as desired. I have three ports, eth0-2 over two nics. I want to bond them, and then use a bridge to connect to virtual machines on the virtual host computer. Never having done this, I am confused on some parts. Here is where I am at now and any pointers helpful. Single server, centos 6.x My issue
2007 Oct 16
7
Xen with NIC Bonding on Debian Etch ?
Hi guys, I am trying to get bonding work on a debian etch system. I searched already in the mailing list but unfortunately I couldnt find a proper solution. This is what i did so far. - Installed Debian Etch on my server - Installed the following packages for using Xen from the Debian repository: xen-hypervisor-3.0.3-1-i386-pae linux-image-2.6.18-5-xen-686 linux-image-2.6.18-5-xen-686 xen-tools
2011 Jan 17
2
nic bonding
I've just setup nic bonding on our server (DL585-G7 running Centos 5.5 x86_64) as detailed on the wiki: http://wiki.centos.org/TipsAndTricks/BondingInterfaces and all seems fine but from other "howto's" I've seen on the web, they're should be a /proc/net/bond0/info As far as I can see, I don't have one and I'm not sure if it should be there or its absence is a
2009 Jun 17
1
Xen with multiple virtual network interfaces with one bond
Hello all, I have been running xen for a while now with two interfaces: dummy0 for host only communication, and eth0 for the outside network. my script looks like this: (/etc/xen/scripts/network-bridge-more) ------------------------------------------------------------------ #! /bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=dummy0
2006 Aug 17
5
Bonding + Shaping --> Is it Possible?
Hello All, I was curious to know if I can do traffic shaping on abonded Interface? Ex: I have to interfaces eth1 and eth2 which i have bonded together as bond0 , now the question is can I do shaping on eth1 and eth2 ?? Thanks KartheeK --------------------------------- Here''s a new way to find what you''re looking for - Yahoo! Answers Send FREE SMS to your