Quantcast
Channel: Raspberry Pi – Linux Circle – Do it yourself (DIY) Internet of Things (IoT) guide for hobbyists and innovators
Viewing all articles
Browse latest Browse all 32

How to set static IP address in Raspbian Jessie

$
0
0
Tweet Set a static IP address in Raspbian Jessie. From the CLI, edit the dhcp file file. Do not use /etc/network/interfaces like you used to with previous Raspbian versions. sudo nano /etc/dhcpcd.conf Append this to the bottom of the file with your desired  IP address. interface eth0 static ip_address=192.168.1.111/24 static...

Viewing all articles
Browse latest Browse all 32

Trending Articles