[LARTC] smallest rate

2006-08-15 Thread Kristiadi Himawan
Hi, anyone know the smallest rate for tc, is it possible using 0 bps ? ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[LARTC] howto reduce the ping?

2006-08-15 Thread Julius Junghans
Hi, with the attached config my gaming ping is still +20ms, even if the line isn't saturated..can anybody give me a hint how to get a better response time? my line: 1024/128kbit outbound: one htb qdisc for gaming (7kbps) prio 0 ceil 14kbps- should get more traffic when needed. Htb again for

RE: [LARTC] smallest rate

2006-08-15 Thread William Bohannan
So far the smallest rate I have been able to get is 1, why not use a firewall if you want 0? Kind Regards William -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristiadi Himawan Sent: 15 August 2006 07:17 To: lartc@mailman.ds9a.nl Subject: [LARTC]

[LARTC] Accounting using ip addresses and ulogd

2006-08-15 Thread William Bohannan
Hi use traffic shaping on my local lan and it keeps all drops packets by logging them to mysql via ulogd. Since there is windows and apple users on the network I would like to have their computer names instead of ip address to make for easy accounting. Does anyone know of a script or tool

Re: [LARTC] howto reduce the ping?

2006-08-15 Thread Marek Kierdelewicz
Hi, Hi there with the attached config my gaming ping is still +20ms, even if the line isn't saturated..can anybody give me a hint how to get a better response time? my line: 1024/128kbit Try using tc filters instead of CLASSIFY and see if that helps. I've seen some strange shaping

Re: [LARTC] howto reduce the ping?

2006-08-15 Thread Julius Junghans
Am Dienstag 15 August 2006 17:43 schrieb Marek Kierdelewicz: Hi, Hi there with the attached config my gaming ping is still +20ms, even if the line isn't saturated..can anybody give me a hint how to get a better response time? my line: 1024/128kbit Try using tc filters instead of

Re: [LARTC] howto reduce the ping?

2006-08-15 Thread Marek Kierdelewicz
#port range 27020:27039, protocol tcp #iptables -t mangle -A POSTROUTING -p tcp --dport 27020:27039 -j CLASSIFY --set-class 1:10 tc filter add dev ppp0 protocol ip parent 1: prio 1 u32 match ip dport 27020 0x13 match ip protocol 6 0xff flowid 1:10 My choice would be fw filter:

Re: [LARTC] howto reduce the ping?

2006-08-15 Thread Julius Junghans
Am Mittwoch 16 August 2006 00:09 schrieb Marek Kierdelewicz: #port range 27020:27039, protocol tcp #iptables -t mangle -A POSTROUTING -p tcp --dport 27020:27039 -j CLASSIFY --set-class 1:10 tc filter add dev ppp0 protocol ip parent 1: prio 1 u32 match ip dport 27020 0x13 match ip