Is there a way to define a rule on a bridge that will return reply for ARP request
Posted
by
user1495181
on Server Fault
See other posts from Server Fault
or by user1495181
Published on 2012-10-30T15:16:01Z
Indexed on
2012/10/30
17:04 UTC
Read the original article
Hit count: 245
client (IP = 1.1.1.1) - bridge (brctl) - server (IP = 2.2.2.2) (all machine are Ubuntu).
The client block arp request. (there are multiple clients ) I need to define a rule on the bridge machine that will return the client MAC when it get ARP request for IP 1.1.1.1.
I see that in ebtables there is an arpreply option , but i didnt manage to find an example to define the arpreply by given arp request ip.
ebtables -t nat -A PREROUTING -p arp -j arpreply --arpreply-mac 00:09:5B:91:56:08
Can you please adcive
© Server Fault or respective owner