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

    Firewall log file

    Scheduled Pinned Locked Moved Firewalling
    9 Posts 3 Posters 22.4k Views
    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.
    • S
      subfire91
      last edited by

      Hi guys,

      Do you know where the firewall log file of pfsense is located? Because it doesnt show any dropped connections on the webgui somehow. i need the firewall log file in order to tail -f it real time for troubleshooting

      thnx

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        http://doc.pfsense.org/index.php/Why_can't_I_view_view_log_files_with_cat/grep/etc%3F_(clog)

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • S
          subfire91
          last edited by

          @jimp:

          http://doc.pfsense.org/index.php/Why_can't_I_view_view_log_files_with_cat/grep/etc%3F_(clog)

          thnx a million!! ;D

          1 Reply Last reply Reply Quote 0
          • S
            subfire91
            last edited by

            the command works but i cannot see any logs. i put a rule in lan from my computer to another host in another subnet to be blocked when RDP. The rule is on top of the list in order to be blocked immediately.

            i type clog -f filter.log | grep and i cannot see my ip getting blocked when RDPing.

            the other computer is switched off but shouldnt i see any logs? i cannot see any blocked logs on both cli and gui.

            also i do tcpdump -i nfe0 | grep   it doesnt work
            i do tcpdump -i nfe0 only and i see a load of logs   (nfe0 is the WAN interface)

            finally i have a machine that is communicating with external hosts every about 3 seconds on specific port xxx.
            i type tcpdump -i em1 | grep xxx doesnt show anything
            i type tcpdump -i em1 only i can see it in the form of ip.xxx

            All i can see in the block messages when typing clog -f filter.log | grep is this entry :

            Nov  2 19:24:14 pfSense pf: 1. 194222 rule 34/0(match): block in on nfe0: (tos 0x0, ttl 64, id 6844, offset 0, flags [none], proto UDP (17), length 328) 10.1.0.1.67 > 255.255.255.255.68: BOOTP/DHCP, Reply, length 300, hops 2, xid 0x21742300, secs 46195, Flags [none]

            this is the only thing i see in the webgui also, no other blocked events are displayed except this one. This activity has being going for about a year now!!

            Any one that could help?

            1 Reply Last reply Reply Quote 0
            • ?
              Guest
              last edited by

              Use the filtering mechanisms in tcpdump instead:

              tcpdump -i em1 host some.host.ip.address

              Should get you started.

              http://www.tcpdump.org/tcpdump_man.html

              Should help further.

              1 Reply Last reply Reply Quote 0
              • S
                subfire91
                last edited by

                tcpdump -i em1 host some.host.ip.address

                didnt understand this command. Can you give an example?

                But this still doesnt resolve my issues. Why clog -f command not showing any logs. Why the gui doesnt show blocked connections?

                thnx

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  clog -f shows you the log.
                  The GUI reads the same log as clog.
                  If nothing shows there, nothing is being blocked and logged.
                  Block rules aren't set to log by default.

                  So either the traffic is not taking the path you expect, or it's not being logged because the rule isn't set to log.

                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  1 Reply Last reply Reply Quote 0
                  • S
                    subfire91
                    last edited by

                    hi jimp,

                    how do i set which rules to be logged in pfsense?

                    1 Reply Last reply Reply Quote 0
                    • jimpJ
                      jimp Rebel Alliance Developer Netgate
                      last edited by

                      Edit the rule you want to log. Check the box to log. Save. That's it.

                      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                      Need help fast? Netgate Global Support!

                      Do not Chat/PM for help!

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