Displaying 3 results from an estimated 3 matches for "ifbx".
Did you mean:
ifb
2006 Oct 28
1
connmark on ifb interfaces
Hello
I''m trying to switch from IMQ to IFB but I have a problem with traffic marked
by ipp2p module. Looks like when traffic is redirected from ethX to ifbX it
looses information about MARK.
Here''s what I do to get ingress traffic to go to ifb interface:
$TC qdisc add dev eth1.42 ingress
$TC filter add dev eth1.42 parent ffff: protocol ip prio 10 u32 \
match u32 0 0 flowid 1:1 \
action mirred egress redirect dev ifb2
At ethX I hav...
2007 May 31
5
IFB & 802.1q
Hello
What I''m looking for is how to configure the Linux QoS module to do
global rate limitation for two (or more) 802.1q pseudo network devices.
I naturally suppose there is a possibility with IFB. I don''t want to use
IMQ because it''s not integrated to my kernel v2.6.21.1 and I didn''t find
IMQ patches for it nor for the iptables package I use (v1.3.7).
2006 Aug 08
4
Info about IFB
Hi, I''m looking for info about IFB devices and how I can use it to
incomming traffic shapping.
Has IFB any web about it?
Do any body known where I can find more info about it?
I found this:
http://linux-net.osdl.org/index.php/IFB
But I can''t stand fine how to use it to allow many ifb''s devices or how
to use it with "tc actions".
Any help?
Thanks
--