Displaying 20 results from an estimated 3000 matches similar to: "Bonding + Shaping --> Is it Possible?"
2006 Nov 07
5
linux-2.4.22 + bridge + traffic control by MAC.
Dear all,
I am working on a linux box (2.4.22 kernel) which is used as a
bridge. And I want to add traffic control rules on it by client''s MAC.
Does anyone has such experience on how to do that? Thank you very
much!!
Best regards,
Henry
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Aug 28
4
Applying the same class to multiple interfaces
Hi All,
I''m trying to do some traffic shaping on an ethernet bridge. Currently,
I have the following setup working:
ifconfig eth0 down
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
brctl stp br0 off
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
ifconfig br0 up
This creates a bridge consisting of eth0 and eth1. So far so good.
I now want to use tc to shape traffic
2005 Apr 14
2
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All,
I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER....
On some googling i found the following link
http://lartc.org/howto/lartc.rpdb.multiple-links.html
This HOWTO requires me to have one
2005 May 12
7
wanted A tool to measure bandwidth....
Hello Everybody,
I have configured a Linux box that does traffic shaping. Its working wonderfully fine, just as expected...Now i want to measure the bandwidth consumed by each of my hosts....But I dont want SNMP to run on all the hosts[as required by MRTG]
I used iptraf on my linux box, but it only measures the bandwidth on interface basis only....
I tried installing traffic-vis, its not working
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
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
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
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
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
2007 Mar 19
2
TC not working well with bonded nics please help
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 perfectly fine. But when I
run tc on a bond of two nics, tc gives poor performance. The two nics
were bonded in round-robin (load balancing) mode. I created a qdisc, class
and a filter as follows:
tc qdisc add dev bond0 root handle 1: htb
tc class add dev bond0 parent 1: classid
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
2005 May 27
4
Wanted Good Documentation on HFSC
Hello All,
I am trying to prioratize VOIP traffic from data.
The follwing link says that HFSC is better than HTB for shaping VOIP traffic.
http://www.voip-info.org/wiki-QoS+Linux+with+HFSC
I am in search of good documentation to start with HFSC,
I am unable to understand the parameters used.
I "googled" a lot to find on how to use HFSC, but no luck.
Can anyone of you get me a link To
2007 Apr 12
1
bonding
I four nodes setup to do active-backup bonding and the drivers loaded
for the bonded network interfaces vary between tg3 and e100. All
interfaces with the e100 driver loaded report errors much like what you
see here:
bonding: bond0: link status definitely down for interface eth2,
disabling it
e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
bonding: bond0: link status definitely up for
2004 May 31
1
bonding problem with arp-monitoring
Hello
I have two linux machines connected via 2 dsl lines (bonded)
192.168.0.1-eth0-dsl---2Mbit---dsl-eth0-192.168.0.2
^-eth1-dsl---2Mbit---dsl-eth1-^
so the final figure is something like this:
192.168.0.1-bond0---4Mbit---bond0-192.168.0.2
I can only use arp monitoring for fail checking - if one dsl line fails -
automatically use only the other one. I set up everything correctly (i
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
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
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
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
2015 Jun 25
1
Possible bug in kickstart
Hello All,
I seem to have run into a bug with the new --bridgeslaves=<INTERFACE> option. It would seem that if I tell the bridge device to use a virtual interface (like bond0) rather than a physical interface (em1/em2) that kickstart completely barfs on it. I have provided my network section below which works fine as long as i don't enable all the bridge content.
When the
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