Adding persistent ARP entry in centOS -


i want add arp entry & make persistent.

i created file /etc/ethers added line has <mac_address> <ip_address>. created script /sbin/ifup-local.

#!/bin/sh if [[ "$1" == "eth0" ]] arp -f /etc/ethers else #do_nothing fi 

after reboot or network up/down, arp -n doesn't show entries.

please let me know if have solution


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -