[distcc] Re: Thanks martin...

Martin Pool mbp at sourcefrog.net
Wed Oct 24 00:12:54 GMT 2007


On 10/23/07, Chang hyun . Auk <ochjjy at gmail.com> wrote:
>
>
> Dear sir.
> I success to use my distcc.
> Thanks for your help.
>
> Another question, I can't see monitor message, only blank.
> How to use distccmon-text ????

You need to run it on the same machine as the client, with the same
user and home directory.

> And, I wonder when use distccd with --allow option, I want to use --allow
> from 128.0.0.1 to 128.0.0.100 . ^^;
>
>
> >distccd --daemon --allow 128.0.0.1 128.0.0.2 ... 128.0.0.100  ?? << like
> this ???  oO;
> Let me know another method please.

At the moment i believe you can only filter by netmask.  If you are ok
to allow any machine on the 128.0.0.* net, then --allow 128.0.0.0/24
will do.  If you need to deny access from 101, then you can build it
up of a series of netmasks of binary size.

-- 
Martin


More information about the distcc mailing list