Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3206

distcc remote host deny client [SOLVED] (1 reply)

$
0
0
I'm setting up distcc and kept getting this denied by access list error. Could not fingure out why.

The compiling host is 192.168.0.224, the remote host (volunteer) is 192.168.0.228. I've turned on debug in /etc/init.d/distcc and got these error info on 192.168.0.228:

Remote host denied access log:
distccd[26818] (dcc_check_client) connection from ::ffff:192.168.0.224:40342
distccd[26818] (check_address_inet) deny client 0xc0a800e0, value 0xe000a8c0, mask 0xffffffff
distccd[26818] (check_address_inet) deny client 0xc0a800e0, value 0xe400a8c0, mask 0xffffffff
distccd[26818] (dcc_check_client) ERROR: connection from client '::ffff:192.168.0.224:40342' denied by access list

IPv4 Subnet Mask Calculator showed
IP Address: 192.168.0.224/24 ( 0xC0A800E0 )

IPv4 Subnet Mask Calculator showed
IP Address: 224.0.168.192/26 ( 0xE000A8C0 )

Anybody knows what this error mean? and why the value was reversed like this?

Thanks!

Viewing all articles
Browse latest Browse all 3206

Trending Articles