您的位置:首页 > 理论基础 > 计算机网络

android-x86模拟器中网络设置

2016-01-11 10:39 591 查看
从stack overflow 中找到的解决方法

I found the solution,If you are tring to configure ethernet to get internet the you need to follow following steps in android-x86 froyo:
1.<kbd>Alt + F1 </kbd>

2.ifconfig eth0 "Ip address" netmask "255.255.255.0"

3.route add default gw "default gateway" dev eth0

4.setprop net.dns "dns server"

5.setprop net.gprs.http-proxy http://"proxy address"


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: