Possible to limit IP to certain MAC addresses?

I have a number of VPS servers behind a Mikrotik router. I have a Class C and give out 1 IP addresses to each VPS. I would like to prevent a user from an adding additional IP to his VPS without my approval. Anyone who is network savy would see that their IP is on a class C and they could try to bind addional IP’s and possibly distrupt another VPS customers traffic.

I staticly assign the IP in each VPS. Was hoping there was a way in Mikrotik to only allow IP traffic to a specific MAC address in each VPS server.

Dont use DHCP, but some articles talk about limiting IP via a MAC use when using DHCP.

Thanks!

Hi,
Why don’t try http://wiki.mikrotik.com/wiki/Manual:IP/ARP

Set the arp property as reply only and add the mac address for certain IP in arp list

Thanks! thats just what I needed.