Code:root@gartzea:/# arping -b 192.168.0.62 Interface "lo" is not ARPable
My bad, this needs:
arping -b 192.168.0.62 -I <interface>
You will see the <interface> to fill within the output of:
ip -c a
Something like
en0
or enp1s0
, next to your IP address (or just post it).EDIT: The arping ends when you press CTRL+C.
Last edited: