Displaying 20 results from an estimated 2000 matches similar to: "Re: AW: tc (CBQ) and UDP packets"
2007 Apr 09
3
tc (CBQ) and UDP packets
2007 Mar 28
7
(no subject)
Hi all,
I''m having a hell of a time getting my IFB to work. I know I''ve done
this before, so I''m missing something stupid. Can anybody tell me what
it might be?
Configs as follows:
--------
#!/bin/sh
modprobe ifb numifbs=1000
modprobe act_mirred
modprobe 8021q
brctl addbr br0
brctl setfd br0 0
brctl stp br0 off
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth1
2006 May 27
14
HTB shaping & borrowing info
Hello to everybody,
We want integrate in a router/firewall (Debian Based, 2.6 Kernel), an HTB
shaper.
The goal is to divide the traffic for classes of workstations, at example in
three classes,
let say A, B and C.
Example:
A 70 Mb/s
B 20 Mb/s
C 10 Mb/s
If B don''t make traffic, 7/8 of 20Mb/s must be assigned to A and all the
rest at B
We have used CBQ and HTB, with poor succes.
Anybody
2007 May 26
14
big problem with HTB/CBQ and CPU for more than 1.700 customers
2006 Oct 17
4
Problem with rc10
I just upgraded our test server from rc6 to rc10...
ISSUE #1
I noticed that we no longer are getting two "From_" lines. However, the
one that was good (had the original sender e-mail address) is now gone.
The one with "dovecot.deliver" remains.
I attempted to add "-d test" to the mailbox_command line in main.cf as follows:
mailbox_command =
2007 May 02
7
tc u32 match !port
How can i redirect all traffic that not come from port 80 to a flow ?
i was thing about some like
tc filter add dev imq1 parent 1: protocol ip prio 7 u32 match ip sport
!80 ......
But this not work.
Another doubt, if i have two rules that intersects , for example ,
one filter with u32 match ip src 10.10.10.10 flowid 1:10
and other with u32 match sport 80 0xffff flowid 1:11 , which one will
2003 Apr 07
4
BW using CBQ/tc for VPN Ipsec i/f?
Hi all,
I want to allocate bandwidth for ipsec interface using CBQ/tc.
Suppose the conf. file is like this,
DEVICE=ipsec0,10Mbit,1Mbit
RATE=128Kbit
WEIGHT=10Kbit
PRIO=5
RULE=192.128.1.0/24
Does it work
or
What else options need to be taken care like ipsec packets/protocol/port
# etc.?
C''d anybody suggest please?
regds,
Srikanth.
_______________________________________________
LARTC
2004 Sep 19
0
MFC compile problem
HI ALL:
I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience
on compiling MFC? Thank you.
version of OS:
[ken@Linux80 mfc]$ uname -a
Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux
version of MFC source is the MFC version released with VC 6.0
I compiled it
2006 Jan 04
3
TC/CBQ shaping problems
Hello everyone,
I''m a newbie experimenting with CBQ shaping and am facing a few problems.
Can any of you please help?
TEST SETUP:
+---------------+ +----------------+
| 10.0.0.103 |----------->| 10.0.0.102 |
+---------------+ +----------------+
10.0.0.103: Linux, 100Mbit/s NIC
10.0.0.102: Windows, 100Mbit/s NIC, iperf tcp server (ports 2000 and 2001)
WHAT I
2012 May 15
0
Ordinal Logistic regression
Dear All,
I am new to ordinal logistic regression. Using ordinal regression within the R Commander GUI, I have generated an independent variable that is significant, but whose 95% confidence intervals slightly crosses "1". Is this possible? Here is the syntax and output:
polr(formula = CDIcat ~ Employment, data = CDIallvariables, Hess = TRUE,
method = "logistic")
2008 Feb 13
4
Attendant phone
Dear list,
I need to buy a phone which could monitor the state of the maximun number of
sip extensions about 200. It is for an attendant. I just saw Snom 370 with
keypad and Linksys 962 but they do not let me to monitor 200 extensions
states adding keypads.
Do you know any kind of phone that let me do that?
Which is the maximun number of extensions your phones can monitor and which
models phones
2007 Jun 24
2
selectors for tc filters
Hi. I can''t find any documentation on the specific selectors for
tc-filters -- what documentation I have says they are in Polish in a
file called selectors.html -- is there anything around in English to
see those?
Thanks.
--
Your life is like a penny. You''re going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
2007 Dec 06
3
How does one increase the output buffer size?
In 2.4 kernels, there was a [bp]fifo that could be implemented with ''tc
add'', but in 2.6 kernels, I find no way to create either of these
fifos. I am able to increase txqueuelen.
What I desire is a larger number of backlogged packetes before drops
occur.
How can the output buffer size be increased for HTB?
--
gypsy
2011 Feb 28
0
freebsd-jobs post from anjalid@metabyte.com requires approval
Dear Moderator,
Please post the following on your job board. Thanks!!
***************************************************************************************************************
My client in Bay Area, CA is looking for 5 FreeBSD kernel developers for contract only/ contract to Hire / Fulltime positions.
Here are the details:
Title: SOFTWARE ENGINEER (FREE BSD KERNEL) - 5 positions
Job
2002 May 30
3
cbq parameters
If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is
the same of the root cbq qdisc or the rate of the cbq class?
Does exist the parameter rate on the "tc qdisc add" for cbq command?
tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000
cell 8
tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 10mbit rate
50kbit allot 1514 cell 8
2009 May 23
0
dimnames does not match array extent
Dear R help-list,
I am trying to calculate Monmoniers algorithm. I have 3 data sets: coordinates (coord), distance matrix (comdist) and geographical distance matrix (geodist). I consistently get the error " dimnames does not match array extent". However, when I use the function "structure" I get the following results:
> str(coord)
'data.frame': 114 obs. of 3
2005 Mar 20
3
cbq configuration is needed
Hi i need a cbq configuration that works and drops
packets if the flow exceeds an amount of data.. Do u
have any configuration that drops packets...? My cbq
configuraion doesnt drop packets... The traffic use
the correct class but seems that tha cbq is not able
to control correct the flow
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
2002 Oct 09
0
parent and hierarchy problems with cbq.init
Hello Everyone :),
i''m using cbq.init version 7.1 for traffic shaper, the rule did work well with flat rule (without parent/child)..here the condition of my network :
- have a DMZ (and i not want the traffic to DMZ be bounded)
- i made the CBQ engine also a bridge and i put it before NAT server (so if
2005 Jun 02
0
CBQ throughput and efficiency question
Hello all, I am testing CBQ and HTB these days and I got a lots problem which needs your help. It is a little long text :) Thank you! (All my test is based on Redhat Linux9.0)
1.Is isolated of CBQ working? I have read Mr. stef word that he never made cbq isolated work.
2. I have setup an environment to test cbq: one tcp flow which I should protect
and a noisy udp flow who will eat much of the
2004 Mar 15
1
cbq init query
Hello,
Just wondering, from what I have been reading, would using
the word bounded solve my problem? I have not actually tried
using bounded yet, I will asap, however from what I
understand it only applies to classes? I simply have 2 cbq
files, cbq-1200.internal, and cbq-1200.external, both of
which are identical except one says eth1 instead of eth0.
Within each file I have :