I use a Proxy Server with LDAP Authentication for accessing internet. So I need to manually add Server Address and Port in every application that has to connect to internet.
Any methods by which I dont need to enter proxy address in my applications ?
( I have entered the authentication and proxy details at : apt.conf and changed the environment variables too.
I am running perfectly running reverse proxy server for multiple domains, with 1 TB of RAM, 160 TB of HDD, fast as hell, running at this moment 364 websites, where pass thru data is around 1-5 GB per second.
i would like to setup two transparent proxy server that use Ubuntu Server and Squid as transparent proxy. My idea is to synchronize the cache between Proxy 1 and proxy 2. so both Proxy server will have same cache inside them. I wish to use Rsync that is an open source utility that provides fast incremental file transfer.
I'm based in the UK and would like to proxy my browser traffic through a CentOS server I have set up in the US. From what I've gathered through Google if I execute a command like this on my server:
ssh -C2qTnN -D 8080 username@remote_host
It will set up a SSH tunnel on my server for 127.0.0.1:8080 pointing to username@remote_host.
I have tor running in my ubuntu.
I want to make ubuntu like a proxy server but this proxy server must use tor proxy as source.
let me explain:
A: tor proxy: 127.0.0.1:9050 (SOCKS5)
B: ubuntu (route tor proxy to phone as a proxy server)
C: my Phone (wants to use tor proxy)
I installed squid3 but it used direct internet.
My work proxy server requires authentication with the Microsoft AD domain user credentials.
i am trying to set all internet connections of all network PCs via proxy server that is installed on windows server 2003
i have editted proxy setting from gpo, but it only worked for internet browsers, is there way to force all applications to use that proxy (applications like chatting apps, IDM, torrent and others)
note: i am using ccproxy as a proxy server
I have a Dell PowerEdge Server and I want to make it into a whole site (location) proxy server so if anyone in the building uses our internet connection, they will have to go through this proxy to get out. I want to be able to block certain internet sites as well as monitor unproductive internet usage.
We have setup up a apache reverse proxy in conjunction with squid as a caching proxy for amazon S3. A server application is communicating with this proxy layer and caching works just fine saving bandwidth for our customer.
All this was fine until the complete communication was over http.