I would like to configure squid in such way, so that only specific (public) ip (reverse proxy), could connect to the server, but I don't know how... can someone tell me how to do this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
In Squid this is done by specifying the public IP address in
|
||||
|
|
|
Just read the squid.conf file. The default installation on Ubuntu only works for localhost. You will need to set up an ACL to enable access. This can include any address or address you choose. You may want to review instructions for Setting up a Squid Proxy on Ubuntu. They should be applicable to most platforms. |
|||||||
|

iptables? – alex Mar 2 '11 at 9:24