View Single Post
Posts: 36 | Thanked: 28 times | Joined on Jul 2010
#2
Get curl & wget on your device (can't remember where from, sorry) & try getting web pages from the commandline.

Code:
curl -I http://www.google.com
that's "-I" with a capitol "i".
Code:
wget http://www.google.com
Also try "mtr" to see if your device is actually connecting to the websites or just a proxy.

Code:
mtr www.google.com
If these tools aren't in any of the normal repos then they may be available for EasyDebian.

You could also try Wireshark and see what's going onver the network.
 

The Following User Says Thank You to dave1010 For This Useful Post: