2014-06-05

I have a raspberry Pi (with raspbian) connected to the Internet via wi-fi.

ifconfig gives me:

route -n gives me:

nmap 216.106.159.165 (IP address of the Pi) gives me:

I have a laptop with (Ubuntu 12.04 LTS) connected to the Internet.

ifconfig gives me:

route -n gives me:

nmap 216.106.154.228 (IP address of the laptop) gives me:

I can ssh to both of these computers from my iphone which uses LTE. However, I cannot ssh from the pi into the laptop and vice versa.

laptop says:

pi says:

I cannot also ping both the Pi's address and the laptop's address from the laptop and the pi. Also, nmap says host is down for either ip addresses.

What could be causing them to not see each other?

Show more