User Tools
toolsandtechnologies:raspberrypiip
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| toolsandtechnologies:raspberrypiip [2017/07/24 13:11] – 1carew1 | toolsandtechnologies:raspberrypiip [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to create a Static IP on the Raspberry PI ====== | ||
| + | * Do an ifconfig and see what interface you are using - wlan0, eth0 etc | ||
| + | * # Edit the dhcpcd.conf file and down the very end add the following | ||
| + | * sudo nano / | ||
| + | * < | ||
| + | # Set static ip for Ethernet | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | </ | ||
| + | * Save the file, restart the pi and the IP should be static | ||