ip a
OR
ifconfig
AND
iwconfig
Gets wireless and wired connection
ip n
OR
arp -a
what IP has which MAC
ip r
OR
route
routing table; where our traffic is routing?
ip a
assuming /24 subnet only could miss IPs shown in the routing table.
ifconfig
INTO
ping IP
check if the IP is active and responding