Re: [LARTC] tc filter question

2003-02-14 Thread Philipp Berndt
Hello Bartek, Thanks a lot! Philipp > > Do I need some other kernel module? > > Recompile Your kernel with option CONFIG_NET_CLS_FW. > Networking options --->QoS and/or fair queueing --->Firewall based > classifier > > Rgds, > Bartek. ___ LARTC ma

[LARTC] tc filter question

2003-02-14 Thread philipp . berndt
Hello. I tried this: $ ./tc qdisc add dev ppp0 root handle 1:0 htb default 12 $ ./tc class add dev ppp0 parent 1:0 classid 1:1 htb rate 125kbit ceil 125kbit $ ./tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 10kbit ceil 125kbit prio 0 $ iptables -j MARK --set-mark 11 $ ./tc filter