I have a Linux box (Ubuntu 9.10) at a different location. I installed squid proxy and tried using that IP and port (opened 3128 at that location) in Firefox. I can't get it to work.
My current scenario :
- The current location ISP's IP is 72.87.54.XX
- Each machine in the network has the IP range 192.168.0.0/104
In /etc/squid/squid.conf
: how would I configure this part in acl :
acl internal_network src 192.168.0.0/104
http_access allow internal_network
Where would I put the actual IP 72.87.54.XX in the squid.conf file to be allowed for internet traffic at the remote location?