Unable to add feeds - DNSBL
-
Hello everyone. I tried adding feeds to DNSBL, but failed to do so. I am not sure what I did wrong. But this has been working in my previous box before. Below is the log
===[ DNSBL Process ]================================================
[ noTrack ] Downloading update .. 200 OK
Remote timestamp missing .Orig. Unique # Dups # White # Alexa Final
13403 13403 0 0 0 13403
[ DNSBL FAIL ] [ Skipping : noTrack ]
[1597639040] unbound-checkconf[61572:0] error: error parsing local-data at 18 'zupml.com 60 IN A 0.0.0.0.0': Conversion error, ip4 addr expected
[1597639040] unbound-checkconf[61572:0] error: Bad local-data RR zupml.com 60 IN A 0.0.0.0.0
[1597639040] unbound-checkconf[61572:0] fatal error: failed local-zone, local-data configuration
DNSBL: Flush DNSBL_IP
Clearing all DNSBL Feeds... completed
Validating database... completed [ 08/17/20 11:37:20 ]
Reloading Unbound.... completed
DNSBL update [ 0 | PASSED ]... completed [ 08/17/20 11:37:21 ]The feed I am using: https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt
I tried re-installing, but no luck. What could the problem be?
-
As said :
@justice41 said in Unable to add feeds - DNSBL:Conversion error, ip4 addr expected
0.0.0.0.0 isn't a valid IPv4 address.
When I load the list, it is 'converted' to
local-zone: "zupml.com" redirect local-data: "zupml.com 60 IN A 10.10.10.1"
unbound doesn't complain.
10.10.10.1 is the default DNSBL Virtual IP Address of the DNSBL web server. What do you have set here ?
You are using version pfBlockerNG-devel 2.2.5_33, right ?
-
This post is deleted! -
Seems like the DNSBL virtual IP was being forced to set to an invalid IP. 10.10.10.1 is the default gateway. I got it up and running now by removing and resetting all the interfaces and isolating the box from other routers. Maybe a conflict. Below is the log.
UPDATE PROCESS START [ 08/17/20 16:54:42 ]
===[ DNSBL Process ]================================================
[ noTrack ] exists.
===[ Continent Process ]============================================
===[ Aliastables / Rules ]==========================================
No changes to Firewall rules, skipping Filter Reload
No Changes to Aliases, Skipping pfctl UpdateUPDATE PROCESS ENDED
-
@justice41 said in Unable to add feeds - DNSBL:
10.10.10.1 is the default gateway.
Gateway ?
It's the default web server IP that pfBlockerNG-devel is using, among others, for its logging
facilities.If you use the 10.10.10.0 network somewhere else, you should (have to !!) change this IP setting.
@justice41 said in Unable to add feeds - DNSBL:
UPDATE PROCESS START [ 08/17/20 16:54:42 ]
===[ DNSBL Process ]================================================
[ noTrack ] exists.
===[ Continent Process ]============================================
===[ Aliastables / Rules ]==========================================
No changes to Firewall rules, skipping Filter Reload
No Changes to Aliases, Skipping pfctl Update
UPDATE PROCESS ENDEDYou have to force the update, if not, nothing is happening.