Questions tagged [transparent-proxy]
210 questions
1
vote
1 answer
Redirect traffic on port 80 into apache for unknown macs, and into squid for some macs
I have a linux box behaving like a router that handles two network interfaces: eth0 for internet and eth1 for LAN.
I set up iptables in order to redirect all the web traffic coming by the LAN into a local apache, listening on port 80 as well, using…

etuardu
- 257
- 2
- 3
- 12
1
vote
2 answers
Bypass transparent Squid proxy on Tomato USB for specific sites
I'm using a router with Tomato USB to forward port 80 requests to a Ubuntu Server with Squid 3 in transparent mode.
Someone on the Tomato forum adapted these instructions for…

kircheis
- 111
- 2
1
vote
1 answer
Setting up a transparent proxy for a database
Currently my setup is as follows :-
Database client/library <---------------------> Database
I'd like to have the following :-
Database client/library <---> Proxy <-------------> Database
I'm the admin on a linux machine and im able to write iptable…
user44468
1
vote
1 answer
How to force outgoing requests from webserver/PHP through squid proxy on same machine?
I have a Debian Squeeze VPS configured as an nginx web server. For security reasons I have blocked all outgoing connections except those to the Debian update servers (this stops bad scripts from calling home). PHP runs under a separate user as well.…

Erion
- 155
- 5
1
vote
1 answer
Transparent redirect or proxy in Apache, preserving incoming request
When a user first hits our server, we want to capture some information about the incoming request: GET parameters, Referer header, &c. The general idea is that when we get an incoming request that matches some RewriteConds (doesn't have a cookie,…

Petter Häggholm
- 111
- 1
- 2
1
vote
0 answers
Transparent Proxy For Individual Web Apps?
At work, I perform automated testing of our front-end web apps that use Active Directory for authentication. One tool (Sahi) uses a local proxy to go between the web app and the user's browser, to inject javascript in each page before delivering…

user151807
- 11
- 1
1
vote
1 answer
Transparent proxy which preserves client mac address
I have a customer that wants to intercept SSL traffic as it leaves their network. My proposed solution is to setup a proxy that is transparent and both layer 2 and layer 3 so it can simply be dropped into their network without any change in config…

A G
- 169
- 1
- 7
1
vote
1 answer
Creating my own proxy server
I have a remote machine which needs to serve as a proxy server (http), aswell as an http server.
The part of the http server is taken care of and is working, but as far as setting proxy server - I've never done so.
Every where I looked, I see php…

Itai Sagi
- 123
- 7
1
vote
2 answers
Reverse proxy to the entire WWW
I'm trying to create a reverse proxy to work like http://www.meowbify.com/, It's a cool platform that replaces images with cats animations. I tried Apache and nginx "reverse proxy" just to reverse proxy one existing site, which worked ok with sites…

Guy L
- 143
- 5
1
vote
1 answer
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 be able to redirect a HTTP request from a WiFi…

Scott
- 11
- 3
1
vote
0 answers
Can I make an ACL in squid for transparent connections?
I have a squid proxy that transparently intercepts connections from an internal network, and is explicit for connections from another network.
I want to use authentication for the external network, and allow any connection from the internal…

Jayen
- 1,857
- 4
- 16
- 28
1
vote
0 answers
Using nginx as reverse proxy with haproxy as loadbalancer
I am tring to use nginx and haproxy together. I am doing that because haproxy does not support gzip compression. My aim is that first using nginx for gzip compression than forward it to haproxy for loadbalance. I am Ok until that point. But while…

ibrahim
- 431
- 1
- 7
- 20
1
vote
1 answer
ClearOS transparent firewall and web proxy mode possible?
In other firewall software packages I have seen the ability and am hoping it is possible with ClearOS to put it in to transparent or bridged mode where the device sits physically between the client workstations and the internet router, but is the…

Scott Szretter
- 1,882
- 11
- 43
- 66
1
vote
1 answer
Correct use of a transparent bridge
I've asked a similar question previously but I am just now sure I am understanding what I need to do. My current set-up is as…

Sean
- 313
- 2
- 8
- 19
1
vote
1 answer
3Proxy with Rotating IP's
I want to configure a proxy which can rotate the IP's on session basis. Let me explain what I have done so far and what is exact requirement.
I installed 3 proxy configured it to listen on 10 Public interfaces which is working fine. But my…

Ramesh Kumar
- 1,770
- 5
- 19
- 29