← All Kali Issues
ifconfig
Command not found
I Installation
Medium
🔴 Error Message
ifconfig: command not found
📖 What This Means
ifconfig is deprecated in favor of ip command.
🔧 Step-by-Step Fix
- Install: sudo apt install net-tools
- Or use: ip addr show (modern replacement)
- ip link show for interface list
- ip route for routing table