Ho to add an specific IP to a MAC Address

hello gurus,

I would like to know how to make a mac address work with just one specific ip address

Thanks for your help

Needs more information. Is the client the only client behind the router? If there’s other clients, are they statically or dynamically addressed?

The generic solution revolves around hard setting ARP tables instead of having them dynamically populate. If he’s the only client, just turn off ARP on the interface and add a static entry. If there’s other static clients, you’ll need to add static entries for all of them. If there’s other dynamic clients you’ll have to enable the “add ARP entry” option on the DHCP server.

Thanks a lot fewi, that solved the problem

u rock man