| To: | lartc@mailman.ds9a.nl |
|---|---|
| Subject: | Re: ***SPAM*** [LARTC] IFB & 802.1q |
| From: | Marek Kierdelewicz <marek@piasta.pl> |
| Date: | Thu, 31 May 2007 16:41:24 +0200 |
| Cc: | afshin.tajvidi@cacheguard.com |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | lartc-list@securepoint.com |
| Delivered-to: | lartc@outpost.ds9a.nl |
| In-reply-to: | <1180621375.2571.4.camel@mahler.onetec> |
| List-archive: | <http://mailman.ds9a.nl/pipermail/lartc> |
| List-help: | <mailto:lartc-request@mailman.ds9a.nl?subject=help> |
| List-id: | "Mailinglist of the Linux Advanced Routing & Traffic Control project" <lartc.mailman.ds9a.nl> |
| List-post: | <mailto:lartc@mailman.ds9a.nl> |
| List-subscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe> |
| List-unsubscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe> |
| References: | <1180621375.2571.4.camel@mahler.onetec> |
| Sender: | lartc-bounces@mailman.ds9a.nl |
Hi, >tc filter add dev eth0.10 parent root protocol ip priority 10 u32 match >u32 0 0 flowid 1: action mirred egress redirect dev ifb0 >tc filter add dev eth0.20 parent root protocol ip priority 10 u32 match >u32 0 0 flowid 1: action mirred egress redirect dev ifb0 Try to add htb qdisc and attach your filter to qdisc instead of root. I think I used such configuration some time ago. As for filter rule, something like that worked for me: tc filter add dev ethX.X protocol ip parent 1: prio 4 u32 match ip dst 0.0.0.0/0 flowid :1 action mirred egress redirect dev ifbX cheers, Marek Kierdelewicz KoBa ISP _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [LARTC] 2 NICs Bridge + Router, Grant Taylor |
|---|---|
| Next by Date: | Re: [LARTC] IFB & 802.1q, Saioa Arrizabalaga |
| Previous by Thread: | [LARTC] IFB & 802.1q, Afshin Tajvidi |
| Next by Thread: | Re: [LARTC] IFB & 802.1q, Saioa Arrizabalaga |
| Indexes: | [Date] [Thread] [Top] [All Lists] |