Click to See Complete Forum and Search --> : Web Proxy ??


lexsco
05-14-2002, 03:57 PM
Hi There.

We have a web server on the inside of our filewall (internal address is 192.168.x.x) We want people to be able to access this system, however, we have been told to set up a proxy server on the other side of the firewall. What software would you recommend to do this and is it reasonably easy to configure ?

Any help is appreciated.

Thanks

SKoL
05-14-2002, 07:29 PM
http://www.squid-cache.org/

iDxMan
05-14-2002, 10:10 PM
And for a great starter on setting up a transparent proxy :
http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=12&t=000415

-- set it up on freebsd last night in a few minutes..

-r

APwrs
05-15-2002, 03:20 AM
I have a somewhat basic transparent proxy that I've written in Java, just in case you're interested. Set up is pretty simple. I.E., put it on machine that has Java support, type java WProxy, and away you go (providing you set your browsers up for an HTTP proxy).

chikn
05-15-2002, 08:07 AM
You dont need a proxy to access a server inside the firewall. What kind of firewall is it? With hardware firewalls this is usually done by setting a static route and opening the port for that route. If its a linux firewall then we can give you some iptables info.

iDxMan
05-16-2002, 10:48 PM
No, you don't necessarily need one, and I'm surprised I didn't recommend just forwarding 80/443 into the internal address.(that's what I do)

-r