TomGeorge
Posts: 18
Joined: Mon Oct 14, 2013 3:16 pm

Internet connections timeout

Sat Nov 14, 2015 7:43 pm

installed 2015-09-24 raspian jessie
from termnal can successfully ping other devices on lan, ip route shows route to router
BUT
from display all internet selections (Claw Mail, Epiphany Web Browser, Raspberry Pi Resources) time out with no response

sprinkmeier
Posts: 410
Joined: Mon Feb 04, 2013 10:48 am
Contact: Website

Re: Internet connections timeout

Sat Nov 14, 2015 10:46 pm

run

Code: Select all

ip route
to see if you have a default gateway set (a line starting with default via)
If so, run

Code: Select all

ping 8.8.8.8
to see if you can ping the internet (8.8.8.8 is Google's DNS server, is should be up :-)
If that works, run

Code: Select all

host 8.8.8.8
to see if DNS is set up properly.

Post the outputs of the above commands (please use CODE tags) as well as ifconfig and the contents of /etc/resolv.conf.

Return to “Troubleshooting”