Unstable internet connection
Posted: Fri Jun 07, 2013 9:54 am
Hi,
My pi is connected to the local network of my university by the ethernet port.
I set a static ip address that was given to me especially for the pi , here is my /etc/network/interfaces files :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 147.96.22.87
netmask 255.255.255.0
gateway 147.96.22.1
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
I can get the internet for five or ten minutes but then it stop, and i have to reboot my pi each time to make it work again.
Does anybody knows why ?
My pi is connected to the local network of my university by the ethernet port.
I set a static ip address that was given to me especially for the pi , here is my /etc/network/interfaces files :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 147.96.22.87
netmask 255.255.255.0
gateway 147.96.22.1
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
I can get the internet for five or ten minutes but then it stop, and i have to reboot my pi each time to make it work again.
Does anybody knows why ?