Hi guys, this is my first post here, and my second os instalation on rpi...
first time after i got the rpi i installed osmc added a few repositoies and it worked like a charm. i steamed a lot of channels etc.
now i want to build my own NAS using the rpi, and i ran into a problem.
first i took the noobs version from here: https://www.raspberrypi.org/downloads/ did all the things, but the internet is not working. it took 5 minutes to open google.com, i tried sudo apt-get update, not a chance
then i went back to https://www.raspberrypi.org/downloads/ where i got raspbian, followed the instruction, booted, same problem....
in both cases i can connect over putty without problems, so the network is up and running.
pi@raspberrypi:~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:9b:71:76
inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::47ce:b863:93be:c490/64 Scope:Link
inet6 addr: 2a02:2f01:6025:c200:1bd5:8f5d:cfac:f755/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:845 errors:0 dropped:0 overruns:0 frame:0
TX packets:474 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:323603 (316.0 KiB) TX bytes:60359 (58.9 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:200 errors:0 dropped:0 overruns:0 frame:0
TX packets:200 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16656 (16.2 KiB) TX bytes:16656 (16.2 KiB)
i have internet fiberlink 500mb/s with a 465mb/s speed test result...
i check the cable connection with my laptop and works at full speed...
what is wrong with my pi?
thanks!