Dear all,
I would like to set up a transparent squid for a specific range of address users. i.e 192.168.1.50 to 192.168.1.254 are under squid rule, the remaining ones having full access (no redirection to 8080)
Is there anything to add in the following syntax to only redirect to proxy the chosen ones:
ip firewall nat add in-interface=ether1 dst-port=80
... protocol=tcp action=redirect to-ports=8080 chain=dstnat
Regards,
Bastien.