Closed GoogleCodeExporter closed 8 years ago
更新到 0.16.1 后再试
Original comment by max.c...@gmail.com
on 11 Mar 2012 at 6:40
Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Windows\system32>adb shell
shell@android:/ $ su
su
shell@android:/ # iptables -L -t nat -n
iptables -L -t nat -n
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
REDIRECT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 redir p
orts 35641
RETURN tcp -- 0.0.0.0/0 203.208.0.0/16
RETURN tcp -- 0.0.0.0/0 0.0.0.0/2
RETURN tcp -- 0.0.0.0/0 66.114.0.0/16
RETURN tcp -- 0.0.0.0/0 96.0.0.0/3
RETURN tcp -- 0.0.0.0/0 128.0.0.0/4
RETURN tcp -- 0.0.0.0/0 171.0.0.0/8
RETURN tcp -- 0.0.0.0/0 175.0.0.0/8
RETURN tcp -- 0.0.0.0/0 180.0.0.0/8
RETURN tcp -- 0.0.0.0/0 182.0.0.0/8
RETURN tcp -- 0.0.0.0/0 183.0.0.0/8
RETURN tcp -- 0.0.0.0/0 202.0.0.0/8
RETURN tcp -- 0.0.0.0/0 203.0.0.0/8
RETURN tcp -- 0.0.0.0/0 210.0.0.0/8
RETURN tcp -- 0.0.0.0/0 211.0.0.0/8
RETURN tcp -- 0.0.0.0/0 216.0.0.0/5
REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir p
orts 8123
REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 redir
ports 8124
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
shell@android:/ # cd /sdcard/
cd /sdcard/
shell@android:/sdcard # ps | grep gaeproxy
ps | grep gaeproxy
app_96 2061 133 557852 62832 ffffffff 400194c4 S org.gaeproxy
root 2401 1 716 316 c0223868 400374c4 S /data/data/org.gaeproxy/r
edsocks
root 3046 1 8168 5864 c01fa2a0 400648d4 S /data/data/org.gaeproxy/p
ython-cl
shell@android:/sdcard # ps | grep python
ps | grep python
root 3046 1 8168 5864 c01fa2a0 400648d4 S /data/data/org.gaeproxy/p
ython-cl
shell@android:/sdcard # ps | grep redsocks
ps | grep redsocks
root 2401 1 716 316 c0223868 400374c4 S /data/data/org.gaeproxy/r
edsocks
shell@android:/sdcard # netstat
netstat
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:1984 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8123 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8124 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.100:60614 74.125.128.156:80 ESTABLISHED
tcp 0 0 192.168.1.100:48129 74.125.128.120:80 ESTABLISHED
tcp6 0 0 ::ffff:192.168.1.100:41083 ::ffff:207.46.11.138:443 ESTABLIS
HED
tcp6 0 1 ::ffff:192.168.1.100:36677 ::ffff:173.245.61.120:80 CLOSE_WA
IT
tcp6 0 1 ::ffff:192.168.1.100:59259 ::ffff:74.125.235.9:80 CLOSE_WAIT
tcp6 0 0 ::ffff:192.168.1.100:57137 ::ffff:74.125.31.188:5228 ESTABLI
SHED
udp6 0 0 ::ffff:127.0.0.1:35641 :::* CLOSE
shell@android:/sdcard #
http_proxy=http://127.0.0.1:1984 wget http://twitter.com
shell@android:/sdcard #
http_proxy=http://127.0.0.1:1984 wget http://twitter.comhttp_proxy=http://127.0.
:1984 wget http://twitter.com <
Connecting to 127.0.0.1:1984 (127.0.0.1:1984)
index.html 100% |*******************************| 46151 0:00:00 ETA
shell@android:/sdcard # cat index.html | grep twitter.com
:1984 wget http://twitter.comcat index.html | grep twitter.com <
Connecting to 127.0.0.1:1984 (127.0.0.1:1984)
wget: server returned error: HTTP/1.0 500 Internal Server Error
1|shell@android:/sdcard # rm index.html
rm index.html
shell@android:/sdcard # wget http://twitter.com
wget http://twitter.com
wget: bad address 'twitter.com'
1|shell@android:/sdcard # cat index.html | grep twitter.com
cat index.html | grep twitter.com
index.html: No such file or directory
1|shell@android:/sdcard #
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 6:51
在adb下执行
ping 203.208.46.1
wget http://203.208.46.1
Original comment by max.c...@gmail.com
on 11 Mar 2012 at 6:57
ping没完没了。。。
from 61.235.247.61 icmp_seq=... Time to live exceeded
wget 那个连接不上。。
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 7:14
1.
你的网络连不上谷歌的服务器,所以才导致了无法使用的问��
�
2. 从 Log 来看,没有兼容性问题,所有组件都工作正常
Original comment by max.c...@gmail.com
on 11 Mar 2012 at 7:17
请问能修改谷歌服务器的IP么?我的WALLPROXY在电脑上使用的203
.208.45.200,80
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 7:29
试一下这个版本
Original comment by max.c...@gmail.com
on 11 Mar 2012 at 7:36
Attachments:
很好,好用了,非常感谢!
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 8:07
就是速度一般啊
我把wallproxy的app改成XOR--0密码为空,就可以直接使用么?
现在用的是GOAGENT,感觉没有wallproxy畅快
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 8:11
我表示刚刚昙花一现,关掉重开,又连不上了。。。活在大��
�这么悲惨么?
Original comment by alphagon...@gmail.com
on 11 Mar 2012 at 8:19
用户自身网络环境问题,Issue 关闭
Original comment by max.c...@gmail.com
on 11 Mar 2012 at 8:43
Original issue reported on code.google.com by
alphagon...@gmail.com
on 11 Mar 2012 at 6:11Attachments: