i don t know how to use tc for selecting the traffic by mac.
but i think i have a workaround sollution.
i made a htb script that limits the dwl by ip.
every ip can only work with a mac address. this i acommplised using
iptables.
here s a rule to get you started.
iptables -A FORWARD -i eth1 -o eth0 -s xxx.xxx.xxx.xxx/32 -d 0.0.0.0/32\
--match mac --mac-source xx:xx:xx:xx:xx:xx -j ACCEPT.
of course everythig elese is droped.
gl
On Fri, 9 Dec 2005, Juan Pizarro wrote:
Hi
Is there a way of marking packets by mac address instead of ip or ports using
a "tc filter u32 match"?
I read somewhere that I could use the offset -8 and -14 to grab the mac
addresses but if I use anything lower than -8, for example -9, I get an
error.
I'm modifying the wondershaper script to cap the download speed by mac
address.
Any sugestions?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc