yes, I want to do that
Using Static ARP
You can ensure certain MAC addresses can only use a certain IP by using static ARP.
To add a static ARP entry, use /exec.php to run the arp command.
arp -s 192.168.1.11 ab:cd:ef:12:34:56
To verify this addition, run 'arp -a' in exec.php and you'll see the following in the list.
? (192.168.1.11) at ab:cd:ef:12:34:56 on sis2 [ethernet]
This change will not survive a reboot. You need to put the arp -s command in your config.xml in <shellcmd>. See this FAQ entry for more information on hidden config.xml options
but, not understand how to do