Re: [LARTC] HTB problem...

2004-09-07 Thread zytek
Dnia poniedziaek 06 wrzesie 2004 23:56, Cow napisa: Hi folks. Let's say I would like to make some bandwidth control on my network using HTB. I have 2 clients: [...] I think a script as i described, could be very complex to write, therefore i ask, whoever is here, for help. Thank you all in

[LARTC] MASQUERADE: Route sent us somewhere else

2004-09-07 Thread Ing. Marcos Salvatierra
Hi I have a Fedora Core 1 installed with 3 ethernet and 2 ADSL lines in load balance with iproute2 / iptables packages and a default equalize route betwen 2 ppp lines I receive in syslog and in console permanently the next message: MASQUERADE: Route sent us somewhere else What is this? Is the

[LARTC] (no subject)

2004-09-07 Thread james jones
You might want to check out this script http://www.geocities.com/jame_sj I just noticed a bug (that I need to figure out...) in it but this should give a start.. James Message: 4 From: Cow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 6 Sep 2004 23:56:13 +0200 Subject: [LARTC] HTB

[LARTC] TCNG Port Range

2004-09-07 Thread kraquen
I'd like to set up a filter based on a port range. I tried something like class( $test ) if tcp_sport 2001 tcp_sport 2015 ; But it seems to 'hang' with this in there.. Is this the best/right way to go about this? if not, what is the best way? Thanks

[LARTC] example/dsmark+policing = tcsim outputs are different

2004-09-07 Thread Romulo Curty Cerqueira
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)

[LARTC] HTB problem...

2004-09-07 Thread Cow
I've tryed to make a script, some of you, who thinks it looks ok? DEV=eth2 DOWNLINK=1024 UPLINK=512 DOWN1=768 UP1=384 DOWN2=256 UP2=128 tc qdisc add dev $DEV root handle 1: htb default 20 tc class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k tc class add dev $DEV parent

[LARTC] Howto translation

2004-09-07 Thread Riccardo Losselli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, i tried to contact some people on IRC and via e-mail about the Lartc Howto, but since i wasn't able to get a reply, i try on the list, i hope it's fine. I need to translate about a half of the LARTC howto in Italian, because of a presentation

[LARTC] HTB Problem...

2004-09-07 Thread Cow
You might want to check out this script http://www.geocities.com/jame_sj I just noticed a bug (that I need to figure out...) in it but this should give a start.. Looks nice, want to share the bug with me? :-) James ___ LARTC mailing list /

[LARTC] HTB problem...

2004-09-07 Thread Cow
by zytek Hello all, my first post here, maybe even I will help someone;) I assume that you want somethink like: data from server to LAN (PC1,PC2) unshaped (full 100mbit) data from Internet to LAN shaped Correct. Then all you need to do is make classes with source 192.168.0.1 and destination

Re: [LARTC] HTB problem...

2004-09-07 Thread Andreas Klauer
Am Tuesday 07 September 2004 23:18 schrieb Cow: zytec: (?) I assume that you want somethink like: data from server to LAN (PC1,PC2) unshaped (full 100mbit) data from Internet to LAN shaped Correct. Not really an example, but you may have a look at my script [1]. It solves the 100Mbit