Displaying 4 results from an estimated 4 matches for "ddaas".
Did you mean:
dadas
2005 Jul 22
3
HTB as a child of another HTB - doesn''t work
...TPUT -o eth0 -t mangle -p tcp --sport 20 -j MARK --set-mark 22
tc filter add dev eth0 parent 1: protocol ip handle 22 fw classid 1:10
iptables -A OUTPUT -o eth0 -t mangle -p tcp --sport 445 -j MARK --set-mark 33
tc filter add dev eth0 parent 1: protocol ip handle 33 fw classid 1:20
Best regards,
ddaas
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 Jul 23
1
TOS in IP Header set to Minimize-Dealay - no difference
...http://lartc.org/howto/lartc.cookbook.interactive-prio.html)
Then I ssh to one of my server on the Internet. The delay was awful. I
could use it...
So, It seams that the tos field of the iP header has no influence in
prioritizing of my outgoing traffic !! Why? Did I miss something?
Thanks,
ddaas
2005 Jul 26
1
tcng on 2.6 kernel
Hi,
I''ve tried to compile tcng on my 2.6.12 kernel and the ./configure
returned that only 2.4 and 2.5 are supported.
So, doesn''t tcng compile also on 2.6 kernel?
--
ddaas
2005 Jul 30
2
Qos wiht HTB for ADSL/Home
...setup I have 3 categories of traffic:
1)very high priority traffic: ssh, DNS, ACK, SYN+ACK, RST, FIN+ACK
(40kbit > CEIL)
2) high priority traffic: web, online radio, online tv (72kbit->CEIL)
3)low priority traffic - default class: aMule, P2P, other type of
traffic(8Kbit->CEIl)
THANKS,
ddaas
My htb script is:
#!/bin/bash
YAHOOMSG="216.155.193.0/24"
RADIO="xxx.xxx.xxx.xxx"
TRI="xxx.dnsalias.net"
TV="xxx.xxx.xxx.xxx"
DNSSERVER="217.237.150.225"
IF="ppp0"
CEIL="120"
#flush everything
tc qdisc del dev $IF root
ipt...