← All Kali Issues
Arp-scan

No response from hosts

S Scanning Medium

🔴 Error Message

ARP scan returning no results

📖 What This Means

Interface or subnet mismatch.

🔧 Step-by-Step Fix

  1. Use correct interface: sudo arp-scan -I eth0 --localnet
  2. Specify range: sudo arp-scan -I eth0 192.168.1.0/24
  3. Must be on same L2 segment

🔗 More Arp-scan Issues