Hello,
I recently installed Squid 3 and need help setting it up seing the
developers didn't bother writing documentation for it.
So far, I have been using my operating systems distribution
documentation for configuration, but, as with all Linux documentation,
the documentation sucks.
https://help.ubuntu.com/community/Squid
I have so far installed Squid 3 and set http_port to the following:
http_port 10.0.0.3:3128
The next section said:
"Now we'll setup who is allowed access to the proxy. Find the
http_access section (should start around line 1860,line 2589 in 7.04 and
line 2608 in 7.10 release) Uncomment these 2 lines:
#acl our_networks src 192.168.1.0/24 192.168.2.0/24
#http_access allow our_networks"
... Problem is these parameters don't exist.
What I am wanting to do is setup Squid 3 to listen in on 10.0.0.3:3128
(which I have done), and serve the IP address 10.0.0.2 only. I also want
Squid 3 to use the NIC IP '192.168.66.2' for outgoing connections (the
server Squid 3 is running on has two NIC's with two IP's).
Someone please help me.
Regards,
Nikolas Kallis