Skip to content

Instantly share code, notes, and snippets.

@ayezee33
Created September 9, 2016 16:10
Show Gist options
  • Save ayezee33/cabfeb01230c3ce6134c4593daa168f8 to your computer and use it in GitHub Desktop.
Save ayezee33/cabfeb01230c3ce6134c4593daa168f8 to your computer and use it in GitHub Desktop.
Edit /etc/dhcpcd.conf file with the following content (updated your IP address as you see fit)
interface eth0
static ip_address=192.168.0.10/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
interface wlan0
static ip_address=192.168.0.10/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment