Fri Oct 07, 2016 5:34 pm
Add settings to the /etc/dhcpcd.conf file. You will need root access.
Go to the bottom of the file and add something like this:
interface eth0
static ip_address=192.168.x.xx/xx
static routers=192.168.1.xxx
static domain_name_servers= 8.8.8.8 8.8.4.4
Change the x's to whatever is appropriate for your situation.
Good luck.