由买买提看人间百态

topics

全部话题 - 话题: proxy
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
n******l
发帖数: 26
1
来自主题: Internet版 - 一个 proxy 得问题
一般说来,你选择了Proxy后,你对网站的访问(Query)将通过Proxy而不是直接
送往目标网站(如这个坛子)。所以,当你通过Proxy向这个坛子法帖子,所显示
的IP地址是Proxy的IP地址,而不是你的机器地址。于是,你的地址就被隐藏起来
从而你的隐私在墨中程度上得到了保护(有时IP地址信息可以表明你的工作单位,
居住城市等等)。
Proxy 有好些种:
1. Web-based proxy. 简单,奇慢。
your broswer -> websit -> target websit.
2. Simple Proxy. 较慢
your broswer -> proxy -> target websit.
(all traffics go to the proxy)
http://www.cotse.net/servicedetails.html
http://www.anonymizer.com/
http://www.siegesoft.com/
3. Advanced proxy system 较快+内容保密
your broser -> lo
n******n
发帖数: 567
2
来自主题: Programming版 - proxy到底是干什么用的?
这里主要是说大网站server backend,因为实战经验的局限哈,一直没弄清楚proxy的
意义
server layer的proxy:传统的imp是把load balancer, firewall之类一起放到一个new
instance, 用来做proxy。这个proxy是为什么存在的呢?用local DNS不是已经可以把
host name map to ip,可以用来rotate server之类的,而且可以ip assume。或是为
了hide client/server identity?
data lay的proxy:比如twemproxy是单独的一个new instance,还是一个smart client
library?
总体来说我认为一个new instance的proxy会对perf有影响吧,毕竟是要copy packet好
几次。
而smart client library则又会有update的问题,不像是一个可行的imp
那么到底用proxy有什么场景,以及不得不用的理由么?
b**********5
发帖数: 7881
3
Video-streaming service provider Netflix's subscribers will no longer be
able to use proxies to watch content not available in their home country.
Subscribers often resort to proxies, or servers that facilitate access to
Internet content not available locally, to watch Netflix's popular shows
such as "House of cards" and "Orange is the New Black."
"If all of our content were globally available, there wouldn't be a reason
for members to use proxies or unblockers," David Fullagar, Netflix's vice
p... 阅读全帖
h*****n
发帖数: 439
4
来自主题: Cantonese版 - 相关 proxy 代理的网站
这个网站有关于 proxy 的介绍:

http://www.publicproxyservers.com/index.html

proxy 的一些 online 更新列表:

http://www.jspx.com/proxy/socks5.jsp
http://www.jspx.com/proxy/

这个是中文的 proxy 使用和各种软件的介绍:

http://www.chinaproxy.net/
c********g
发帖数: 1173
5
来自主题: Apple版 - ChineseWeb 偷偷用Proxy?
我觉的这是个不同的问题。Opera的proxy毕竟是user自己设的,所以从理论上说是user
授权opera这个软件把自己的traffic reroute。但你的这个程序by default就是这样,
而且没有很明显的提示opt-out的option,就难怪大家不满意了。
Personally我完全相信你没有利用这个proxy收集用户信息,而且也很欣赏你为了解决
这个问题的effort。但这并不能代表你在不告诉end user的情况下就reroute traffic
是合理的。其实大家在这里吵吵也就罢了,万一有你的user真的丢了什么信息,就算和
你的程序没有关系,也完全可能因为这个找你的麻烦。
我建议你吧用proxy变成一个option,user可以选择用proxy for better
compatibility,也可以选择不用proxy。这样就和你没有关系了。
m**t
发帖数: 1292
6
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
What type of Proxy are you talking about? FTP or HTTP or any?
use Http proxy as example,
It really depends on the Proxy server itself, if it is transparent, the proxy
server will pass client IP, cookies to destination, if it is meant to be
anonymous then the proxy won't have to pass any of client identity, specially
the IP address
only my 2 cents
m**t
发帖数: 1292
7
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
What type of Proxy are you talking about? FTP or HTTP or any?
use Http proxy as example,
It really depends on the Proxy server itself, if it is transparent, the proxy
server will pass client IP, cookies to destination, if it is meant to be
anonymous then the proxy won't have to pass any of client identity, specially
the IP address
only my 2 cents
l***y
发帖数: 791
8
来自主题: Internet版 - Re: proxy server and the caching proxy s
without explaining the proxy server, a caching proxy server caches the pages
that's visited through it, and the next time user visit such pages through
the same proxy, it won't forward http request to the webpage's server, but
return the cached page right away.
caching proxy have better performance but has its disadvantages.
normally there is a timeout or other kindof limit so the cached page
evantually
expire.
z***h
发帖数: 405
9
this proxy setting is for Axis only, it won't affect any other applications
on the same JVM. System properties will affect all applications on the same
JVM and requires a restart of JVM.
sometimes you want different proxy to different URL, sometimes you want to
change the proxy, a restart of JVM is not acceptable for most of cases.
JDK 1.5 or later has a Proxy class, you can use it in URLConnection.
openConnection(Proxy) method. It's dynamically le.

