← 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
- Use correct interface: sudo arp-scan -I eth0 --localnet
- Specify range: sudo arp-scan -I eth0 192.168.1.0/24
- Must be on same L2 segment