I use a usb wireless adaptor and it works .I plug the pi into the router and i can ssh both the wireless and ethernet,but when i ping from my pi to my computer,it doesn't work. Could you please specify clearly how both computers are connected? It reads now as if you might have two routes from the P...
nazouille wrote:ping pi -> computer : firewall issue ?
internet connection not working on the pi : dns issu ?
i think it's not dns issue because i ping 192.168.1.* which seems not to use dns.
And firewall issue , i cannot even use apt-get install ,maybe not firewall issue.
Thank u very much.
I use a usb wireless adaptor and it works .I plug the pi into the router and i can ssh both the wireless and ethernet,but when i ping from my pi to my computer,it doesn't work. Here is my /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.106 ne...