>
> And have you given your web server rights to access the proxy port?
>
> (the source IP address will be the address of your web server
> where cachemgr.cgi runs, not your own).
You mean the source address will be "localhost" or my server's IP?
I have squid and apache running on the same machine, which is
10.167.211.142.
Here's what I got in my firewall script:
iptables -A INPUT -p tcp -m state --state NEW -d 10.167.211.142 --dport
80 -i eth0 -s 10.167.208.0/22 -j ACCEPT
Iptables -A INPUT -p tcp -m state --state NEW -d 10.167.211.142 --dport
8080 -i eth0 -s 10.167.208.0/22 -j ACCEPT
If you don't understand what the two lines above do, tell me!
Thank you ...
Received on Tue May 13 2003 - 00:26:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:36 MST