From: Marek Kierdelewicz <marek@piasta.pl>
To: Oguz Yilmaz <oguzyilmazlist@gmail.com>
Cc: netfilter@vger.kernel.org
Subject: Re: Transparent http filtering VLAN traffic without being a member of tagged VLANs
Date: Thu, 18 Feb 2010 11:36:36 +0100 [thread overview]
Message-ID: <20100218113636.6bddb735@catlap> (raw)
In-Reply-To: <c4ada2161002172323r477f2b23g3b5ed981275d11ca@mail.gmail.com>
Hello,
>This may be our problem. However ip route add returns
>"SIOCADDRT: No such device"
>while I see br0.26 in ifconfig output.
Strange. It should work. Tested on debian lenny:
rt1:/# brctl addbr br0
rt1:/# ip link set up dev br0
rt1:/# vconfig add br0 26
Added VLAN with VID == 26 to IF -:br0:-
rt1:/# ip link set up dev br0.26
rt1:/# ip ro add 10.100.0.0/30 dev br0.26
rt1:/# ip ro sh dev br0.26
10.100.0.0/30 scope link <- route is there!
Post output of your "ip addr sh" and "ip ro show" and steps you take to
set things up.
>What about routing into not "dev br0.26" but to "dev br0"?
In case of routing on br0 and not br0.26 AFAIK bridge would be sending
replies untagged on native vlan. Maybe there are some ebtables hacks
I don't know about.
Best regards,
Marek Kierdelewicz
next prev parent reply other threads:[~2010-02-18 10:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-17 20:16 Transparent http filtering VLAN traffic without being a member of tagged VLANs Oguz Yilmaz
2010-02-17 20:55 ` Marek Kierdelewicz
2010-02-18 7:23 ` Oguz Yilmaz
2010-02-18 10:36 ` Marek Kierdelewicz [this message]
2010-02-18 11:20 ` Oguz Yilmaz
2010-02-18 11:28 ` Yavetskiy Yuriy
2010-02-18 22:15 ` Marek Kierdelewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100218113636.6bddb735@catlap \
--to=marek@piasta.pl \
--cc=netfilter@vger.kernel.org \
--cc=oguzyilmazlist@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.