Announcement

Collapse
No announcement yet.

Cannot see logs in GUI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot see logs in GUI

    Setup the latest nxfilter on an ubuntu system. I see no logs in the GUI whatsoever.
    Logging -> Request is empty.

    However, the /nxfilter/log/nxfilter.log file is logging all the blocked events.

  • #2
    /nxfilter/log file is for system events or internal logging. Logging for DNS requests are kept in /nxfilter/db/traffic.h2.db file and you can view it on 'Logging > Request'.

    Check your client DNS settings first. And send some DNS queries using nslookup. Something like,

    Code:
    nslookup google.com your-nxfilter-ip

    Comment


    • #3
      I did. Infact all the users are now pointing to the nxfilter. But the Request page shows "No DATA"

      Comment


      • #4
        Then try this one and show me the output,

        Code:
        nslookup block.nxfilter.org.

        Comment


        • #5
          Here is the response:
          Non-authoritative answer: Name: block.nxfilter.org Addresses: ::ffff:172.16.1.16 172.16.1.16

          Also, for some reason. opening any page on nxfilter is very slow. Its taking 30 seconds to load any page!
          Last edited by geek0000; 12-15-2021, 08:32 AM.

          Comment


          • #6
            So, 172.16.1.16 is your NxFilter IP? Can you show me the capture image of your command and output? And show me a capture image of this command as well.

            Code:
            ifconfig /all
            And send more traffic to your NxFilter using nslookup,

            Code:
            nslookup google.com
            nslookup mlb.com
            nslookup espn.com
            If you can show me a capture image of one of these command, that'd better. And you also can enable debugging and then run NxFilter in foregraoud and watch its log output. https://nxfilter.org/tutorial/i-faq.php#enable-debug

            When you enable debugging, you should see every DNS request in your /nxfilter/log/nxfilter.log file or console output.

            Anyway, showing me a capture image would be better.

            Comment


            • #7
              Hello, please see everything attached.
              Attached Files

              Comment


              • #8
                It works fine. Do you see any .trace file in /nxfliter/db? If so, send them to 'support @ nxfilter.org'.

                Comment


                • #9
                  Sent all trace files

                  Comment


                  • #10
                    Your DB doesn't look good. Don't know how you get the problem, at least you need to rebuild local.db and traffic.db. Stop it and then do this,

                    Code:
                    rm -f /nxfilter/db/local*
                    rm -f /nxfilter/db/traffic*
                    And then restart it.

                    Comment


                    • #11
                      Perfect! Works now. the GUI is also superfast.
                      Thanks a lot for your help.
                      Last edited by geek0000; 12-15-2021, 11:56 AM.

                      Comment

                      Working...
                      X