简体   繁体   中英

How to learn ip of raspberry pi (raspbian lite)

I tried all ways. But I couldn't. I did scan on angry scanner and advanced ip scanner. But The raspberry pi does not look.I connect to pi with cable

Run arp to get all your devices. On Linux:

/usr/sbin/arp -n 

On Windows:

arp -a

Than try to identify your Pi. Probably there will be not that much. Than you can connect with SSH.

Another way will be to connect display, than you will have a login to console immediately. Than run ifconfig to find out ip.

Angry IP Scanner works fine for me, but some routers by default will block all traffic from wireless to wired clients. This usually can be disabled in you router gui. After you disable it, Angry should work fine.

The other easiest way to find IP of Raspberry PI would be:

  • to login to your router and then check under DHCP options what computers are using what IPs
  • login to Raspberry PI, open terminal and write "ifconfig"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM