I can SSH into my Pi now that's not connected via ethernet to prove that Wifi works.
Pinging Google works just fine and I can surf the web, check email, etc.
The problem is that I can't PING the IP address of devices connected to the same Wifi network.
The problem is that if I'm connected via Wifi I can't PING my iPhone that's connected to the same Wifi network.
iPhone (Wifi): 192.168.10.66 - Destination Host Unreachable.
Other Desktop (Ethernet): 192.168.10.94 - Working just fine.
This is my current /etc/network/interface:
Code: Select all
# The ethernet interface.
auto lo
iface lo inet loopback
iface eth0 inet dhcp
# The wireless interface.
allow-hotplug wlan0
auto wlan0
iface default inet dhcp
iface wlan0 inet dhcp
wpa-ssid "HOME-WACCESS"
wpa-psk "FOOBAR"