RE: [gentoo-user] distcc and iptables

2005-07-26 Thread Dave Nebinger
> but distcc doesn't work ... Ah, did you edit /etc/conf.d/distccd to add the --allow and --listen options? If you don't specifically enable them the remote system will not be able to get to distcc on the box. Locally I use a line as follows to enable the internal lan to hit distccd: DISTCCD_OP

Re: [gentoo-user] distcc and iptables

2005-07-26 Thread Antonio Coralles
Dave Nebinger wrote: 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

RE: [gentoo-user] distcc and iptables

2005-07-26 Thread Dave Nebinger
> 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 -- gentoo-user@gent

[gentoo-user] distcc and iptables

2005-07-26 Thread Antonio Coralles
What is the best way to configure iptables in a way, so that spefic hosts may connect to distccd ? -- gentoo-user@gentoo.org mailing list