* [LARTC] MAC filter
@ 2007-12-09 15:24 m.a.t.e.o
2007-12-09 15:47 ` Marek Kierdelewicz
0 siblings, 1 reply; 2+ messages in thread
From: m.a.t.e.o @ 2007-12-09 15:24 UTC (permalink / raw)
To: lartc
[-- Attachment #1.1: Type: text/plain, Size: 461 bytes --]
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.-
[-- Attachment #1.2: Type: text/html, Size: 520 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-09 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-09 15:24 [LARTC] MAC filter m.a.t.e.o
2007-12-09 15:47 ` Marek Kierdelewicz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.