I have two WRT boxen; Alice and Bob.
I want Alice to listen in promiscius mode on, let's say, the WAN port. All packets that come to that interface should be put into some kind of wrapping, and sent to Bob over the LAN. Bob takes the packets he gets from Alice, takes them out of their wrapping, and sends them out again on his WAN port. The reverse should also be possible, i.e. Bob listening and sending all packets to Alice. This tunnel would be on Layer 2 in the OSI model, because Alice and Bob will be hearing TCP, UDP, DHCP, IGMP etc. and this is what I want to forward.
Is there an implementation of this, is it possible at all?