search for: tcng

Displaying 20 results from an estimated 128 matches for "tcng".

Did you mean: tang
2002 Oct 11
0
[tcng] sysVinit script
hi below is sysvinit script for handling tcng-script .... please excuse my bad bash skils, correct me where i''m doing stupid things :") what is left... many things, if i have time i will implement them too : - start [devices] - and then correct handling of service lock files i.e. per device lock file - stats blah ... - all idea...
2004 Jan 26
2
I can''t get TCNG to compile!!!
Help! I can''t get TCNG to compile!!! It did this on 2 different machines! Here are the errors: -------------------------------------------- Kernel: 2.4.22 [root@localhost tcng]# uname -a Linux localhost.localdomain 2.4.22-1.2149.nptl #1 Wed Jan 7 13:08:26 EST #if KFULLVERSIONNUM >= 0x20416 /* gratuitous interface...
2004 Sep 28
0
tcng version 10a
... is on SourceForge: http://tcng.sourceforge.net/dist/tcng-10a.tar.gz md5sum 3f58447fdf393cbe3c584d80089806dc See also http://tcng.sourceforge.net/ This release changes a bunch of things, hence the jump in the version number: - the name of the traffic control compiler has changed from "tcc" to "tcng". Th...
2004 Sep 06
0
example/dsmark+policing => tcsim outputs are different
Hi folks I have created a script file (dsmark+policing.sh attached) to check graphic an text outputs of simutations, against original examples/dsmark+policing coding (see TCNG Reference Manual-pg.90). It uses tcng coding (*.tcsim file attached) and old tc coding (*.tcsim_old file attached) inserted in tcsim files. Observation 1: The graphic outputs from (*.tc included in *.tcsim) and (*.tc_old included in *.tcsim_old) are a little bit different. > Question 1: Is i...
2006 Jun 16
1
slackware 10.2 compilation
hello people and nice to meet you. tasoss@starla:~/tcng$ ./configure Reading configuration defaults from ./config building tcsim: yes Kernel source: /home/tasoss/linux-2.6.16.20 Kernel version: 2.6.16 iproute2 source: /home/tasoss/iproute2-2.6.16-060323 iproute2 version: 060323 Host byte order: little endian tcng command...
2005 May 24
4
How To Installing tcng at slackware 10.1
How To Installing tcng at slackware 10.1
2003 Sep 12
1
TCNG building problems...help
Hi, I downloaded the latest tcng release, however am having problems to build it.below are the kind of error messages am getting. Do u people have a clue as to why this is happening ? Thanks in advance =-============================================ - - - - make[3]: Entering directory `/home/joolia/tcnge/tcng/tcsim/uli...
2005 Apr 27
8
urgent question about tcng!
Hello List, I''m new to QoS/tcng/HTB and friends, so please forgive me if my question might be silly... After having read lots of HowTo documents I''m totally confused... The Challenge: ============== I''ll have to deploy several "mirror" download servers (Linux) which must be able to handle a huge numbe...
2007 Apr 25
2
HFSC with tcng
Hello mailing list, I don´t know how to use HFSC queuing discipline with tcng configuration language. I become always this error: syntax error near "hfsc" Is it possible, that tcng provides no support for this classful hfcs queuing discipline? Please help! thanks ---------------------------------------------------------------------------- ----------...
2006 Mar 07
3
tcng
Nobody knows something new about tcng? I really think that this kind of language help people, i order to do easier configurations i want to know how can i do in tcng a nested classes configuration with HTB? -- Juan Felipe Botero Ingeniería de sistemas Universidad de Antioquia _______________________________________________ LARTC m...
2007 May 16
1
tcng + esfq
FYI, i''ve just created a quick patch adding esfq (Enhanced Stochastic Fairness queueing discipline) for tcng (Traffic Control Next Generation). Patch is located at http://devel.dob.sk/tcng+esfq. Enjoy. Sam
2003 Mar 16
0
Subject: [tcng] X:Y to tcng corespondence !
> Message: 8 > Date: Fri, 14 Mar 2003 21:49:49 +0200 > From: raptor <raptor@tvskat.net> > To: lartc@mailman.ds9a.nl > Subject: [LARTC] [tcng] X:Y to tcng corespondence ! > > Is there a easy way that I to get class-id<----->tcng-class-path conversation.... and vs. versa.. > > --__--__-- There are couple files can be created by tcc: # cat a.tc dev "s0e0" { egress { drop if ip_proto == 30;...
2004 Oct 10
2
Use l7-filter in/and TCNG.
...ine in the university and the project is make a Linux router that grants QoS to Multimedia connections (the prof. say we can use Open Source Soft. :) or reinvent the wheel). I have been googeling and googeling and i found the l7-filter in source forge and the spectacular simple language that is TCNG. Well the problem is how can i mark packets with netfilter and l7-filter and after that make my HTBs with TCNG. I have read the how to from TCNG (my English is not at 100%) and i see the external program declaration but i think thats not it that i want! In the l7-filter project they talk about...
2004 May 05
3
Simple HTB setup with tcng
Hello all, I am trying to set up a simple htb based system, where packets with source ip 10.0.0.1 should have their own class. I plan to use tcng to set it up easier. Is there something wrong in my tcng file ? ~/tcng$ cat htb /* */ #include "fields.tc" #include "ports.tc" dev eth0 { htb ( ) { class ( rate 600kbps, ceil 600kbps ) { class () if ip_src == 10.0.0.1 ;...
2002 Dec 31
3
[tcng] More complex example?
Hi I''m completely stuck with the tcng language - I assume there must be some way to arrange queues hierachically like eth1 | TBF | PRIO / \ class class but my attempt (below) produces a "inferno.tc:8: qdisc "tbf" has no classes near "prio"" when run through tcc. dev e...
2004 Aug 02
2
tcng + NAT
Does anybody know how to you use tcng with packet marking. I''m masquerading my connection so to shape outbound traffic I need to mark packets with iptables. But how to you make tcng to recognize marked packets? Thanks for your help.
2002 Oct 21
0
tcng version 9b
... is on SourceForge, http://tcng.sourceforge.net/#src This one fixes a really stupid typo causing tcsim''s tc to pick up HZ from the environment where it''s being run, not the simulation environment, which confused most rate calculations. And if_u32.c now only emits hashes that will actually be used, which should...
2006 May 29
3
TCNG HTB priority and bandwidth
...te 64kbps, ceil 64kbps. and so on.... Also, for each user i would like to prioritize the traffic within the allocated bandwidth. say for (192.168.0.2 rate 128kbps, ceil128kbps), i would like to set prio 1 for http or https traffic and prio 2 for others. Please suggest how do i achieve this using tcng and htb, or any other solution. With regds, Rajendra Adhikari
2004 Aug 22
8
Compiling tcng on Linux SuSE 9.1 Professional
Hi I have tried to compile tcng-9m using Linux SuSE 9.1 Professional on my Intel box but it doesn''t work as follows: Step 1 - Downloaded iproute2-2.4.7_now_ss020116_try-i386-2.tgz Step 2 - Downloaded tcng-9m.tar.gz Step 3 - Downloaded linux-2.5.4.tar.bz2 Step 4 - Source kernel 2.5.4 extracted to directory ~/tcng/tcsim...
2006 Jun 16
0
compilation on slackware 10.2
hello people and nice to meet you. tasoss@starla:~/tcng$ ./configure Reading configuration defaults from ./config building tcsim: yes Kernel source: /home/tasoss/linux-2.6.16.20 Kernel version: 2.6.16 iproute2 source: /home/tasoss/iproute2-2.6.16-060323 iproute2 version: 060323 Host byte order: little endian tcng command...