All of lore.kernel.org
 help / color / mirror / Atom feed
* ebtables rule to forward the frames to specific interface.
@ 2015-09-18  0:34 arunkumar velayutham
  0 siblings, 0 replies; only message in thread
From: arunkumar velayutham @ 2015-09-18  0:34 UTC (permalink / raw)
  To: netfilter

Hello,

I'm relatively new to use ebtables. please give some suggestion on the
below scenario.

Frames arrived on any of the interfaces (eth0, eth1, eth2) should
always be forwarded to a specific interfaces eth4 all the time
regardless of its destination address(at the L2 level). for example,
the ethernet frame arrives at eth0, though it can be forwarded to eth1
to reach the destination based on the bridge table, it should be
forwarded to eth4 all the time and the device connected at the other
end of eth4 will decide on the routing.

looking for a suitable ebtables rule options which can help in
achieving the same.

--out-if or the redirect option will be helpful for the above needs?.
I tried some thing like below

ebtables rule to mark the frame (using --mark-set) with specific value
per incoming interface and with the further rule, I tried to retarget
the frames to eth4 using --out-if option. But this didn't help.

Please suggested on the ebtables options for the above scenario.

Thanks

Arun.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-18  0:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-18  0:34 ebtables rule to forward the frames to specific interface arunkumar velayutham

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.