FINDING RASPBERRY IP ADDRESS WITHOUT DISPLAY USING NMAP AND LOGIN WITH PUTTY in windows

Photo of author

By Jackson Taylor


I am using windows8
1—->find your ip address of computer
Control Panel—->Network and Internet——–>Network and Sharing Center

click on ethernet —>details .you can see your computer ip address
in my case it is 192.168.137.1.
but ip address starts with  192.168.137.0

2——-> open nmap issue following with your ip address
nmap -sn 192.168.137.0/24
you will get your pi’s address
mine is 192.168.137.157

See also
READING AN INPUT IN PYTHON