Internet trouble - Raspberry Pi Forums
hi, set berryboot raspiean , stuck internet problem.
first of all, ocure ethernet , wifi. both connections shared, ethernet macbook, wifi iphone. till cold work around thous problems entries of dns 8.8.8.8 , 8.8.4.4 in /etc/network/interfaces file (looks right this:)
can ping goole.com on wifi-connection, if try update error message: /etc/resolv.conf file gets overwritten nameserver ip of tethering iphone. don't know can change that. anyway, if enter there google dns still can't update.
tried howl thing volumio, same result.
tried different source addresses, failed well: tried jessie. no change there.
internet gets routed trow berryboot boot loader? have set there dns?
or did wrong in settings?
overrides resolv.conf file?
i'm out of ideas.
first of all, ocure ethernet , wifi. both connections shared, ethernet macbook, wifi iphone. till cold work around thous problems entries of dns 8.8.8.8 , 8.8.4.4 in /etc/network/interfaces file (looks right this:)
code: select all
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual dns-nameserver 8.8.8.8 dns-nameserver 8.8.4.4 wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp
code: select all
sudo apt-get update err http://mirrordirector.raspbian.org wheezy release.gpg not connect mirrordirector.raspbian.org:80 (5.153.225.207), connection timed out err http://raspberrypi.collabora.com wheezy release.gpg not connect raspberrypi.collabora.com:80 (93.93.128.223), connection timed out err http://mirror.ox.ac.uk wheezy release.gpg not connect mirror.ox.ac.uk:80 (163.1.160.163), connection timed out [ip: 163.1.160.163 80] err http://archive.raspberrypi.org wheezy release.gpg not connect archive.raspberrypi.org:80 (93.93.130.214), connection timed out [ip: 93.93.130.214 80] reading package lists... done w: failed fetch http://mirrordirector.raspbian.org/raspbian/dists/wheezy/release.gpg not connect mirrordirector.raspbian.org:80 (5.153.225.207), connection timed out w: failed fetch http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/dists/wheezy/release.gpg not connect mirror.ox.ac.uk:80 (163.1.160.163), connection timed out [ip: 163.1.160.163 80] w: failed fetch http://raspberrypi.collabora.com/dists/wheezy/release.gpg not connect raspberrypi.collabora.com:80 (93.93.128.223), connection timed out w: failed fetch http://archive.raspberrypi.org/debian/dists/wheezy/release.gpg not connect archive.raspberrypi.org:80 (93.93.130.214), connection timed out [ip: 93.93.130.214 80] w: index files failed download. have been ignored, or old ones used instead.
tried howl thing volumio, same result.
tried different source addresses, failed well:
code: select all
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi # uncomment line below 'apt-get update' enable 'apt-get source' deb-src http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ wheezy main contrib non-free rpi #deb http://archive.raspbian.org/raspbian wheezy main contrib non-free #deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free
internet gets routed trow berryboot boot loader? have set there dns?
or did wrong in settings?
overrides resolv.conf file?
i'm out of ideas.
if add entries of type dns-nameserver file /etc/network/interfaces, should verify package resolvconf installed.
code: select all
sudo apt-get install resolvconf
raspberrypi
Comments
Post a Comment