How to redirect some website to pfsense local squid proxy?
-
Hello all,
I want to proxy some web like frienster and some antivirus update, windows update etc etc.
I try add some address to Alias "cacheme"
but i can't portforward to transparent squid only the IP adress inside "cacheme Alias"for example:
table <cacheme>{ 209.11.0.0/16, 206.204.52.0/12, 207.46.18.0/8 }
rdr on sk0 proto tcp from 192.168.0.0/24 to <cacheme>port 80
-> 127.0.0.1 port 3128How to do it in pfsense?
regard,
B.</cacheme></cacheme> -
bump ???
-
bump bump …
-
You should post your question in packages. To redirect only certain traffic to squid proxy you'll need to edit squid.inc by hand and create an alias that will build your table. Take a look at this post:
http://forum.pfsense.org/index.php/topic,6439.0.html
(note that squid package was updated since above post so inc file might look a little different now)