Monday, October 4, 2010

Network and DNS settings for Android

Use following command to set DNS server:

setprop net.dns1 xxx.xxx.xxx.xxx

Use following command to set gateway:

route add default gw 192.168.1.1 dev eth0

No comments: