#!/bin/bashfor ((i = 1; i < 254; i++))do arping -I eth0 192.168.0.$i -c 1donearp -a > /tmp/mactable.txt