similar to: Subject: [tcng] X:Y to tcng corespondence !

Displaying 20 results from an estimated 200 matches similar to: "Subject: [tcng] X:Y to tcng corespondence !"

2002 Jul 20
0
[Bug 366] New: .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366 Summary: .cvsignore shouldn't be in distrib Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org
2007 Oct 04
0
Prioritizing filters in tcng?
Hello, I''ve been using a TCNG-based traffic shaper for about a year and a half now to manage bandwidth usage of a number of our fiber and wireless customers, and it''s always worked extremely well. Right now though, I''m finding myself with a problem I''m not sure how to solve properly: We also provide colocation hosting for several of those clients, and
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 ----------------------------------------------------------------------------
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
2007 Jun 05
0
Using tcng to create a basic DiffServ router
Hi all, I am new-ish to Linux tcng and am struggling to find the resources and know how to implement what I need. What I have is a PC with 2 interfaces and a control program on that PC. In the control program I can specify an IP Flow with source and dest IP address, source and dest port, and a QoS class (1-5 which can be mapped to a DiffServ class) - in the control program I want to be able
2007 Jan 10
0
TCNG on openSuSE 10.2
I''m trying to get TCNG working on an openSuSE 10.2 machine, may I ask for compilation help here, or is it out of context for this list? Did something replace TCNG? Roger Venable Ann Arbor, Michigan, USA
2006 Jul 11
0
tcng not working as expected
Hi, Looking at the following sample, shouldn''t the client1_a be restricted to 35kBps even when there is 50kBps available. Please see the following configuration and suggest. What I wanted to do is I have clients grouped on VIP and Poor. The VIP clients and poor clients may be subscribed with the same bandwidth but I would like to prioritize the VIP clients. The VIP client will get the
2006 Aug 17
0
TCNG and filter priorities
Hello, A while ago I switched a bandwidth management setup from bash shell script using tc to a MUCH more readable tcng solution (yes, the same one I asked for help with earlier. It worked perfectly, thanks) and it''s working very well. However, one of our clients now has a slightly unique situation, in that they''re using colocation hosting to host their webserver with us, but
2006 Jun 05
0
how to write in tcng this PPPoE filter?
can some one please how to transform this into TCNG code? tc filter add dev ${DEVICE} parent 1: protocol all u32 \ match u16 0x8864 0xFFFF at -2 flowid 1:${ID} 8864 is the PPP session ethernet protocol the above code is used to shape all PPPoE traffic on the same device so this way i can make use of the borrowing facilty which is not given by PPPoE. PPPoE gives me each time a device =>
2006 Jan 04
0
tcng questions: TCP_ACK, ebtables
Hi all, I have a couple of questions regarding tcng behavior. First - I want to mark TCP_ACK packets as high priority, a common case. I figured the tcp_ACK rule in fields4.tc would be enough but I''ve come across Jason Boxman''s tutorial and he recommends using: class( <$ack> ) if ip_len < 64 && ip_hl == 0x5 && (raw[33].b >> 4)
2006 Jan 21
0
TCNG make test error
Hi: I try to install TCNG into my Fedora core3 but make test error, so when I compile my tc code , I saw the same error -> cpp: unregnized option `-$'' my cpp verwion is cpp-3.4.2-6.fc3 , put kernel 2.4.27 & iproute2-2.6.9 source under tcsim/ , can anybody tell how to fix this problem?? Thanks Fionna ___________________________________________________ 最新版 Yahoo!奇摩即時通訊
2006 Feb 02
0
A question in tcng
this my tcng code. when converting tcng to tc code, i get in the tc code for the (ipproto "skip") =>(ipproto 57). sure, it''s taken from the mapping /etc/protocols . ipproto is the protocol value. what kind of "ipproto" integer value should it be to mean (ipproto "any" ) or (ipproto "whatever" ) or (ipproto "don''t_care" )?
2006 Mar 05
0
question with tcng
How can i do a tcng configuration with nested classes, could someone give me a example -- Juan Felipe Botero Ingeniería de sistemas Universidad de Antioquia _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
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 mailing list LARTC@mailman.ds9a.nl
2005 Dec 23
0
tcng example on using ingress without IMQ
hi all. i really need help. i need a working example on shaping the ingress per user using tcng without IMQon a mechine which has two interfaces, and acts like a firewall, and NAT for intrenet connection sharing: eth0 is the external facing the Internet. eth1 is the internal towards my LAN/office network. Please i dont want other than tcng code. iptables code i read on some pages seems
2005 Jul 09
1
Question about TCNG
Hello, after compiling my tcng rules, I''ve noticed something weird, the tc filter rules it returns give a flowid differente than the classes it creates, for example, you have a class 2:3 and had defined some conditions, (eg. some ports) to go into that class, but when I compile the .tcc file it returns something like: tc filter add dev eth1 parent 1:0 protocol all prio 1 u32 match u8
2005 Jul 26
1
tcng on 2.6 kernel
Hi, I''ve tried to compile tcng on my 2.6.12 kernel and the ./configure returned that only 2.4 and 2.5 are supported. So, doesn''t tcng compile also on 2.6 kernel? -- ddaas
2005 May 24
0
tcng and rule set reloads
I''m considering using tcng for compiling a set of HTB bandwidth allocations, which may change now and then, due to new users, etc. There may be a simple web front-end to change the allocations. All allocations are done by subnets, no complicated rules involving matching on ports. My questions are: 1. Is there any disruption to the running HTB if a new set of actions is loaded, after
2005 May 24
0
instaling tcng on slackware 10.1
how to installing tcng on slackware 10.1 ?
2005 Jun 02
0
use hashing with tcng?
Is it possible to use filter hashing with tcng? As far as I can tell tcng generates a straight chain of filters. PS: Can the list admin kick "wilson" off the list please? That compromised machine is probably collecting addresses to spam. I started getting spam after I posted to this list.