Computer NetworksNETWORKS

How to find IP Address on a Raspberry Pi 3



This video will show you how to find you WIFI or LAN IP Address on a Raspberry Pi 3 running Raspbian.

I am using the Raspberry Pi 3B+: https://amzn.to/2Tnsc0l and recommend using a 2.5A minimum power supply, such as: https://amzn.to/2G0wcku I usually use whatever SD cards I can get cheaply, but recommend minimum 8GB and class 10, here’s an example of a good cheap option: https://amzn.to/2MHJkvb If you need recommendations for good compatible Pi hardware just leave a comment below.

First, open the terminal on your Pi, then type in the command:

ifconfig

This will list relevant network information for your network adapters, such as IP addresses, MAC Address, and Subnet mask.

Make sure to select the adapter you want the IP address of, so eth0 for ethernet connection, or wlan0 for your WIFI.

Your IP address will be listed under inet address in the output from the ifconfig command.

Check out my facebook at: https://www.facebook.com/pages/All-How-2s/198429346974010

or my twitter: https://twitter.com/AllHow2s

Or my website where I have a lot of other great tutorials (such as how to take a screenshot, or how to get the start button back on Windows 8): http://www.allhow2s.com

source
ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *