Deny HTTP proxy access between internal networks

Hello alltogether,

the problem is described here
https://community.sophos.com/products/unified-threat-management/astaroorg/f/53/t/32916

Code:

    * login as root
    * touch /etc/rc.d/ipnat.local
    * chmod 400 /etc/rc.d/ipnat.local && chown root:root /etc/rc.d/ipnat.local
    * joe /etc/rc.d/ipnat.local
    * enter: /usr/local/bin/iptables -I AUTO_OUTPUT -s INT_IF_IP -d LOC_NET/MASK -p tcp --dport 80 -j RETURN
    * reboot the box 



Think it is clear that you need for each interface/local network such a rule [:)]

Greetings
cyclops