properties
g*******0
发帖数: 127
10
来自主题: Linux版 - Proxy设置问题
公司所有对外访问,都要通过Proxy,包括https。这样实验室的所有机器都要设置
Proxy才能访问Internet。我们想在实验室的gateway(Ubuntu,shorewall masqerading
)上设置一下,把所有的对外访问都forward到公司Proxy上去。这样实验室里面的机器
就不用专门设Proxy了。不过这样做了以后,一般http访问没有问题,https就不行(联
不通),大家有没有这方面的经验,请教一下如何设置可以使https也可以通过Proxy
forwarding?
g*******0
发帖数: 127
11
公司有一个proxy server,所有internet traffic都要通过这个proxy_server:8080(包
括http, https, ftp等),因此实验室里面每台电脑需要上网的程序都要手工设定
proxy_server。当然,连https时会出现让你同意这个非原始的Certificate加在中间的
要求。同意就行了。
有没有可能给实验室设一个Linux Gateway当做路由器(两个ethernet card),然后
forward所有的Traffic到proxy_server:8080,这样实验室里就不用给每台电脑设定
proxy server了。
看了看Squid3,可以将这个Gateway也设成一个http的proxy server,这样可以把所有
的http链接都发到公司的parent proxy_server上,但是https不行,如果非要设定
https的话,需要建立并使用自己的Certificate,这样对用户来说就太麻烦了,要访问
一个https的网址,需要不停地同意中间层的Certificate(实验室和公司的proxy)。
不用Squid3的话,... 阅读全帖
p******e
发帖数: 42
12
来自主题: Software版 - 哪些浏览器有自己的proxy支持
我是说可以单独设立proxy
目前为止除了ie以外
firefox, netscape都可以设置自己单独的proxy
opera 是用了ie的proxy setting
safari也是用了ie的proxy setting
请问还有其他浏览器可以单独设立proxy吗?
在测试一个东东,急用。多谢
s*****m
发帖数: 2024
13
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
thanks, i mean anonymous type.
because only proxy has client identity, so destination how to know the client
ip?
the packet should like this
proxy header+client header+others
if destination can get client hearder? thanks
other question
A and B use cterm to MITBBS
A use anonymous proxy to MITBBS, how can B know A 's real IP?
thanks so much:)

proxy
specially
s*****m
发帖数: 2024
14
来自主题: EmergingNetworking版 - 怎么绕过proxy,看IP
thanks, i mean anonymous type.
because only proxy has client identity, so destination how to know the client
ip?
the packet should like this
proxy header+client header+others
if destination can get client hearder? thanks
other question
A and B use cterm to MITBBS
A use anonymous proxy to MITBBS, how can B know A 's real IP?
thanks so much:)

proxy
specially
a***a
发帖数: 2
15
来自主题: Internet版 - who can give a proxy ya?

