I’m wanting to block end users from manually assigning IP addresses to their routers, thereby potentially causing conflicts with my DHCP server. I believe the way to accomplish this is via arp=reply-only on the router interfaces facing the customers, and add-arp=yes on the DHCP server. My question is this - if the interfaces are all on a bridge, do I just set the bridge to arp=reply-only, and leave the interfaces themselves alone? Or do I need to set it on both the bridge and the interfaces? Or just the interfaces?
Thanks!