We're setting up a router in a building that will house a few company tenants, each with their own router. (which are managed by the tenants) Our router connects to the Internet, and we have been assigned a few public IP addresses, which we in turn will assign to each of our tenants. We're going to set up a bridge on the router, so that the tenants are directly connected to the Internet, using the ISP as their gateway. So far, so good. The problem that arises is that we'll want to make sure that each tenant only ever uses a specific IP address, not to conflict with each other. How can I achieve this?
I've seen suggestions to configure interfaces for ARP replies only, but I think this is only relevant when the router (or "switch", in this case) itself acts as the gateway.
Whether we need to use a DHCP server or have the tenants set addresses statically doesn't matter.