Page 1 of 1

Ho to add an specific IP to a MAC Address

Posted: Thu Apr 01, 2010 10:10 pm
by andrescamino
hello gurus,

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

Thanks for your help

Re: Ho to add an specific IP to a MAC Address

Posted: Thu Apr 01, 2010 10:28 pm
by fewi
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.

Re: Ho to add an specific IP to a MAC Address

Posted: Thu Apr 01, 2010 10:43 pm
by andrescamino
Thanks a lot fewi, that solved the problem

u rock man