Results 1 to 1 of 1
Hi all,
I am creating a bridge br0 for eth0 and tap0. The bridge will actually receives the message and routes it to ethernet devices connected.
I was able to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-28-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 3
Bridge for Eth0 and tap0
Hi all,
I am creating a bridge br0 for eth0 and tap0. The bridge will actually receives the message and routes it to ethernet devices connected.
I was able to route the ethernet frames from tap0 to the outer world. But while receiving the response, all the frames with TCP is routed to the eth0 device. The network knows only the MAC address of eth0.
I used ebtables to translate the MAC address of the incomming packet using the Brouting table. It works fine, but still the ethernet frame goes to the eth0 device. I am puzzled to see this behaviour.
Here 72:CC:9B:60Code:ebtables -t broute -A BROUTING -i eth0 -p ipv4 --ip-dst 10.66.67.247 -j dnat --to-dst 72:CC:9B:60:D0:0E
0:0E is the MAC address of tap0.
My neccessity is to get only the ethernet frame to a particular IP address on tap0 device.
Ex: I need to get ethernet frames is destined for 10.66.67.247 on the tap0 device.
can anyone help me out.
Thanks in advance
Alan J


Reply With Quote
