note: replace <ip>
: eg: 192.168.10.1
with the ip address you want to check
show ip address of the computer
ipconfig
show all ip addresses and mac addresses of the computer
ipconfig /all
send a packet to the ip address and wait for a response
ping <ip>
tracert <ip>
Search in google: what is my ip
show all ip addresses in the arp table
arp -a
show the name of the computer
hostname
show the ip address of a website
nslookup <website>
show all ip addresses and ports that are being used by the computer
netstat -a
show all information about the computer
systeminfo
show all ip addresses and ports that are being used by the computer
route print