Re: [LARTC] Newbie question - limit bandwidth of a link.

2005-01-27 Thread sanjeev ravindran
Hi, You can use tc tool to create a classful queue like HTB.. Then add a filter for your traffic... Refer Linux Qos How to ?.. Rgds, Sanjeev - Original Message - From: "Saumya Chandra" <[EMAIL PROTECTED]> To: lartc@mailman.ds9a.nl Subject: [LARTC] Newbie question - limi

[LARTC] Newbie question - limit bandwidth of a link.

2005-01-26 Thread Saumya Chandra
I just want to limit bandwidth on a particular link. Specifically, one machine (PC1) is on wired LAN and other (PC1) on a WLAN, acess point for which is on the same LAN. Both machines have static ip addresses (AD1 and AD2) and I want to limit the bandwidth utilization of certain udp traffic from

[LARTC] Newbie question

2004-09-28 Thread Mark S. Nesterovich
Hi guys! I am newbie in QoS. Trying to solve 1 problem. Which queueing should i use(sfq, pfifo, red, ...), to allow my client to get maximum in single session? -- [EMAIL PROTECTED] NMS-UANIC ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a

Re: [LARTC] Newbie question - RPDB, policy routing etc...

2004-03-22 Thread Martin A. Brown
Greetings Rajkumar, : I am going through the LARTC howto to understand how the iproute2 : works. But some concepts like Policy Routing, RPDB etc are not clear : to me. I am pretty new to iproute, beeing using route command for : long... : : From what I understand : : 1. rules (ip rule)

[LARTC] Newbie question - RPDB, policy routing etc...

2004-03-22 Thread Rajkumar S
Hello all, I am going through the LARTC howto to understand how the iproute2 works. But some concepts like Policy Routing, RPDB etc are not clear to me. I am pretty new to iproute, beeing using route command for long... From what I understand 1. rules (ip rule) tell how to select packets for r

Re: [LARTC] Newbie question

2004-03-02 Thread Martin A. Brown
Aravind, : I am new to this mailing list. My doubt is Is it possible to mark QOS : bits in IP header using tc? I marked using iptables. I saw your post on linux-diffserv as well. I wonder if you have yet found Leonardo Balliache's pages on using DiffServ with Linux. [0] With all good luck, t

[LARTC] Newbie question

2004-03-02 Thread Aravind babu
Hi all,        I am new to this mailing list.My doubt is  Is it possible to mark QOS bits in IP header using tc? I marked using iptables.   Thanks in advance,Aravind. Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more.

Re: [LARTC] newbie question

2003-10-13 Thread Stef Coene
On Monday 13 October 2003 13:38, Muhammad Reza wrote: > hi All. > this my script for shapping with htb, to shapping my network subnet > > ISP--eth--eth1---lan with 4 subnet > > cat /etc/shorewall/tcstart > #!/bin/bash > /sbin/tc qdisc add dev eth1 root handle 1: htb default 20 > /sbin/tc class add

[LARTC] newbie question

2003-10-13 Thread Muhammad Reza
hi All. this my script for shapping with htb, to shapping my network subnet ISP--eth--eth1---lan with 4 subnet cat /etc/shorewall/tcstart #!/bin/bash /sbin/tc qdisc add dev eth1 root handle 1: htb default 20 /sbin/tc class add dev eth1 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit /sbin/tc class

Re: [LARTC] newbie question

2003-10-09 Thread Muhammad Reza
thanks eth1 i guess..can I do shapping/scheduling on my LAN based on subnet ?. |--subnet 10kbit ISP---eth0-eth1---LAN---subnet 20kbit |--subnet 15kbit can htb or any tc do that for me..and how can i know my actual ceiling b/w traffic at eth1, so i can set it ass parent ? i have a 10/100 ethernet

Re: [LARTC] newbie question

2003-10-09 Thread jeremie le-hen
> in this schema in what device i should implement shapping (htb) > > ISP-eth0 -eth1LAN If you implement your shaping/scheduling on eth1, then your LAN will be affected, but not the Linux box itself. If you want your gateway to be affected too, then put it on eth0. Furthermore, if one day

[LARTC] newbie question

2003-10-09 Thread Muhammad Reza
hi all in this schema in what device i should implement shapping (htb) ISP-eth0 -eth1LAN eth0 or eth1 cheers .:NewBie:. ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] newbie question

2002-12-16 Thread Del Riesgo, Christopher D
Can someone kick me in the right direction on this one? I searched the archive and saw nothing. Google didn't help either. Using tc, I get good results and flow control on a small network. I have an old device that sends a 8808 pause frame back to the main linux router to have it throttle back.