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.

2737 questions
229
votes
15 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…
159
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…
user1114
  • 1,671
91
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…
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.…
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,546
70
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…
68
votes
12 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?
66
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
  • 867
  • 2
  • 9
  • 14
61
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
  • 18,407
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,242
54
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
54
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
  • 735
51
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,957
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
38
votes
2 answers

Configure VirtualBox to connect to Internet through proxy

I'm currently trying to run Chrome OS in VirtualBox 3.0.1. Windows XP Pro is the host system. The actual behavior is Chrome OS starts up fine, reaches the login screen. Once so, when trying to log using my Google account, I have the network…
Loic
  • 545
1
2 3
99 100