Hello all at the moment i have a router (Mikrotik) where all my users are connecting to it via PPPOE. In Mikrotik there is a webproxy built in to it and it is using Squid in transparent mode, i have it enabled and a parent proxy pointing out to another machine running Squid.
When i have the parent prooxy on, and try and browse i get this, While trying to retrieve the URL: http://www.holiday.com/ The following error was encountered: Access Denied. Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. Your cache administrator is An Example of what the line in access.log looks like 1079309099.848 399 192.116.121.80 TCP_MISS/403 1468 GET http://members.fortunecity.com/noops043a/jenna_bush002.jpg - DIRECT/216.27.93.20 text/html If i set my browser to go directly to the Squid server and set the port manualy all works fine but when it is transparent i get the above. #Recommended minimum configuration: acl all src 192.116.121.0/255.255.255.128 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl Safe_ports port 80 acl Safe_ports port 21 acl Safe_ports port 443 563 acl Safe_ports port 70 acl Safe_ports port 210 acl Safe_ports port 1025-65535 acl Safe_ports port 280 acl Safe_ports port 488 acl Safe_ports port 591 acl Safe_ports port 777 acl CONNECT method CONNECT I dont know what is going on, anyone out there has any ideas of why it could be causing that ? PS: all connections are coming from one machine 192.116.121.80 all users are on masquerade Thank you Sarky
