Questions tagged [proxy]

A proxy server is a software or a dedicated computer that acts as an intermediary for client requests. Most proxies are used as web proxies in order to filter or cache browsed web content. Using a proxy in order to maintain anonymity or bypass security restrictions is also common.

A proxy server is a software or a dedicated computer that acts as an intermediary for client requests. Most proxies are used as web proxies in order to filter or cache browsed web content. Using a proxy in order to maintain anonymity or bypass security restrictions is also common.

2680 questions
225
votes
14 answers

How do I know what proxy server I'm using?

I need to know what the address for my proxy server is so I can configure another program to also use it. If I go into IE, Internet Properties, LAN Settings, then all I see is an automatic configuration script but not the actual proxy address. How…
Mike Christensen
  • 3,881
  • 12
  • 33
  • 40
155
votes
7 answers

How can I tunnel all of my network traffic through SSH?

Whenever I'm using the internet from an insecure location (such as public wifi) I like to use an ssh tunnel (ssh -D port host) to ensure my traffic can't be sniffed. Unfortunately, there seem to be many applications which do not provide a way to…
Jeremy
  • 1
  • 5
  • 17
  • 44
92
votes
2 answers

Why does Qatar use a single IP address when 800,000 IP addresses are allocated to it?

In discussions about IP address banning, IP 82.148.97.69 is often cited as an example. According to Wikipedia, this IP address is the public address of "the entire nation of Qatar". There are two things I don't quite understand: Why does Qatar use…
Dmitry Grigoryev
  • 9,151
  • 4
  • 43
  • 77
72
votes
15 answers

What are the benefits of using a proxy?

I know students and employees use them to get by web filters. But what else? I hear about "privacy and security" but I can never find anything really explaining it. I did see one link that said it stops pages from putting cookies on your computer.…
Breebreebran
  • 429
  • 5
  • 4
71
votes
4 answers

How to view Internet Explorer auto-detected proxy settings?

When Internet Explorer is set to auto-detect proxy settings, is there a way to view what it detects?
Aidan Ryan
  • 1,536
  • 3
  • 17
  • 19
66
votes
6 answers

How can I use SSH with a SOCKS 5 proxy?

I have a SOCKS5 proxy set up through PuTTY with port 7777 configured as a dynamic port. I can use firefox/filezilla/etc by configuring them to use a SOCKS proxy with localhost and port 7777. But I can't figure out how to ssh (through Cygwin) to a…
Rusty Lemur
  • 843
  • 1
  • 7
  • 14
65
votes
11 answers

How to use ntpdate behind a proxy?

Is it possible to use ntpdate behind an HTTP proxy with authentication? In case it is not possible, are there any good alternatives?
Ton van den Heuvel
  • 3,664
  • 4
  • 27
  • 34
63
votes
8 answers

Convert HTTP requests to SOCKS5

I'm currently doing some testing work with TOR and ran in to a small problem. Tor's client only supports receiving connections through a SOCKS5 protocol, but the applications I'm using only support HTTP Proxy Protocals. Is it possible to put…
Dustin
  • 837
  • 2
  • 9
  • 14
57
votes
6 answers

Global proxy settings for all Windows applications in Windows Vista

How do I make Windows (Vista) to apply certain proxy server for all applications that use internet?
skfd
  • 1,222
  • 2
  • 12
  • 15
53
votes
4 answers

How to ping when behind a proxy?

I am using an HTTP proxy server to connect to the internet. Because of that my pings are not working ping www.google.com says Unreachable Host How can I configure ping to use the HTTP proxy?
Lazer
  • 17,227
  • 43
  • 116
  • 141
50
votes
7 answers

How to make a port forward in Mac OS X

I'd like to make all incoming connections to port 1000 of my host (IP: 200.234.XXX.XXX) to be forward to the port 80 on host 10.211.55.5 How can I do it on my host? It is running Mac OS X 10.5.8
Daniel Cukier
  • 3,880
  • 10
  • 38
  • 48
49
votes
7 answers

In Windows 7, how to change proxy settings from command line?

How do I change proxy settings from command line in Windows 7? I'm not talking about just the http_proxy. I need to set system-wide proxy settings (the ones in Internet properties setting). How do I do that?
prongs
  • 639
  • 3
  • 9
  • 10
49
votes
4 answers

How to check if a Socks5 proxy works

Is there an easy way, preferably by using the Linux terminal, to check if a Socks5 proxy works?
tony_sid
  • 14,001
  • 51
  • 139
  • 194
49
votes
9 answers

http proxy over ssh, not socks

The question is simple, but the answer is not : ssh -D 8080 user@host or ssh -gCNf -D 8080 user@host or wathever with -D # I need a kind of proxy that i can use with http_proxy variable, in an embedded device that doesn't support SOCKS. What…
behrooz
  • 685
  • 1
  • 5
  • 14
38
votes
10 answers

How can I make my IP address appear to be from another country?

How do I make it appear that my IP address is coming from one country while I'm located in another? I live in Germany and some websites (like Hulu or Youtube) don't work because my IP isn't in the US. How do I get around this? Do I have to use a…
Brian
1
2 3
99 100