you can download software to search a proxy yourself.
ProxyHunter can help you find proxies between certain IP address,
MultiProxy will help you find out whether the proxy is working
(good if you already have some proxy addresses in hand)
p*******g
发帖数: 11
16
来自主题: Internet版 - how to develop a http proxy?
expert, I am thinking writting a http proxy, so I can retrieve a audio file
from a telephone attached to a router on internet. I have no idea how to
implement a proxy. Any suggentions would be appreciated very much. a proxy
example would be wonderful. Any resource about how to write a proxy is also
appreciated. thanks in advance.
r****t
发帖数: 10904
17
【 以下文字转载自 PDA 讨论区 】
发信人: repast (xebec), 信区: PDA
标 题: [求教]: openvpn over http-proxy dns 设置问题
发信站: BBS 未名空间站 (Thu Mar 10 04:54:51 2011, 美东)
尝试用 openvpn over http-proxy, 遇到 DNS 问题。http proxy 用 polip.
1. 我有个有关键字的域名解释到 ip of A.
2. behind gateway A, polipo 和 openvpn 都运行在同一台机器 B 上.polipo
listens B:8080
3. Gateway A port forwards A:8080 to B:8080 (on which polipo is listening).
手机的 client.conf 里 http-proxy 是 A 的域名。remote 按理说是 B 的域名, 填了
一个 local domain name of B, 通过 wifi 连成功了.
可是这个比较不稳定,重连的时候遇到过一次"无法解析... 阅读全帖
q****x
发帖数: 7404
18
来自主题: Programming版 - Proxy, Decorator, Adapter, and Bridge
这个帖子的描述还是抽象。谁能给些例子啊?
http://stackoverflow.com/questions/350404/how-do-the-proxy-deco
Proxy, Decorator, Adapter, and Bridge are all variations on "wrapping" a
class. But their uses are different.
Proxy could be used when you want to lazy-instantiate an object, or hide the
fact that you're calling a remote service, or control access to the object.
Decorator is also called "Smart Proxy." This is used when you want to add
functionality to an object, but not by extending that object's type. This
allo... 阅读全帖
h**h
发帖数: 132
19
来自主题: Unix版 - proxy telnet again
Is there anyway I run a proxy out there in internet at port 80.
What I am trying to do is first have a telnet client connecting to that proxy
by passing the corporate web proxy, then telnet to wherever I like.
apprantly, normal telnet client won't work becasue it does not support http
proxy w/ authentication
m******n
发帖数: 15691
20
proxy去掉,session 还是同一个嘛?

你不会刷出来之后,马上把proxy去掉?
还真有人用proxy填申请表啊?见识了
见过笨的,没见过这么笨的
a****t
发帖数: 7049
21
不好意思,这个太搞笑了。要是黑客都控制了你的电脑了何必再搞别的,直接查看要看
的信息就行了。
SSL要解决的是man in the middle窃听,IP地址不能变说的是连接地点是否可信。第一
次连接到HTTPS proxy确实不可信,HTTPS proxy可以存下整个上层状态甚至复制,但是
这个状态里尚无个人信息。之后的每个新的状态更新都是和AMEX直接沟通,这时候
HTTPS proxy理论上是有机会同时向AMEX索取新状态的,但实际上是否成功取决于AMEX
上层软件的安全控制的,许多银行软件都是单向进行的,就是说状态不能重复也不能退
回去,你浏览器上按一下back就知道了。
again,保证客户经得起网络路径变化并同时保证安全是每个mobile app必须解决的,
不然WiFi到4G一转全部泡汤。

