I've connected my Pi via Wifi but I'm unable to ping 8.8.8.8 and access any site gives me "cannot resolve hostname(Urlhere)". I navigated to my /etc/resolv.conf file to find that it was empty. I proceeded to add in the following:
Code: Select all
nameserver 8.8.8.8
nameserver 8.8.4.4Code: Select all
Destination 192.168.1.0
gateway 0.0.0.0
genmask 255.255.255.0
flags U
Metric 303
Ref 0
Use 0
User iface wlan0Has anyone seen this sort of issue before? I find the file wiping strange as I've not noticed that on any other post