Tagged Questions
0
votes
2answers
26 views
Prevent internet access except for one server?
I want to see if the HTTP proxy support for an application is working correctly. In order to check this I have installed a Ubuntu VirtualBox on my Mac laptop and I want to configure the virtual ...
0
votes
1answer
86 views
Open source proxy server SSL interception and HTTP header insertion [closed]
I am new to proxies. Can anyone suggest an open source proxy server that supports SSL interception and HTTP header insertion.
-1
votes
1answer
180 views
iptable rules impact performance [closed]
I have a small linux proxy server with limited resources. On this proxy I have a cron job that runs frequently and finds ip addresses it needs to add as iptable rules like this:
iptables -t nat -I ...
1
vote
1answer
202 views
Rewrite URL based off of IP on OpenWRT
We are running OpenWRT on a WRT54GL. I have been looking for an answer to this, but I can't seem to figure out what to search for, if its possible, or what combination of programs to use.
I want to ...
0
votes
1answer
331 views
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 ...
2
votes
1answer
82 views
How can I Nat certain boxes in my datacenter so that they are coming from a single IP
I want to NAT a certain group of servers in my datacenter so that they all access clients from a single IP. This will make it much easier for documentation that we provide clients.
However there ...
0
votes
1answer
467 views
Ubuntu 11.10 on VMware Player - No network behind proxy
I have VMWare Ubuntu 11.10 guest hosted on Win7.
When behind a proxy, I am able to browse with chrome / firefox but all other network activity does not work (i.e. curl, system update, apt-get, etc.)
...
1
vote
1answer
397 views
Configuring Ubuntu for Global SOCKS5 proxy
what is the best way to configure Ubuntu to use a SOCKS5 proxy for all network traffic? Server is ubuntu server. I want to push all outbound traffic through the proxy (apt-get, http, https, etc). ...