CS
b******n
发帖数: 1629
22
【 以下文字转载自 Linux 讨论区 】
发信人: billtian (小田), 信区: Linux
标 题: apache配置forward proxy的问题
发信站: BBS 未名空间站 (Wed Apr 3 14:14:51 2013, 美东)
我现在想把一个apache配置成一个简单的forward proxy,就是简单转发就行了,不需
要任何别的功能,但同时需要支持https连接,比如能通过这个forward proxy上gmail
,请问该怎么弄,Google了很久都没找到满意结果
i**p
发帖数: 902
23
来自主题: EmergingNetworking版 - WI-FI Proxy (转载)
【 以下文字转载自 Internet 讨论区 】
发信人: isup (No), 信区: Internet
标 题: WI-FI Proxy
发信站: BBS 未名空间站 (Tue Oct 25 22:05:22 2011, 美东)
We can set Wi-Fi proxy in Android phone. Will the proxy be used for all the
data packet, such as browsing, email, Internet games, ..., over the Wi-Fi
once it is set?
x*****n
发帖数: 3422
24
发文标题(请简明描述技术):
DD-WRT可以设成HTTP proxy server吗?
请选择话题(原创,转贴,建议或讨论等)::
请尽量详细描述技术内容:
最近公司的filter越加变态,把很多查文献的地方都封掉了。准备在portable firefox
里设置http proxy,连回家里router上的http proxy server,可行吗?
如果有其他更好的solution也请乱入。
技术内容续(多于500字节部分):
w*****g
发帖数: 198
25
来自主题: Internet版 - Re: 请问怎样设proxy?
right but not completely right
Winroute is not a proxy server, it IS BETTER than proxy :)
NAT is the trend, most people don't use proxy on internet sharing now :)
a******e
发帖数: 3
26
来自主题: Internet版 - proxy server and the caching proxy serve
could somebody tell me please what is different between a proxy server and a
caching proxy server? I am realy confused about it. Is there any web site
about it? Thanks a lot.
i*****f
发帖数: 578
27
来自主题: Internet版 - [help]how to telnet via proxy?
Hi,
is there way to telnet via proxy in CLI? I know there's some env. such as `
http_proxy' 'ftp_proxy' for wget, w3m, ftp, etc. But how to set to let
telnet be aware of the proxy???
Besides, is there a way to setup proxy for all the applications?
thanks!
r****o
发帖数: 1950
28
想编一个程序,能够自动发email. 目前网络上有很多这样的程序.但是它们都不能绕过
http proxy,因为http proxy只让端口80的访问通过,其他端口(如smtp 25)都没法通过.
请问有谁编过这样的程序,能自动发送email,并支持http proxy的吗? 能否给点提示?
z***h
发帖数: 405
29
our application needs to access an external webservice, we want the
webservice client can be configurable to use a proxy server or not and which
proxy server/port to use.
Is there a good way to set/change the proxy settings dynamically?
Using the command line -D options doens't look good.
Using the System.properties is acceptable but it requires restart of JVM too
after each setting.
The weird thing is setting System.properties in our application server doesn
't seem take any affect.
Our applica
w**x
发帖数: 35
30
来自主题: Unix版 - RTSP proxy Server, Help!!!
I am looking for good RTSP (real time stream protocol) proxy for linux, for my
realplayer go
through the firewall.
i have tried realserver's proxy. it works, but the speed is too slow(~40kbps).
i am wondering if it is
because of my license(trial).
i also tried the rtsp proxy from apple.com
crashed all the time whenever i connect to it. :( (segment fault,core dumped)
any other choices?
T********r
发帖数: 6210
31
来自主题: Unix版 - proxy telnet to internet
you can download a socks5 proxy source from http://www.socks.nec.com and
compile it. then run the socks5 with correct config. since socks5 proxy
bind to port 1080 in default, you don't need root privilege (I suppose
you don't have it, right?) on your pc, install sockscap and then you can
run almost all network programs through socks5 proxy.
g***m
发帖数: 2999
32
小公司短期工,在NICHE MARKET里面比较有影响,对于想攒经验值或者就做两个月的同
学可能有意义。
OT是22刀每小时。五六月高峰期可能非常忙,经常OT,不排除周末上班的可能。
有兴趣的直接EMAIL联系下面那位YUMI MM就可以了,不用给我发信,我也是短期工,呵
呵。
POSITION
Full-time seasonal Chinese/ Taiwanese Proxy Research Analysts
SUMMARY
Glass, Lewis & Co., the leading independent investment research and proxy
advisory firm, based in San Francisco, is currently seeking to hire full-
time seasonal research analysts. Ideal candidates would be recent college
graduates with strong analytical writing skills.
POSITION
c*****h
发帖数: 14923
33
好累。。。
匿名proxy+隐身模式,才出
看来amex记住我的IP了。。。
上次两个白金100K也是用了匿名proxy才出的
c*****h
发帖数: 14923
34
IE,打开Internet Options
在connection tab那里,LAN settings那里,输入匿名proxy
http://www.proxy.com.ru/gaoni/ 列表里有一堆
(我用的是 207.91.10.234 8080 这个代理刷出来的)
设置好后,打开chrome,然后右上角菜单,点第三个“打开新的隐身窗口”
英文叫做“New incognito window ”啥的
把信用卡申请链接paste到地址栏
如果没刷出25K,关掉隐身窗口,继续打开新的隐身页面,重复直到刷出来
不用chrome的话,可以用IE,但要清cookies
f*********9
发帖数: 1986
35
Proxy 不安全,你知道吗?proxy server 会记录你的一举一动和所有流量
c*****h
发帖数: 14923
36
你不会刷出来之后,马上把proxy去掉?
还真有人用proxy填申请表啊?见识了
见过笨的,没见过这么笨的
c*****h
发帖数: 14923
37
刷出来之后,马上把proxy去掉了
真正填SSN地址这些信息的时候,根本没有用proxy
f*********9
发帖数: 1986
38
自以为有小聪明,你还不明白https,与传统http的区别吧,secured connection 是坚
不可摧的,前一秒钟request来自这个IP,后一秒却换了一个ip,这正是https 要防范的
。从技术上来讲,你之前刷出的那个session 早已结束,后面的申请无异于一个一个新
的普通申请,如果他们的码工够严谨的话。
[在 cattywh (红菱艳·新的生活新的人生) 的大作中提到:]
:你不会刷出来之后,马上把proxy去掉?
:还真有人用proxy填申请表啊?见识了
:...........
a****t
发帖数: 7049
39
可能的安全性问题:
1. 刷出了$25K后,HTTPS proxy劫持session用掉了你刷的$25K,你发现申请被中断。
2. AMEX程序猿是吃屎的,每次收到request不生成一个nounce发给客户端下次request
用,于是HTTPS proxy和你共享一个session其乐融融。
m******c
发帖数: 830
40
来自主题: NextGeneration版 - 孕妇要填写 Health Care Proxy 表吗?
马上要在波士顿生孩子了,医院给一堆表填,其中一个是 Health Care Proxy 表,就是指定某
人在你失去自觉的时候替你做决定。这个表一定要填吗?是不是不填,自动就是老公了
呢,还是老公也得指定为Health Care Proxy,否则不能替孕妇做决定?
谢谢。
L****n
发帖数: 12932
41
来自主题: Stock版 - 求支招 - proxy
医院里最近改了policy, 把所有finance的网站都屏蔽了, TNND, 搞的我只能手机上
看看, 没有图, 没有level ii, 短线很难做。
TOS有HTTP proxy setting, 应该是用来过firewall的吧, 哪个大佬支一招, 该怎么
设, 用那个proxy 好, 最好有一两个备用的。 包子谢。
d**********r
发帖数: 24123
42
来自主题: Stock版 - 求支招 - proxy
要看你医院的IT是怎么屏蔽的了。
如果只是block了IP,那顺便找Proxy就好了。如果用了关键字过滤,那还得找支持加密
的Proxy,然后还得自己在电脑上装支持加密的浏览器。
最简单还是搞个用3G网络的笔记本用吧。
m******c
发帖数: 830
43
马上要生孩子了,医院给一堆表填,其中一个是 Health Care Proxy 表,就是指定某
人在你失去自觉的时候替你做决定。这个表一定要填吗?是不是不填,自动就是老公了
呢,还是老公也得指定为Health Care Proxy,否则不能替孕妇做决定?
谢谢。
b***y
发帖数: 405
44
来自主题: Apple版 - ChineseWeb 偷偷用Proxy?
这个不是简单的proxy问题。你的app把data全部偷偷route到你自己的server,谁知道
只是proxy还是干了别的。
我用过的软件中如果要把用户data送回自己的server都在安装时有提示。你这样的我还
真没见过。
f*******5
发帖数: 10321
45
来自主题: Apple版 - ChineseWeb 偷偷用Proxy?
这个不是简单的proxy,他把mitbbs的格式换成了自己的格式。如果不选proxy,这个
app是不工作的。

user
traffic
w*r
发帖数: 2421
46
来自主题: Apple版 - ChineseWeb 偷偷用Proxy?
作者是这样说的:文学城改了代码,如果她的app也要该的话apple store要花一周以上
审批
所以traffic走proxy 在proxy端做改动,不用app store审批
你写过正式的软件没有?为什么这么简单的机理都看不出来还要做内行般说格式装换是
local?
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)