Questions tagged [proxy]

Device or program that stands between two or more interconnected programs/devices

3307 questions
1
vote
1 answer

HA Active/Active Squid configuration?

Hi all i would like to ask if someone have any experience into configuring squid within an active/active cluster. First here is the actual configuration, which i would like to replicate to another host and share a common IP address between them. So…
Martino Dino
  • 1,145
  • 1
  • 10
  • 17
1
vote
3 answers

How to set up an encryption-only proxy server?*

I need to create an encryption-only proxy server. By this I mean, from anywhere in the world I'd like all of the company's laptops' Internet traffic to be encrypted and routed through this single server. Caching would be nice, but not required;…
rcampbell
  • 1,035
  • 4
  • 14
  • 24
1
vote
2 answers

.htaccess : blocking proxy

so there is this guy spamming my phpBB2 forum since he's banned. He keeps coming back with proxies, and I would like to block them using my htaccess. My forum is located at http://www.site.com/forum/ I put a .htaccess file in /forum/, which contains…
pko
  • 11
  • 2
1
vote
1 answer

Zimbra 7.2 reverse proxy to arbitrary internal website?

I have ZCS 7.2 opensource installed at webmail.domain.com and mailman on mailman.domain.com/mailman. I wanted to setup a proxy so that when someone goes to webmail.domain.com/mailman, the proxy would instead pull up the contents of…
garg
  • 635
  • 1
  • 7
  • 17
1
vote
2 answers

Router for Internet via VPN, HTTPS-Proxy or SSH

I'm curious if someone knows an answer to my quite special question. I want to realize the following setup: I have 1 static IP with (restricted) internet access via Ethernet. I want to get a router connected to this port which should be able to…
Martin Müller
  • 139
  • 1
  • 8
1
vote
0 answers

How to use remote desktop to a proxy server that's using Forefront TMG?

I need to get a proxy server going and I have a VM with Forefront TMG installed on it. Problem is that to access the proxy server (which I can't see, ping or access through the network) is only possible by accessing the host for the VM remotely…
1
vote
1 answer

Http server security analyser and sanitizer proxy

I'm looking for software that will monitor all https request coming through our proxy server. We currently use nginx that proxies to our application servers. Ideally, the solution will sit between nginx and the application servers. More importantly,…
vangheem
  • 149
  • 1
  • 4
1
vote
9 answers

Easy methods of constantly monitoring health of many servers?

I'm running several web proxy servers running on CentOS, and I'm looking for a simple way of constantly monitoring the health of the servers (how quickly they respond to web requests, how quickly web pages load, etc.) I was thinking of possibly…
Lin
  • 2,909
  • 7
  • 27
  • 25
1
vote
2 answers

squid proxy server is refusing connections

I am trying to make a squid proxy server accept connections from my ip- For this I have added the following lines to the config file-- acl mynet src 122.179.44.192 acl use_ip myip 2604:c00:a:1:0:1:9074:9c80 The first line above refers to my PC…
Arvind
  • 501
  • 4
  • 9
  • 18
1
vote
1 answer

Vyatta Proxy Setup

So I am currently migrating our office away from the current proxy (Squid running in Windows on our Mail server...I did not set it up...) to a new one, Squid running on Vyatta. So far I have everything setup and working perfectly, however im having…
boburob
  • 1,174
  • 8
  • 23
1
vote
1 answer

socks proxy for debian lenny? dante not works

hello I need a socks5 proxy for debian with simple configuration. dante not working. p.s: I do NOT wish to use SSH tunneling.
m3hdi
  • 13
  • 4
1
vote
1 answer

How do http proxies determine https traffic with a single port?

If a proxy receives the tcp packet, then the destination ip address and port are that of the proxy. In that case, I imagine the only way a proxy can still resolve the intended destination is either through routing the source ip address/port or…
badunk
  • 215
  • 1
  • 2
  • 11
1
vote
2 answers

What is the Microsoft Proxy Client (MSP Client)

There seems to be a piece of software, related to Microsoft Proxy, called "MSP Client" - which i assume stands for Microsoft Proxy Client. Of course it doesn't have to be a piece of software, MSP Client could be the client that is using MSP. But…
Ian Boyd
  • 5,293
  • 14
  • 60
  • 82
1
vote
0 answers

Strange network proxy issue

All of my external connections needs to go through a proxy, so for my user I've added this line to allow me to wget or yum freely ~/.bashrc export http_proxy=http://10.50.24.125:8080/ The part above works great, but for a PHP script I have, I'm…
user838437
  • 151
  • 1
  • 2
1
vote
2 answers

Best network tuning variables for a Linux proxy

What are the best settings to tune so that Linux can handle a very large amount of TCP connections such as would be seen by a proxy server or a webserver? I'm using Centos6 and squid and am seeing a large amount of TIME_WAIT connections backing up…
smarthall
  • 138
  • 6
1 2 3
99
100