Skip to main content
copy editing
Source Link
Ghanima
  • 16k
  • 17
  • 66
  • 127

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping raspberrypiping raspberrypi
From Windows: ping raspberrypiping raspberrypi
From OS X: ping raspberrypi.localping raspberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba sudo apt-get install samba.

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping raspberrypi
From Windows: ping raspberrypi
From OS X: ping raspberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping raspberrypi
From Windows: ping raspberrypi
From OS X: ping raspberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command sudo apt-get install samba.

corrected spelling of raspberrypi
Source Link
geoji
  • 674
  • 7
  • 5

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping rasberrypiraspberrypi
From Windows: ping rasberrypiraspberrypi
From OS X: ping rasberrypiraspberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping rasberrypi
From Windows: ping rasberrypi
From OS X: ping rasberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping raspberrypi
From Windows: ping raspberrypi
From OS X: ping raspberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba

Source Link
geoji
  • 674
  • 7
  • 5

You can lookup the IP address by hostname. Assuming the hostname of your Pi is "raspberrypi"

Here is how you obtain the IP address using ping command and hostname.

From Linux: ping rasberrypi
From Windows: ping rasberrypi
From OS X: ping rasberrypi.local

In order for the command to work from Windows, you need to have Samba running on your Pi. You can install Samba using the command

sudo apt-get install samba