reverse proxy on PFsense, squid or otherwise
Posted
by Mustafa Ismail Mustafa
on Server Fault
See other posts from Server Fault
or by Mustafa Ismail Mustafa
Published on 2010-06-17T16:32:16Z
Indexed on
2010/06/17
16:43 UTC
Read the original article
Hit count: 934
I've been trying to get this to work for days now and its not working. After bashing my head against the desk enough times, I've decided to man up and ask.
I'm desperately trying to set up a reverse proxy on the pfsense box itself. One because its a pretty powerful box and its not being utilized to the maximum at all and two because I don't have any spare machines to setup squid (or any other reverse proxy [capable]) server on.
So, on pfsense, everytime I set up rules (on Services>Proxy Server>General) as so:
acl surveillance dstdomain surveillance.myweb.local;
acl camera dstdomain camera.myweb.local;
http_access allow surveillance AND camera
(ad nauseum)
when I check the services, squid stops and refuses to restart until I remove them pesky acls that are supposed to make my life easier!
- What am I doing wrong?
- How can I get it to work?
- Is there another way/package I can use?
Thanks
© Server Fault or respective owner