I am setting up a new Raspberry Pi3. I've configured dhcpcd.conf with as follows
interface eth0
static ip_address=192.168.0.160/24
static routes=192.168.0.1
static domain_name_servers=192.168.0.1
interface wlan0
static ip_address=192.168.0.158/24
static routes=192.168.0.1
static domain_name_servers=192.168.0.1
After rebooting ...
I can see both of these addresses in the output of ifconfig.
I have added the passcode to the local wifi network and connected.
I can ping these IPs from both windows and Ubuntu computers.
I can connect to the rp3 using putty on ubuntu.
I can see my neighbors routers.
But I still can't seem to get to the internet. Every site I try throughs up the "Aw Snap...." irritating message.
I'm sure I have forgotten some step but not a clue what it is.
The purpose of the pi is to control a CNC router using Chilipeppr and JSCut software (both cloud based products).
Can anyone help me?