disabling the ARP protocol in linux box
To supress ARP on interface eth0
run the following command as root
:
ip link set dev eth0 arp off
To turn it back on again:
ip link set dev eth0 arp on
To supress ARP on interface eth0
run the following command as root
:
ip link set dev eth0 arp off
To turn it back on again:
ip link set dev eth0 arp on