Re: [LARTC] Shaping of pppoe clients

2006-05-23 Thread Georgi Alexandrov
Kenneth Kalmer wrote: > The keyword here is "better", and that was my argument for using a > bridge in the first place. It would appear to be easier to shape & > filter away from the messy scripts of pppd & radius servers, but this > raises the next issue. For the bridge, is the pppoe sessions > id

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread Luciano Ruete
El Tuesday 23 May 2006 13:17, George Nychis escribió: > Hey, > > I am getting an invalid argument trying to insert a qdisc: > > [EMAIL PROTECTED] iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit > limit 500 > RTNETLINK answers: Invalid argument > > I'm not sure whats wrong here, because i

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread Stephen Hemminger
the tc I am using is the standard tc, i didn't change anything about tc, only trying to use a new custom qdisc with it... i'm not sure honestly, theres no way to figure out why i'm getting the invalid argument? A common problem is that some distro's put tc in /sbin and other's in /usr/sbin

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread George Nychis
Larry Brigman wrote: > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> Larry Brigman wrote: >> > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> >> Larry Brigman wrote: >> >> > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> >> >> Hey, >> >> >> >> >> >> I am getting an inv

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread Larry Brigman
On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: Larry Brigman wrote: > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> Larry Brigman wrote: >> > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> >> Hey, >> >> >> >> I am getting an invalid argument trying to insert a qdisc: >> >

Re: [LARTC] QoS book

2006-05-23 Thread Kelvin Chu
that one is quite good for a general overview of QoS Disclamer: got taught by the prof that wrote it On Tue, May 23, 2006 at 09:11:57AM +0200, Robert Gabriel wrote: > Hello all, > > Can anyone recommend a good book which thoroughly explains QoS from a > Linux perspective? Something with TC exa

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread George Nychis
Larry Brigman wrote: > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> >> >> Larry Brigman wrote: >> > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> >> Hey, >> >> >> >> I am getting an invalid argument trying to insert a qdisc: >> >> >> >> [EMAIL PROTECTED] iproute2]# tc qdisc a

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread Larry Brigman
On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: Larry Brigman wrote: > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I am getting an invalid argument trying to insert a qdisc: >> >> [EMAIL PROTECTED] iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit >> limit 50

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread George Nychis
Larry Brigman wrote: > On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I am getting an invalid argument trying to insert a qdisc: >> >> [EMAIL PROTECTED] iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit >> limit 500 >> RTNETLINK answers: Invalid argument >> >> I'm not

Re: [LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread Larry Brigman
On 5/23/06, George Nychis <[EMAIL PROTECTED]> wrote: Hey, I am getting an invalid argument trying to insert a qdisc: [EMAIL PROTECTED] iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit limit 500 RTNETLINK answers: Invalid argument I'm not sure whats wrong here, because i can successful

[LARTC] how to debug RTNETLINK invalid argument?

2006-05-23 Thread George Nychis
Hey, I am getting an invalid argument trying to insert a qdisc: [EMAIL PROTECTED] iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit limit 500 RTNETLINK answers: Invalid argument I'm not sure whats wrong here, because i can successfully insert this qdisc on other computers of mine. How c

Re: [LARTC] Re: QoS book

2006-05-23 Thread Jason Boxman
Robert Gabriel wrote: > Thanks, I have already checked it out & these sites: > > http://edseek.com/~jasonb/articles/traffic_shaping/ > > The documentation is so disparate, it's highly frustrating... That's disappointing. What can I add to help or clarify? Thanks. ___

[LARTC] Re: QoS book

2006-05-23 Thread Robert Gabriel
Thanks, I have already checked it out & these sites: http://kabru.eecs.umich.edu/qos_network/diffserv/DiffServ_prototype/qdisc http://linux-ip.net/articles/Traffic-Control-HOWTO/ http://edseek.com/~jasonb/articles/traffic_shaping/ http://luxik.cdi.cz/~devik/qos/htb/ http://www.opalsoft.net/qos/

Re: [LARTC] Shaping of pppoe clients

2006-05-23 Thread Kenneth Kalmer
On 5/23/06, Georgi Alexandrov <[EMAIL PROTECTED]> wrote: Kenneth Kalmer wrote: > Guys > > > 1. The clients will all be connected to each other using a normal > ethernet network, the segments connected with managed switches. The > capacity is roughly 500 nodes. Will these pppoe sessions interfere

Re: [LARTC] Shaping of pppoe clients

2006-05-23 Thread Georgi Alexandrov
Kenneth Kalmer wrote: > Guys > > After reading through the archives I found some insightful ways to be > able to shape traffic to pppoe clients from the server. I have two > questions on the topic of setting up a pppoe server however... > > 1. The clients will all be connected to each other using a

[LARTC] Shaping of pppoe clients

2006-05-23 Thread Kenneth Kalmer
Guys After reading through the archives I found some insightful ways to be able to shape traffic to pppoe clients from the server. I have two questions on the topic of setting up a pppoe server however... 1. The clients will all be connected to each other using a normal ethernet network, the seg

[LARTC] Netfilter/Iptables does not NAT all packets?

2006-05-23 Thread Justin Schoeman
Hi all, I am having a small problem with netfilter on Linux kernel 2.6.11.4. It seems not all packets are hitting the pre-routing chain. In pre-routing, I have the following rules: $IPTABLES -t nat -A PREROUTING -i $IF_OUT -d 10.50.18.22 -j DNAT --to-destination 192.168.1.22 $IPTABLES -t n

[LARTC] QoS book

2006-05-23 Thread Robert Gabriel
Hello all, Can anyone recommend a good book which thoroughly explains QoS from a Linux perspective? Something with TC examples & the like. I've looked at the following: http://www.amazon.com/gp/product/1580533418/qid=1148368189/sr=1-2/ref=sr_1_2/102-2819973-6353768?s=books&v=glance&n=283155 Eng