If I active transparent proxy, all clients go on internet, but I want block some of them.
How can I create packet rules for this?
Thanks
This thread was automatically locked due to age.
code:Add your filter rule to /etc/rc.d/ipfilter.localtouch /etc/rc.d/ipfilter.local
chmod 400 /etc/rc.d/ipfilter.local
code:Rerun middleware to activate your settings/usr/local/bin/iptables -I AUTO_INPUT -s ip_of_client_to_block/32 -d internal_IP_of_firewall/32 -j LOGDROP
code:Hope that does the job for you [;)]/etc/rc.d/mdw restart