Deadwood beta on debian lenny

Sebastian Müller spamcatch-maradns.org at messageme.de
Sun Jul 25 17:33:05 EDT 2010


Am 25.07.2010 22:06, schrieb Sam Trenholme:
>> It seems like recursive_acl is limited to 6 nets and got some kind of
>> overflow (/bad looping?!).
> 
>> As you can see, I am currently using 8 nets.
>> I am unable to do full testing since my girlfriend wants a working LAN.
> 
>> When I change recursive_acl to fit 6 nets [it works]
> 
> The issue is that Deadwood only supports seven nets.

Yeah, thats what's written in DwSocket.h line 88.
#define DW_MAXIPS 7
and DwSocket.c in line 42 I found
ip_mask_T recursive_acl[DW_MAXIPS + 1];

nevertheless with,
recursive_acl =
"127.0.0.1/8,82.212.0.0/18,85.216.0.0/17,91.89.0.0/16,95.208.0.0/16,109.192.0.0/15,217.8.48.0/20"
(7 nets)

it is not working to resolve domains for 127.0.0.1/8. Only with six
nets, it is.


> I will make this limit 128 for the next snapshot of Deadwood.
Thats a handy value.


More information about the list mailing list