Hi all,

Here is my problem. In my company, wifi can only access internal network,
and 3G can only access external network. So I want to make the android phone
connect 3G and Wifi at the same time, and I will set up a route table for
this.

I searched this group, and find this
guy<http://groups.google.com/group/android-developers/browse_thread/thread/a2b9fd6b28c445d9/12a231cf1fbd66fd>had
the same problem with me, but I didn't find any solution in that
thread.
 I tried to set static ip and netmask without gateway for wifi, but then it
even failed to connect :-(

Then I tried this: first connect wifi, use dhcp, so now 3G is disconnected.
Then, in adb shell, I fire this command, ifconfig rmnet0 up, then I see this
interface is up, and have an IP address, then I use ip route add xxx via xxx
dev rmnet0 , but it doesn't work :-( I'm not sure whether rmnet0 works in
this case.

Are there any other solutions? Thanks in advance!

Best Regards,
Cheng

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to