Computer Science, asked by Shivv7690, 1 year ago

How to find the ip address of a device connected to your computer?

Answers

Answered by ryandsouzarockp6ugo0
0
Ping your network using a broadcastaddress, i.e. "ping 192.168.1.255". After that, perform "arp -a" todetermine all the computing devices connected to the network. 3. You may also use "netstat -r" command to findan IP address of all network routes.
Similar questions