2
edits
Changes
no edit summary
'''2. What command disable ARP on a network interface?'''
Answer: To disable ARP on a network interface named 'ethxxx', one would use a command of the form 'ifconfing ethxxx -arp'.
To disable ARP on a network interface named 'ethxxx', one would use a command of the form 'ifconfing ethxxx -arp'.
'''3. How do you enable ARP on a network interface if it has been disabled?''' Answer: To re-enable ARP on a network interface named 'ethxxx', one would use a command of the form 'ifconfig ethxxx arp'.