Redirect traffic to an external Proxy
-
Hi!
I'm searching for a solution for my problem.
There is a running Proxy, which should be used from all Clients behind pfSenseIs it possible to redirect outgoing (WAN) traffic (at least HTTP & FTP) to an external Proxy?
I don't want to configure the Proxy manually on all Clients.This is the network:
VLAN 1 -
VLAN 2 –- pfSense --> Proxy --> Internet
VLAN 3 -/Thank you,
Sebastian -
If you take a look at /usr/local/pkg/squid.inc you should find the redirect rules that enable the transparent proxy. It will take some work, but you should be able to hard code some redirects to your proxy machine. Here is a (somewhat) related post about how to have one IP bypass the rules, your situation is different, but might be a start.
http://forum.pfsense.org/index.php/topic,14607.0.html -
thank you.
i'll try to make some changes in that file.
if it works, i'll let you know :)