Gentoo Archives: gentoo-user

From: Dave Nebinger <dnebinger@××××.com>
To: gentoo-user@l.g.o
Cc: noche.suapie@××××××.at
Subject: RE: [gentoo-user] distcc and iptables
Date: Tue, 26 Jul 2005 17:02:58
Message-Id: 004a01c59203$35f87640$5f01010a@jnetlab.lcl
In Reply to: Re: [gentoo-user] distcc and iptables by Antonio Coralles
1 > but distcc doesn't work ...
2
3 Ah, did you edit /etc/conf.d/distccd to add the --allow and --listen
4 options? If you don't specifically enable them the remote system will not
5 be able to get to distcc on the box.
6
7 Locally I use a line as follows to enable the internal lan to hit distccd:
8
9 DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.0.0/24 --allow 127.0.0.1
10 --listen 192.168.0.1"
11
12 This says allow the internal lan, allow localhost, and set up a listener on
13 the local ip address.
14
15
16 --
17 gentoo-user@g.o mailing list