"How to find out raspberry pi public ip"

Debian-based Linux distribution and Raspberry Pi both operating systems have almost the same command-line Front end. So, it is very easy to discover the IP address of the Raspberry Pi.

To find out your IP address easier, you must have physical access and display to your Raspberry Pi.


  • You may run the hostname -I command to discover the IP address of your Raspberry Pi. In hostname -I command capital I fetch IP address for all hostnames. While small i will show the hostname only.

Get ip of raspberry pi

on Jan 01, 1970
For Windows
ping raspberrypi.local -6        #IPv6
ping raspberrypi.local -4        #IPv4

Add Comment

0

Hope you have gotten your command and now be able to find your Raspberry Pi using the IP address. This code will also help you to find out the local IP address of your pi.

Note:

  • On Windows 10 you have to go to Windows Setting. Then click on Network & Internet. in which you have to choose to change connection properties. Go down to the bottom of the page and look for the properties portion. Now you will be able to see your device IP address in front of the IPv4 address.

Shell/Bash answers related to "Public IP raspberry pi"

View All Shell/Bash queries

Shell/Bash queries related to "Public IP raspberry pi"

Browse Other Code Languages

CodeProZone