Hi, i will like to use the linux bandwidth arbitrator so i downloaded "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system but i dont know how to install it and run it. I will like to use it for traffic shapping and try it for on my network. Please can anyone help me at this Thanks lanre _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, i actually already told you about this problem, but i cant find a way to solve it. Let me explain my self again: - -I have 2 dsl connections, so i do load balacing. - -My QoS setup is based on htb on both ethernets: iptables -t mangle -N msn iptables -t mangle -A msn -m string --string ''x-msn'' -j MARK --set-mark 2 iptables -t mangle -A msn -m string --string ''MSNMSGR'' -j MARK --set-mark 2 iptables -t mangle -A msn -m string --string ''Content-Type: text/x-msmsgscontrol.'' -j MARK --set-mark 2 iptables -t mangle -A msn -m string --string ''@hotmail.com'' -j MARK --set-mark 2 iptables -t mangle -A msn -m string --string ''MSG'' -j MARK --set-mark 2 iptables -t mangle -A msn -j RETURN iptables -t mangle -A POSTROUTING -j CONNMARK --restore-mark iptables -t mangle -A POSTROUTING -m mark --mark 0 -j msn iptables -t mangle -A POSTROUTING -j CONNMARK --save-mark That goes trough a filter to the attachech qdisc. When my users begin to use msn messenger, after a while (5 minutes or so) the program automatically disconnects. This is worse depending on the hour of the day, and hence depending on the amount of users on my network. I have an average of 60 users during noon time, and an average of 25 during daytime. When 60 users are accesing the net through this QoS, the problem gets really bad. I thought that might be because the box was only running with 64Mb RAM and could not handle many tcp connections at once, and so i added another 128 so the number of tcp_max_conntrack connections went from 6000 to 12000. But it made no difference. Does anybody has any idea. Or how could i investigate this? Is it maybe because linux thinks the connection is lost and hence closes down the socket? Anybody? Thank you!! -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 iQA/AwUBP4qRgn7diNnrrZKsEQLLcACg+tGdbsr9JdGh9Q1bAAfEzT+dEnUAn3ay G6+ITOPi5MycKbbEtcEtpRW3 =CEuH -----END PGP SIGNATURE----- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hello, I''m working on VPN now, I need VPN-Masquerade patch for linux 2.4.22 kernel. Please give me the links that provide the above. Thanks in advance ---------- Vadiraj C S _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 13 October 2003 13:23, Lanre Eke wrote:> Hi, > i will like to use the linux bandwidth arbitrator so i downloaded > "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system but i dont > know how to install it and run it. > > I will like to use it for traffic shapping and try it for on my network.What''s "linux bandwidth arbitrator" ??? Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 13 October 2003 14:54, Vadiraj C S wrote:> Hello, > > I''m working on VPN now, I need VPN-Masquerade patch for linux 2.4.22 > kernel. > Please give me the links that provide the above.This is a mailing list to discuss lartc : Linux Advanced Routing and Traffic Control (http://lartc.org). Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi Stef, W Twoim licie datowanym 13 padziernika 2003 (20:46:54) mo¿na przeczytaæ: SC> On Monday 13 October 2003 13:23, Lanre Eke wrote:>> Hi, >> i will like to use the linux bandwidth arbitrator so i downloaded >> "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system but i dont >> know how to install it and run it. >> >> I will like to use it for traffic shapping and try it for on my network.SC> What''s "linux bandwidth arbitrator" ??? SC> Stef it''s low level arbitration (shaping) done by BRIDGE software not an iproute+tc+iptables based. (Isn''t it out of scope here?) -- Greetings, Robert _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 13 October 2003 22:05, Robert Kurjata wrote:> Hi Stef, > > W Twoim licie datowanym 13 padziernika 2003 (20:46:54) mo¿na przeczytaæ: > > SC> On Monday 13 October 2003 13:23, Lanre Eke wrote: > >> Hi, > >> i will like to use the linux bandwidth arbitrator so i downloaded > >> "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system but i > >> dont know how to install it and run it. > >> > >> I will like to use it for traffic shapping and try it for on my network. > > SC> What''s "linux bandwidth arbitrator" ??? > > SC> Stef > > it''s low level arbitration (shaping) done by BRIDGE > software not an iproute+tc+iptables based. (Isn''t it out of scope here?)I never heard of it. This is list is for iproute2+tc problems/questions. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> > >> Hi, > > >> i will like to use the linux bandwidth arbitrator so i downloaded > > >> "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system but i > > >> dont know how to install it and run it. > > >> > > >> I will like to use it for traffic shapping and try it for on my network. > > > > SC> What''s "linux bandwidth arbitrator" ??? > > > > SC> Stef > > > > it''s low level arbitration (shaping) done by BRIDGE > > software not an iproute+tc+iptables based. (Isn''t it out of scope here?) > I never heard of it. This is list is for iproute2+tc problems/questions.Its bizzare how the "linux bandwidth arbitrator" authors have never heard of HTB, LARTC people have not heard of "arbitrator". :) arbitrator has some nice features, it acctually tracks the bandwidth usage and can limit the big spenders - so its more dynamic than pure "tc". The problem is its completelly different than "tc" and requires a number of strange kernel patches (that perhaps are not tested enough). I wish I could see an integration of the solutions ... btw, this list is about LARTC so the arbitrator still somehow belongs in this categorry, although it doesn''t use "tc". -- Damjan Georgievski jabberID: damjan@bagra.net.mk _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> > Its bizzare how the "linux bandwidth arbitrator" authors have > never heard of HTB, LARTC people have not heard of "arbitrator". :) > > arbitrator has some nice features, it acctually tracks the > bandwidth usage and can limit the big spenders - so its more > dynamic than pure "tc".But it''s very useful function isn''t it ?> The problem is its completelly different than "tc" and > requires a number of strange kernel patches (that perhaps are > not tested enough). >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Friday 17 October 2003 11:15 am, Damjan wrote:> > > >> Hi, > > > >> i will like to use the linux bandwidth arbitrator so i downloaded > > > >> "arbitrator6.2.tar.gz" from their site unto my redhat 9.0 system > > > >> but i dont know how to install it and run it. > > > >> > > > >> I will like to use it for traffic shapping and try it for on my > > > >> network. > > > > > > SC> What''s "linux bandwidth arbitrator" ??? > > > > > > SC> Stef > > > > > > it''s low level arbitration (shaping) done by BRIDGE > > > software not an iproute+tc+iptables based. (Isn''t it out of scope > > > here?) > > > > I never heard of it. This is list is for iproute2+tc > > problems/questions. > > Its bizzare how the "linux bandwidth arbitrator" authors have never > heard of HTB, LARTC people have not heard of "arbitrator". :) > > arbitrator has some nice features, it acctually tracks the bandwidth > usage and can limit the big spenders - so its more dynamic than pure > "tc". The problem is its completelly different than "tc" and requires a > number of strange kernel patches (that perhaps are not tested enough). > > I wish I could see an integration of the solutions ... > > btw, this list is about LARTC so the arbitrator still somehow belongs in > this categorry, although it doesn''t use "tc".Just to add confusion there''s a Linux bandwidth controller called arbiter, which works by delaying acks :-) Andy. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/