要实现一机两网,Android设备至少得支持两种网络,如网线和wifi, #10.10.101.1是网线的网关地址,10.10.101.185是本机的网线侧ip地址 ip route add default via 10.10.101.1 dev eth0 metric 100 table 1 i