|
|
|
|
| Running cvsup through http proxy with http tunnelling |
|
|
|
[Original]
[Print]
[Top]
|
1. download desproxy from sourceforge
desproxy (a TCP tunnel for HTTP proxies) just makes you able to tunnel all your TCP traffic through a HTTP proxy!
http://sourceforge.net/projects/desproxy/
Please download source file and build, install yourself in FreeBSD, it is easy 
2. install proxychains you can install it from ports directly /usr/ports/net/proxychains
don't forget to rehash after the above steps
3. Start up your socks proxy.
desproxy-socksserver http_proxy_addr http_proxy_port local_socks_port
for example: desproxy-socksserver proxy.http.com 8080 1080 suggest you use default socks port 1080 This step will make a proxy server running on your freebsd box.
4. configure your proxychains.conf file this file is under /usr/local/etc
comments unnecessary items with # my sample file
random_chain
chain_len=1
tcp_read_time_out 15000 tcp_connect_time_out 10000
socks5 your_socks_proxy_server_addr socks_server_port
I think this will works on most of hosts.
please read the manual to re-configure the file if any problems
5. start up cvsup by proxychains cvsup your-supfile.
Wish this will help you, any problem, please let me know.
Enjoy coding!
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Good! Thank you a lot! 
Who get a test report of it for us ?
|
|
|
----
OS --==LiKuKu==-- UniX&LinuX Is Best OS All OverTheWorlD
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
proxychain cvsup 后出现出错
| 代码: | random chain (1):....127.0.0.1:1080....can't connect to..216.234.246.150:5999
|
同时desproxy也出现错误
| 代码: | wait_for_crlf: BUFFER OVERFLOW! Connection #0: end of connection connect_host_to_proxy: ERROR Connection #0: end of connection Connection request from 127.0.0.1, port 52903
|
怎么回事阿 换了好几个cvsup服务器都是这样 不会是我的http代理有问题吧 这个也试了好几个阿
|
|
|
[Original]
[Print]
[Top]
|
|
|