[LARTC] Why does this script noet work (bandwidth, tc en u32)

2007-06-19 Thread Joost Kraaijeveld
parent 1:1 protocol ip prio 1 u32 match ip src 172.31.1.1 flowid 1:2 TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl ___ LARTC mailing list LARTC

Re: [LARTC] Why does this script noet work (bandwidth, tc en u32)

2007-06-19 Thread Joost Kraaijeveld
-- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[LARTC] GUI or other tools for traffic shaping

2007-06-14 Thread Joost Kraaijeveld
Hi, Are there GUI (preferable) or scripting tools available somewhere that can help me with traffic shaping? I have found MasterShaper and tcng but hey seem both unmaintained. Directly writing scripts is still a bit out of my reach, so I would like to learn by using tools... TIA Joost

Re: [LARTC] GUI or other tools for traffic shaping

2007-06-14 Thread Joost Kraaijeveld
Hi Luciano, On Thu, 2007-06-14 at 23:55 -0300, Luciano Ruete wrote: On Thursday 14 June 2007 06:06:54 Joost Kraaijeveld wrote: Hi, Are there GUI (preferable) or scripting tools available somewhere that can help me with traffic shaping? I have found MasterShaper and tcng but hey seem

[LARTC] (simple?) iptables question

2006-09-21 Thread Joost Kraaijeveld
/16 -j RETURN iptables -A POSTROUTING -s 10.20.1.1 -o eth1 -j SNAT --to-source 172.16.0.1 But this does not seem to work: there is never any NAT: the packets are just routed and not NAT-ed if I ping to a non 192.168.0.0/24 address. How can I achieve what I want??? TIA -- Groeten, Joost

Re: [LARTC] (simple?) iptables question

2006-09-21 Thread Joost Kraaijeveld
On Thu, 2006-09-21 at 08:10 +0200, Joost Kraaijeveld wrote: I thought that this would do the trick: iptables -A POSTROUTING -s 10.20.1.0/24 -d 192.168.0.0/16 -j RETURN iptables -A POSTROUTING -s 10.20.1.1 -o eth1 -j SNAT --to-source 172.16.0.1 I forgot the -t nat in the commands

[LARTC] Routing based on source address

2006-05-31 Thread Joost Kraaijeveld
Hi, Is it possible to create a routing rule that depends on the source host/network, besides the target host/network? E.g. route everything from 192.168.0.x to 10.0.0.1, and route everything from 192.168.1.x to 10.0.0.1. TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB

RE: [LARTC] Not routing for 1 host?

2006-04-04 Thread Joost Kraaijeveld
aaa.bbb.ccc.ddd -j DROP iptables -A INPUT -s aaa.bbb.ccc.ddd -j DROP BTW: I always think very hard, RTFM and search with Google before I ask a stupid question... Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL

RE: [LARTC] Not routing for 1 host?

2006-04-04 Thread Joost Kraaijeveld
aaa.bbb.ccc.ddd -j DROP iptables -A FORWARD -s aaa.bbb.ccc.ddd -j DROP Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing

Re: RES: [LARTC] Terminal Services and traffic control.

2005-10-26 Thread Joost Kraaijeveld
? Is the location of the fileserver on the side of the TS server or on the side of the clients? -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl

Re: [LARTC] Terminal Services and traffic control.

2005-10-25 Thread Joost Kraaijeveld
on the other side: DHCP, DNS, WINS, file shareing (e.g. roaming profiles, home directories) profiles, databases (SQL server), Internet connections etc? If you have any of those (especially the ones for name resolution) you must take those in account also. -- Groeten, Joost Kraaijeveld Askesis B.V

[LARTC] Ho do i manage NAT'ed egress bandwidht?

2005-10-20 Thread Joost Kraaijeveld
, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo

[LARTC] Bridging lan over wireless link

2005-02-06 Thread Joost Kraaijeveld
| || || Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman

[LARTC] TCNG compilation/translation bug/question

2004-09-21 Thread Joost Kraaijeveld
mpu and the tc command with rate 256000bps burst 131072 mpu 0: I expected that the SLB specs would be translated into something like rate 2048*8bps burst 1024*8 mpu0. Is this a bug or do I just understand the it? If the latter, can anyone explain the translation to me? TIA Groeten, Joost

RE: [LARTC] TCNG compilation/translation bug/question

2004-09-21 Thread Joost Kraaijeveld
Hi all, Ooops, please ignore my previous e-mail. I reversed the bits and bytes. Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl

RE: [LARTC] Guaranteed rate per class and maximum ceiling per element in class???

2004-09-20 Thread Joost Kraaijeveld
both. This is what I have done (and it works as far as we can see): 1. Use HTB / egress to shape rate and use the ceil of the HTB to regulate the scaling of the classes. 2. Use ingress to regulate the absolute maximum ceil of the individual elements Groeten, Joost Kraaijeveld Askesis B.V

RE: [LARTC] Guaranteed rate per class and maximum ceiling per element in class???

2004-09-19 Thread Joost Kraaijeveld
*/ class() if ip_src == host asterix.askesis.nl SLB_else_drop($network); } Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl

[LARTC] TCNG on a Linux NAT router question

2004-09-18 Thread Joost Kraaijeveld
?) Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc

[LARTC] TCNG syntax for ingress / policing questions

2004-09-18 Thread Joost Kraaijeveld
) ; $others = class ( rate 10bps, ceil 500kbps ) ; } } } } Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl

[LARTC] Guaranteed rate per class and maximum ceiling per element in class???

2004-09-16 Thread Joost Kraaijeveld
to achieve a guaranteed rate per class, a ceiling per class AND maximum ceiling per individual element in class using TCNG 1.3 on Linux (Debian 2.6 kernel)? Otherwise? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL

[LARTC] TC-ng questions/problems

2004-08-05 Thread Joost Kraaijeveld
of the time we have a far worse actual upload. Anyone any ideas? We use Debian 2.6.3-1-386 (Sarge) with tcng 9m. Any help is greatly appreciated. Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED

RE: [LARTC] TC-ng questions/problems

2004-08-05 Thread Joost Kraaijeveld
it does? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman

RE: [LARTC] TC-ng questions/problems

2004-08-05 Thread Joost Kraaijeveld
office, hope at last). Thanks. Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl ___ LARTC mailing list / [EMAIL PROTECTED] http