Changes

Jump to: navigation, search

Distcc Setup

1 byte removed, 15:03, 29 January 2009
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>
1
edit

Navigation menu