> What is the best way to configure iptables in a way, so that spefic > hosts may connect to distccd ?
The following command should do it if you substitute the () with your local values. iptables -I INPUT -i (network interface) -p tcp -s (src ip addr) --dport 3632 -j ACCEPT -- [email protected] mailing list

