ip a
OR
ifconfig
AND
iwconfigGets wireless and wired connection
ip n
OR
arp -awhat IP has which MAC
ip r
OR
routerouting table; where our traffic is routing?
ip aassuming /24 subnet only could miss IPs shown in the routing table.
ifconfig
INTO
ping IPcheck if the IP is active and responding
