Nope, I can't ping internet IP addresses from the laptop.
I can ping (eg google.com) from the PI when logged into it over ssh from the laptop.
--Edit--
Ok, so I've looked at the routing information, and the difference between being connected to the pi vs. my home wifi is that when connected to the PI the doesnt seem to be a 'default' route in the routing table information which is displayed when I type 'route'.
So I'm going to try to find how to add a default route and and get it added on startup, I'll report back if I get it working.
-- 2nd Edit --
I've added a new default route on my laptop by typing: route add default gw 192.168.42.1 and now when pinging from my laptop I get a bit more, rather than saying "connect: Network is unreachable" immediately, it now seems to try and then gives me "ping: unknown host google.com"
If I ping an internet IP directly (I used an IP that I got from the ping of google.com from the pi) I simply don't get a reply
Code: Select all
PING 173.194.41.161 (173.194.41.161) 56(84) bytes of data.
^C
--- 173.194.41.161 ping statistics ---
57 packets transmitted, 0 received, 100% packet loss, time 56449ms