Is there a way to define a rule on a bridge that will return reply for ARP request
- by user1495181
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…