BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / net-resources / #62838同步于 2010/1/3
该镜像源已超过 30 天没有更新,可能在源站已被删除。
NetResources机器人发帖

[合集] 求帮忙,proxychains不能用

yulei666
2010/1/3镜像同步0 回复
☆─────────────────────────────────────☆ sinobyron (东风-31) 于 (Thu Dec 31 15:39:02 2009) 提到: 我的proxychains完全不能用,系统是ubuntu桌面版的。 终端显示如下(启用了proxy_dns): user@user-laptop:~$ proxychains midori ProxyChains-3.1 (http://proxychains.sf.net) ** (midori:16069): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed ** (midori:16069): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed |DNS-request| www.baidu.com |D-chain|-<>-211.138.124.196:80-<>-67.85.192.238:18243-<--timeout |D-chain|-<>-211.138.124.196:80-<>-67.87.82.73:47081-<--timeout |D-chain|-<>-211.138.124.196:80-<><>-8.8.4.4:53-<--timeout |DNS-response|: www.baidu.com is not exist |DNS-request| localhost |D-chain|-<>-211.138.124.196:80-<>-67.85.192.238:18243-<--timeout |D-chain|-<>-211.138.124.196:80-<>-67.87.82.73:47081-<--timeout |D-chain|-<>-211.138.124.196:80-<><>-8.8.4.4:53-<--timeout |DNS-response|: localhost is not exist 还有很多其它的代理IP,都是一样的timeout, 只留下211.138.124.196一个代理,也是timeout 把/usr/lib/proxychains3/proxyresolv中的DNS_SERVER设置成“8.8.8.8”或“8.8.4.4” 还是提示|DNS-response|: localhost is not exist 要是取消“proxy_dns”话,没有了"*** is not exist"之类的提示,但还是timeout。 曾经也把tcp_read_time_out设置到 15000000以上, tcp_connect_time_out 8000设置到 8000000以上,还是不行,仍是timeout. 各位大能们,谁能帮帮我,让proxychains能正常用起来? proxychains的设置文件如下: # proxychains.conf VER 3.1 # # HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS. # # # The option below identifies how the ProxyList is treated. # only one option should be uncommented at time, # otherwise the last appearing option will be accepted # dynamic_chain # # Dynamic - Each connection will be done via chained proxies # all proxies chained in the order as they appear in the list # at least one proxy must be online to play in chain # (dead proxies are skipped) # otherwise EINTR is returned to the app # #strict_chain # # Strict - Each connection will be done via chained proxies # all proxies chained in the order as they appear in the list # all proxies must be online to play in chain # otherwise EINTR is returned to the app # #random_chain # # Random - Each connection will be done via random proxy # (or proxy chain, see chain_len) from the list. # this option is good to test your IDS :) # # Make sense only if random_chain #chain_len = 2 # # Quiet mode (no output from library) #quiet_mode # # Proxy DNS requests - no leak for DNS data #proxy_dns # # Some timeouts in milliseconds tcp_read_time_out 15000 tcp_connect_time_out 8000 # # ProxyList format # type host port [user pass] # (values separated by 'tab' or 'blank') # # # Examples: # # socks5 192.168.67.78 1080 lamer secret # http 192.168.89.3 8080 justu hidden # socks4 192.168.1.49 1080 # http 192.168.39.93 8080 # # # proxy types: http, socks4, socks5 # ( auth types supported: "basic"-http "user/pass"-socks ) # [ProxyList] # add proxy here ... # meanwile # defaults set to "tor" http 211.138.124.196 80 http 211.138.124.198 80 socks5 61.49.7.135 1080 socks5 219.148.200.202 1080 socks5 67.85.192.238 18243 socks5 67.87.82.73 47081 ☆─────────────────────────────────────☆ sinobyron (东风-31) 于 (Thu Dec 31 15:41:06 2009) 提到: bg一个大果粒。 ☆─────────────────────────────────────☆ yulei666 (鱼雷导弹No.1) 于 (Thu Dec 31 15:42:12 2009) 提到: dns用学校的 211.68.71.4 211.68.71.5 google那俩dns不在教育网免费地址列表里 你用不了 localhost的话 你看看/etc/hosts 里有没有 127.0.0.1 localhost 这么一句 还有,那些个代理你都验证过可以用吗? ☆─────────────────────────────────────☆ sinobyron (东风-31) 于 (Thu Dec 31 16:05:07 2009) 提到: hosts里有127.0.0.1 localhost dns设置成学校的211.68.71.4 或211.68.71.5 都不行。 ~$ proxychains midori ProxyChains-3.1 (http://proxychains.sf.net) ** (midori:3390): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed ** (midori:3390): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed |DNS-request| www.baidu.com |D-chain|-<>-211.138.124.196:80-<>-67.85.192.238:18243-<--timeout |D-chain|-<>-211.138.124.196:80-<>-67.87.82.73:47081-<--timeout |D-chain|-<>-211.138.124.196:80-<><>-211.68.71.4:53-<--timeout |DNS-response|: www.baidu.com is not exist |DNS-request| localhost |D-chain|-<>-211.138.124.196:80-<>-67.85.192.238:18243-<--timeout |D-chain|-<>-211.138.124.196:80-<>-67.87.82.73:47081-<--timeout |D-chain|-<>-211.138.124.196:80-<><>-211.68.71.4:53-<--timeout |DNS-response|: localhost is not exist (midori:3390): libsoup-CRITICAL **: soup_socket_listen: assertion `sa != NULL' failed (midori:3390): libsoup-CRITICAL **: soup_server_add_handler: assertion `SOUP_IS_SERVER (server)' failed (midori:3390): libsoup-CRITICAL **: soup_server_run_async: assertion `SOUP_IS_SERVER (server)' failed (midori:3390): libsoup-CRITICAL **: soup_server_get_port: assertion `SOUP_IS_SERVER (server)' failed |DNS-request| localhost |D-chain|-<>-211.138.124.196:80-<>-67.85.192.238:18243-<--timeout |D-chain|-<>-211.138.124.196:80-<>-67.87.82.73:47081-<--timeout |D-chain|-<>-211.138.124.196:80-<><>-211.68.71.4:53-<--timeout |DNS-response|: localhost is not exist 211.68.71.5也试过,一样的情况 我估计可能是第一个代理就过不去,但是我在浏览器里设置代理为211.138.124.196是可以访问国外网站的。 ☆─────────────────────────────────────☆ yulei666 (鱼雷导弹No.1) 于 (Thu Dec 31 16:56:23 2009) 提到: 试了一下,确实是有问题。。。但是用学校的代理就没问题。。。会不会是对方代理服务器的限制? ☆─────────────────────────────────────☆ sinobyron (东风-31) 于 (Thu Dec 31 17:27:55 2009) 提到: 取消proxy_dns,[ProxyList]设置成 http 211.68.70.40 8080 username password 确实可以用 但再加一个代理,就不能用了, 想用的就是proxychains的串联proxy的功能,先国内的代理(北邮的),再国外的代理,最终访问一些特定的网站 比如my.opera.com等 ☆─────────────────────────────────────☆ sinobyron (东风-31) 于 (Sun Jan 3 12:00:12 2010) 提到: 本帖已关闭。
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。