1
edit
Changes
m
→distcc Setup Steps
Now we need to setup the IPTABLES to allow connections to the distcc daemon. Before doing anything make a backup file of the original iptables file located in /etc/sysconfig/iptables.
<pre>$ cp /etc/sysconfig/iptables [backupfile name]
$ iptables -I INPUT 7 -i eth0 -p tcp -s 142.204.133.0/24 –dport --dport 3632 -j ACCEPT
$ service iptables save </pre>