joe wrote:
> I want to secure the traffic between
> the two switches using linux + content filtering + iptables
I don't quite understand this. Are you trying to move packets from a port
in VLAN 1 on switch A to a port on VLAN 1 on switch B? Why not just have a
trunk between the two switches? A VLAN should be a security domain, so
"filtering" wouldn't play a part in its communication.
If you want to filter traffic between two ports, they should be on separate
VLANs. This means "routing", which gives you a point at which you can
insert your Linux box and its ability to filter.
How many ethernet ports do you have on your Linux machine? Are they
configured as trucks? If so, then I'm not sure how you can convince the
Linux machine to retransmit a packet from VLAN 1 to VLAN 1. That would
seem to be a Bad Thing, in fact, in that you could cause packet loops.
- Andrew
|