Android 命令设置获取、IP地址、网关、dns

设置ip

root@android:/ # ifconfig eth0 192.168.0.173 netmask 255.255.255.0
ifconfig eth0 192.168.0.173 netmask 255.255.255.0 

设置网关Gateway

root@android:/ # route add default gw 192.168.0.1 dev eth0


添加dns

root@android:/ # setprop net.eth0.dns1 8.8.8.8

root@android:/ # setprop net.eth0.dns2 8.8.4.4


https://blog.csdn.net/zhang__ao/article/details/78262738

猜你喜欢

转载自www.cnblogs.com/coolyylu/p/9075264.html