#!/system/bin/sh

ifconfig eth0 192.168.3.199 netmask 255.255.255.0 up
route add default gw 192.168.3.198 dev eth0
setprop net.eth0.dns1 61.10.0.130

Then I can ping the gateway but can't ping the web ip.

#!/system/bin/sh

ifconfig eth0 192.168.3.199 netmask 255.255.255.0 up
route add default gw 192.168.3.198 dev eth0
setprop net.eth0.dns1 61.10.0.130

There is anyone to help me?

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to