Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    new to pfblocker

    Scheduled Pinned Locked Moved Firewalling
    2 Posts 2 Posters 492 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • publictoiletbowlP Offline
      publictoiletbowl
      last edited by publictoiletbowl

      hello community and support

      my new netgate 7100 1U but i got an error on this is there any way to fix this? new to pfblocker here, thanks

      Assembling DNSBL database...... completed [ 09/21/22 10:04:49 ]
      Stopping Unbound Resolver.
      Unbound stopped in 2 sec.
      Starting Unbound Resolver... Not completed. [ 09/21/22 10:04:50 ]
      [1663725890] unbound-control[82729:0] error: connect: Can't assign requested address for 127.0.0.1 port 953

      GertjanG 1 Reply Last reply Reply Quote 0
      • GertjanG Online
        Gertjan @publictoiletbowl
        last edited by

        @publictoiletbowl

        Hi,
        New or not, why not posting in the pfBlokcerng forum ?

        615b2328-d87a-4904-a3b7-e3d8c21918a8-image.png

        and have a look at the already present posts, as there is a lot to know.

        Btw : the DNSBL part of pfBlokcerng has 'nothing' to do with the 'firewall'.

        @publictoiletbowl said in new to pfblocker:

        Can't assign requested address for 127.0.0.1 port 953

        It means that 'some one' ( a process ) is al ready listening on this port 953.

        This is most probably another instance of unbound that is acting as a zombie in memory, blocking resources like ports (files, memory etc).

        Do this ;
        In the GUI, stop the unbound process.
        Enter the console (better : use SSH), go for option 8.
        Enter

        sockstat | grep :953
        

        if this lists one or more lines : you found the process that blocks port 953 !

        Example :

        unbound  unbound    53871 13 tcp4   127.0.0.1:953         *:*
        

        Your mission : kill it (kill them).
        Like

        kill 53871 
        

        where 53871 is the process ID.
        If there was more then one : kill them all.

        Now, in the GUI, start unbound.

        Do a full reload for pfBlockerng.

        No "help me" PM's please. Use the forum, the community will thank you.
        Edit : and where are the logs ??

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.