네트워크의 모든 장치에는 인터넷 프로토콜(Internet Protocol) 또는 IP 주소(IP address) 가 있습니다. IP 주소는 거리 또는 우편 주소와 같이 다른 모든 장치 중에서 네트워크의 특정 장치를 식별하는 방법입니다. 네트워크의 장치에 연결하려면 해당 IP 주소를 알아야 하며 때로는 찾기 어려울 수 있습니다.
이 기사에서는 네트워크(network) 에 연결된 Raspberry Pi 의 IP 주소를 찾는 방법을 보여줍니다 . 어떤 경우에는 Pi의 IP 주소가 동적일 수 있습니다. 즉, 바뀔 수 있습니다. Raspberry Pi의 IP 주소가 변경된 경우 새 IP를 찾을 수 있는 방법이 필요합니다. Pi에 디스플레이가 연결되어 있거나 없을 수 있으므로 디스플레이가 있거나 없는 Pi의 IP 주소를 찾는 몇 가지 방법을 안내해 드립니다.
Pi에 연결된 모니터(Monitor) 와 키보드(Keyboard Connected) 로 Raspberry Pi의 IP 주소 찾기(IP Address)
Pi의 IP 주소를 찾는 가장 쉬운 방법은 GUI(GUI) 데스크탑 이 포함된 OS를 설치했는지 여부에 관계없이 Pi에 직접 로그인하는 것 입니다.
헤드리스 설치(Headless Install) 가 있는 경우 ( Linux 데스크탑 없음)
Pi에 설치한 OS에 GUI(GUI) 데스크탑 이 포함되어 있지 않은 경우 터미널 창을 사용하여 Raspberry Pi의 IP 주소를 검색할 수 있습니다.
- 파이에 로그인합니다.
- ip a 를 입력 하고 Enter 키를 누릅니다 .
- IP 주소는 inet 192.168.xx(inet 192.168.x.x) 형식으로 나타납니다 .
- 위의 예에서 Raspberry Pi 는 이더넷을 통해 네트워크에 연결되어 있으므로 eth0 섹션에 IP 주소가 나타납니다. Wi-Fi를 통해 연결된 경우 IP 주소가 wlan0 섹션에 나타납니다.
Linux 데스크탑이 있는 경우
Pi 에 데스크탑 이 설치된 (Desktop)Raspberry Pi OS 가 있는 경우 시계 옆의 오른쪽 상단 모서리에 있는 네트워크 아이콘(2개의 화살표) 위로 마우스를 가져가면 Pi의 IP 주소를 쉽게 찾을 수 있습니다. Raspberry Pi의 네트워크 연결을 보여주는 정보 패널이 나타납니다.
Pi가 이더넷을 통해 네트워크에 연결된 경우 eth0 뒤에 Raspberry Pi의 IP 주소가 표시 됩니다. 위 이미지에서 IP 주소는 192.168.1.179입니다. 슬래시와 그 뒤에 오는 숫자는 무시하십시오. (즉, 서브마스크를 알려줍니다.) Pi가 Wi-Fi를 통해 네트워크에 연결되어 있으면 wlan0 뒤에 Pi의 주소가 표시 됩니다.
동일한 네트워크(Same Network) 의 Windows 컴퓨터(Windows Computer) 에서 Pi의 IP 주소(IP Address) 를 찾는 방법
다음은 동일한 네트워크의 다른 컴퓨터에서 Pi의 IP 주소를 찾는 몇 가지 쉬운 방법입니다.
호스트 이름 명령 사용
hostname 명령을 사용하는 것은 동일한 네트워크의 다른 컴퓨터에서 Raspberry Pi의 IP 주소를 찾는 좋은 방법입니다.
- Pi와 동일한 네트워크에 있는 Windows 컴퓨터 에서 검색 상자에 cmd 를 입력하고 (cmd )Enter 키를 눌러 명령 프롬프트를 시작합니다 .
- 명령 프롬프트 창에서 nslookup raspberrypi 를 입력 합니다.
- 위에서 볼 수 있듯이 nslookup 명령은 두 가지 결과를 반환했습니다. 첫 번째는 게이트웨이 주소(라우터 주소)이고 두 번째는 Raspberry Pi 의 IP 주소입니다 .
- 참고: 명령이 "*** [NAME_OF_YOUR_NETWORK] can't find raspberrypi: Non-existent domain"을 반환하면 Pi가 동일한 네트워크에 없거나 명령에 오타가 있거나 컴퓨터가 DNS 서버 를 쿼리할 수 있는 액세스 권한이 없습니다 .
핑 명령 사용
대부분의 네트워크 장치에는 ping 명령이 활성화되어 있으며 대다수의 Raspberry Pi OS 이미지에는 기본적으로 ping이 활성화되어 있습니다. 그러나 Pi에서 ping 명령이 비활성화되었을 수 있으므로 Pi의 IP 주소를 식별하는 이 방법이 작동하지 않을 수 있습니다.
ping 명령을 사용하는 것은 Marco Polo(Marco Polo) 게임을 하는 것과 같습니다 . "Marco"라고 외치면 네트워크 장치가 "Polo"라고 응답하여 위치를 알려줍니다.
- Pi와 동일한 네트워크에 있는 Windows 컴퓨터 에서 검색 상자에 cmd 를 입력하고 (cmd )Enter 키를 눌러 명령 프롬프트를 시작합니다 .
- 명령 프롬프트 창에서 ping raspberrypi 를 입력 하고 Enter 키(Enter) 를 누릅니다 .
- 위의 스크린샷에서 IP 주소가 여러 번 표시되는 것을 볼 수 있습니다. ping 명령이 실패하면 반환하는 IP 주소가 여전히 정확할 수 있으므로 작동하는지 확인하십시오.
- 참고: ping이 네트워크에서 Raspberry Pi 를 찾을 수 없는 경우 “Ping 요청에서 호스트 raspberrypi를 찾을 수 없습니다. 이름을 확인하고 다시 시도하십시오. " (Please)이 경우 아래 방법 중 하나를 시도하십시오.
타사 도구 로 Pi의 (Third Party Tools)IP 주소(IP Address) 를 찾는 방법
네트워크(Network) 스캐너 도구는 네트워크에서 가능한 모든 IP 주소를 반복하고 Raspberry Pi 와 같은 사용 가능한 호스트를 감지하려고 시도합니다 . 이러한 도구는 컴퓨터나 휴대폰이 Raspberry Pi와 동일한 네트워크(즉, 동일한 라우터에 연결됨)에 있는 경우에만 작동 (Remember)합니다(Raspberry Pi) .
Angry IP 스캐너 사용
Angry IP Scanner 는 Anton Keks 의 오픈 소스 프로그램이며 많은 (Anton Keks)Raspberry Pi 사용자에게 사랑받고 있습니다. GitHub 페이지 에서 Angry IP Scanner 를 다운로드하는 것이 가장 좋습니다 . 그렇게 하면 최신 릴리스를 얻을 수 있습니다. 이 도구는 Windows, Mac OS 및 Linux 에서 사용할 수 있습니다 .
(Install)Pi와 동일한 네트워크의 다른 컴퓨터에 Angry IP Scanner 를 (Angry IP Scanner)설치 하고 실행 하십시오. 이 방법은 네트워크의 모든(every ) 장치를 찾을 수 있다는 장점이 있습니다. raspberrypi 로 시작하는 호스트 이름으로 결과를 찾으십시오 . 경고: 네트워크를 소유한 경우에만 이 도구를 실행하십시오!
스마트폰에서 Fing 앱 사용
Fing은 로컬 네트워크를 스캔하고 해당 네트워크에 있는 모든 장치의 IP 주소를 표시하는 Android 및 iPhone 용 앱입니다.(iPhone)
Fing 앱을 실행하면 네트워크의 모든 장치 목록이 생성됩니다. raspberrypi 로 시작하는 결과를 찾으면 Pi의 IP 주소가 나열됩니다.
What Is My Raspberry Pi’s IP Address?
Every device on a network has an Intеrnеt Protocоl or IP address. The IP address is how you identify a specific device on your network among all the others, just like a street or postal address. If you want to connect to a device on your network, you need to know its IP address, and sometimes that can be hard to find.
This article will show you how to discover the IP address of a Raspberry Pi that’s connected to your network. In some cases, your Pi’s IP address could be dynamic. That means it can change. If your Raspberry Pi’s IP address has changed, you need a way to find out its new IP. Since you may or may not have a display connected to your Pi, we’ll walk you through a few ways to find your Pi’s IP address with and without a display.
Finding Your Raspberry Pi’s IP Address with a Monitor and Keyboard Connected to the Pi
The easiest way to find your Pi’s IP address is to sign into the Pi directly, whether or not you have installed an OS that includes a GUI desktop.
If You Have a Headless Install (no Linux desktop)
If the OS you installed on your Pi doesn’t include a GUI desktop, you can use the terminal window to search for your Raspberry Pi’s IP address.
- Sign into your Pi.
- Type ip a and press Enter.
- The IP address will appear in the following form: inet 192.168.x.x.
- In the example above, the Raspberry Pi is connected to the network via ethernet, so the IP address appears in the eth0 section. If it were connected over wifi, the IP address would appear in the wlan0 section.
If You Have a Linux Desktop
If you have a Raspberry Pi OS with Desktop installed on your Pi, you can easily find your Pi’s IP address by hovering your mouse over the network icon (two arrows) in the top-right corner, next to the clock. An information panel will appear showing your Raspberry Pi’s network connections.
If your Pi is connected to the network via ethernet, you’ll see your Raspberry Pi’s IP address after eth0. In the image above, the IP address is 192.168.1.179. Ignore the slash and the numbers after it. (That’s telling you the submask.) If your Pi is connected to your network via wifi, you’ll see your Pi’s address after wlan0.
How to Find Your Pi’s IP Address from a Windows Computer on the Same Network
Here are a couple easy ways to find your Pi’s IP address from another computer on the same network.
Use the Hostname Command
Using the hostname command is a good way to discover your Raspberry Pi’s IP address from a different computer on the same network.
- On a Windows computer that’s on the same network as your Pi, launch the command prompt by typing cmd into the search box and pressing Enter.
- In the command prompt window, type nslookup raspberrypi.
- As you can see above, the nslookup command has returned two results. The first is the gateway address (the address of your router), and the second is the IP address of your Raspberry Pi.
- Note: If the command returns “*** [NAME_OF_YOUR_NETWORK] can’t find raspberrypi: Non-existent domain,” that means either the Pi isn’t on the same network, you had a typo in the command, or your computer doesn’t have access to query the DNS server.
Use the Ping Command
Most network devices have the ping command enabled, and the vast majority of Raspberry Pi OS images do have ping enabled by default. However, it is possible that ping commands have been disabled on your Pi, so this method of identifying your Pi’s IP address isn’t guaranteed to work.
Using a ping command is like playing the game of Marco Polo. You shout, “Marco” and your network device responds, “Polo,” giving away its location.
- On a Windows computer that’s on the same network as your Pi, launch the command prompt by typing cmd into the search box and pressing Enter.
- In the command prompt window, type ping raspberrypi and press Enter.
- In the screencap above, you can see that the IP address is shown multiple times. If the ping command fails, the IP address it returns may still be correct, so see if it works.
- Note: If ping cannot find the Raspberry Pi on your network, you’ll get an error message that says, “Ping request could not find host raspberrypi. Please check the name and try again.” In this case, try one of the methods below.
How to Find Your Pi’s IP Address with Third Party Tools
Network scanner tools loop through every possible IP address on your network and try to detect any available hosts, like your Raspberry Pi. Remember, these tools will only work if your computer or phone is on the same network (i.e., connected to the same router) as your Raspberry Pi.
Use Angry IP Scanner
Angry IP Scanner is an open source program from Anton Keks and is beloved by many Raspberry Pi users. It’s best to download Angry IP Scanner from its GitHub page. That way you’ll be sure to get the latest release. This tool is available for windows, Mac OS, and Linux.
Install and run Angry IP Scanner on another computer on the same network as your Pi. This method has the advantage of finding every device on your network. Look for the result with a hostname that begins with raspberrypi. Warning: Only run this tool if you own the network!
Use the Fing App on Your Smartphone
Fing is an app available for Android and iPhone that scans your local network and displays the IP addresses of all the devices on that network.
Running the Fing app will yield a list of all the devices on your network. Look for the result starting with raspberrypi, and your Pi’s IP address will be listed.