Find network properties:
ip route
Find devices in network:
nmap -sn <10.10.0.0/20>
(use your network address and mask)
Get info about certain device
nmap -Pn <10.10.9.88>
(use ip of device you are interested in)
Find network properties:
ip route
Find devices in network:
nmap -sn <10.10.0.0/20>
(use your network address and mask)
Get info about certain device
nmap -Pn <10.10.9.88>
(use ip of device you are interested in)