On network but not the internet
#1
Hi folks, really hoping you can help! I've recently been without internet for about a month. I've continued to use my RPi with OpenElec / Kodi installed to stream stuff off my NAS whilst not having internet. I've recently been reconnected by my ISP and all my other devices are connected and working fine but not my RPi. I'm absolutely connected to the network with it but for some reason, not the outside world. I can ssh in from my ubuntu box. I'm hoping the following outputs might give some clues...

RPiMedia:~ # ifconfig
eth0 Link encap:Ethernet HWaddr B8:27:EB:50:43Big Grin2
inet addr:192.168.1.14 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14129 errors:0 dropped:1 overruns:0 frame:0
TX packets:14225 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5062398 (4.8 MiB) TX bytes:3717278 (3.5 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1%1995311424/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:230 errors:0 dropped:0 overruns:0 frame:0
TX packets:230 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21488 (20.9 KiB) TX bytes:21488 (20.9 KiB)

RPiMedia:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
RPiMedia:~ # cat /etc/resolv.conf
# Generated by Connection Manager
search Home
nameserver 192.168.1.254
RPiMedia:~ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
8 packets transmitted, 0 packets received, 100% packet loss
Reply
#2
Start with pinging local devices like 192.168.1.1. Also make use of traceroute.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
In case you don't know how to use traceroute:

Code:
traceroute <some.url.here>

Example:

traceroute kodi.tv
Reply

Logout Mark Read Team Forum Stats Members Help
On network but not the internet0