I am running my Raspberry Pi 2 on a wifi network and also used this article to connect my android phone via USB tethering (for ssh connection):
Now the problem is, the wifi router has ip 192.168.0.x but the USB tethering has 192.168.42.x
And I can't see a way to connect both at the same time. If I connect my phone then internet is gone :(
Do I have to make some settings on router, phone or Pi?
Edited
Here's the /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf auto wlan1 allow-hotplug wlan1 iface wlan1 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf #allow-hotplug usb0 #iface usb0 inet dhcp iface usb0 inet static EDIT 2
Here's the result of top command http://pastebin.com/QL4Jbi3x