Setting a Static IP on Raspbian Jessie For each interface, add the following in /etc/dhcpcd.conf interface eth0 static ip_address=192.168.10.100 static routers=192.168.10.1 static domain_name_servers=192.168.10.1