Timeline for SSH into Raspberry Pi without knowing IP address
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:45 | history | edited | CommunityBot | replaced http://apple.stackexchange.com/ with https://apple.stackexchange.com/ | |
| Feb 27, 2014 at 8:29 | comment | added | ripat | ... and you need to run that above command as root sudo nmap ..... | |
| Feb 27, 2014 at 8:11 | comment | added | ripat | Workaround: nmap -sP 192.168.91.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}' see my comment on this thread | |
| Feb 27, 2014 at 7:36 | comment | added | 11684 | @ripat Wow, that renders it almost useless. | |
| Feb 26, 2014 at 14:07 | comment | added | ripat | arp -a will work if, and only if, the Mac already successfully probed or connected to a host. Try yourself by restarting your Mac and displaying the arp table. It will be almost empty. To populate that table you need to run something like a ping scan: nmap -sP 192.168.91.0/24 | |
| Dec 23, 2013 at 16:38 | history | answered | 11684 | CC BY-SA 3.0 |