Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/8e7ec52c20dd23c9363da674778369fc to your computer and use it in GitHub Desktop.
Save christopher-baek/8e7ec52c20dd23c9363da674778369fc to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment