search for: m0m1m2m3m4m5

Displaying 3 results from an estimated 3 matches for "m0m1m2m3m4m5".

2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
...ch a lot of post in this list and other, but never have a > solution > that works... > I want to filter the INGRESS by MAC address...please, any help? > > There are a "solution" that supposedly works, but did not work for me: > > > ####### > for the MAC address: M0M1M2M3M4M5 > > tc filter add dev eth1 parent 1: protocol ip prio 5 u32 match u16 0x0800 > 0xffff at -2 match u16 0x4455 0xffff at -4 match u32 0x00112233 0xffffffff > at -8 flowid 1:40 > > ####### > > Thx, a lot.- > -------------- next part -------------- > An HTML attachment was...
2005 Dec 10
10
Marking packets by mac addr using tc filter u32 match?
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?
2007 Dec 09
1
MAC filter
I did search a lot of post in this list and other, but never have a solution that works... I want to filter the INGRESS by MAC address...please, any help? There are a "solution" that supposedly works, but did not work for me: ####### for the MAC address: M0M1M2M3M4M5 tc filter add dev eth1 parent 1: protocol ip prio 5 u32 match u16 0x0800 0xffff at -2 match u16 0x4455 0xffff at -4 match u32 0x00112233 0xffffffff at -8 flowid 1:40 ####### Thx, a lot.- _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9...