>В сети используются статические адреса, причём здесь DHCP ? man arp
-f filename
Cause the file filename to be read and multiple entries to be set
in the ARP tables. Entries in the file should be of the form
hostname ether_addr [temp] [pub]
with argument meanings as given above. Leading whitespace and
empty lines are ignored. A `#' character will mark the rest of
the line as a comment.
Т.е. создаешь файл, например, /etc/ether и вносишь в него что-то типа:
192.168.0.2 00:00:89:1d:3d:82
192.168.0.3 00:14:6a:fd:42:11
Потом создаешь скрипт что-то типа arp.sh:
#!/bin/sh
arp -f /etc/ether
И запихиваешь его в /usr/local/etc/rc.d/
P.S. Неиспользуемые адреса заполняешь как ff:ff:ff:ff:ff:ff. Вручную или через awk