Linux Netfilter discussions
 help / color / mirror / Atom feed
* Need to remove 802.1Q tagging
@ 2011-10-07 19:20 Duane Larson
  2011-10-07 19:52 ` Marek Kierdelewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Duane Larson @ 2011-10-07 19:20 UTC (permalink / raw)
  To: netfilter

I have the following scenario

Internet Access
       |
       |
UserPortal AAA Device
       |
       |
       |
       |
Cisco CMTS Cable Modem Router
       |
       |
Cable Modem Cloud



The issue we have is that the UserPortal device is a Linux box and all
the traffic that will come from the Cable modem clients will be tagged
with VLANs.  The UserPortal can't be configured with all the VLAN
interfaces because some sites will have close to 2000 VLANs.  So I ran
across ebtables and brctl and it sounds like it might be able to solve
my issue.  This is the topology I am thinking might work

Internet Access
       |
       |
UserPortal AAA Device
       |
       |
Linux Bridge/ebtables
       |
       |
Cisco CMTS Cable Modem Router
       |
       |
Cable Modem Cloud


I am thinking that the two interfaces on the Linux box will be bridged
(in transparent mode) and when traffic passes through the linux box
the vlan 802.1q tag can be removed and then the traffic goes to the
UserPortal device without issue.  And when the traffic comes back from
the UserPortal to the Cisco CMTS Cable Modem Router the Linux Bridge
will be able to send the traffic to the client that initiated the
conversation in the first place.

Is my thinking correct?  Will this work?  What all do I need to be
aware of and are there any current examples that point to what I am
trying to do???  I am very new to netfilter and ebtables (I found out
about it last night).  I have a project that is very close to failing
unless we can find some type of layer 2 solution.

Any help or pointers are appreciated.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-07 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07 19:20 Need to remove 802.1Q tagging Duane Larson
2011-10-07 19:52 ` Marek Kierdelewicz
2011-10-07 21:22   ` Duane Larson
2011-10-07 21:36     ` Marek Kierdelewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox