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

    Packets go through, logging is set, but no logs of the traffic

    Scheduled Pinned Locked Moved General pfSense Questions
    22 Posts 4 Posters 176 Views 4 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.
    • stephenw10S Offline
      stephenw10 Netgate Administrator
      last edited by

      Hmm, I mean matching some other unexpected rule is about the only thing I could imagine doing this. It could be something dynamic perhaps.

      If you check states created by the traffic using pfctl -vss and grep-ing for something do you see the expected rule number? The same rule number on very state?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        silviub @stephenw10
        last edited by

        @stephenw10

        # pfctl -vss | grep x.y.z.xx
        all udp 10.151.0.5:1194 (a.b.c.d:1194) <- x.y.z.xx:56223       NO_TRAFFIC:SINGLE
        vtnet2.305 udp x.y.z.xx:56223 -> 10.151.0.5:1194       SINGLE:NO_TRAFFIC
        

        I don't see a rule number anywhere.

        1 Reply Last reply Reply Quote 0
        • stephenw10S Offline
          stephenw10 Netgate Administrator
          last edited by

          Ah sorry you'll need to show the following two lines so something like:

          [25.11-BETA][root@fw1.stevew.lan]/root: pfctl -vvss | grep -A 2 9.9.9.9
          mvneta0 icmp 9.9.9.9:8 <- 172.21.16.8:1       0:0
             age 00:00:11, expires in 00:00:09, 11:11 pkts, 924:924 bytes, anchor 0, rule 147
             id: 8c2ef86800000000 creatorid: 92ac4dc8
          mvneta2 icmp 192.168.1.5:18952 (172.21.16.8:1) -> 9.9.9.9:8       0:0
             age 00:00:11, expires in 00:00:09, 11:11 pkts, 924:924 bytes, anchor 3, rule 118, allow-opts
             id: 8d2ef86800000000 creatorid: 92ac4dc8 route-to: 192.168.1.1@mvneta2
          

          You can then show those rules with:

          [25.11-BETA][root@fw1.stevew.lan]/root: pfctl -vvsr | grep -A 4 @147
          @147 pass in quick on mvneta0 inet from <LAN__NETWORK:3> to any flags S/SA keep state (if-bound) label "id=0100000101" label "tags=user_rule" label "descr=Default allow LAN to any rule" ridentifier 100000101
            [ Evaluations: 49494     Packets: 5811923   Bytes: 3914848338  States: 347   ]
            [ Source Nodes: 0      Limit: 0      NAT/RDR: 0      Route: 0      ]
            [ Inserted: uid 0 pid 0 State Creations: 48158 ]
            [ Last Active Time: Tue Oct 21 01:15:44 2025 ]
          [25.11-BETA][root@fw1.stevew.lan]/root: pfctl -vvsr | grep -A 4 @118
          @118 pass out route-to (mvneta2 192.168.1.1) inet from 192.168.1.5 to ! 192.168.1.0/24 flags S/SA keep state (if-bound) allow-opts label "descr=let out anything from firewall host itself" ridentifier 1000012111
            [ Evaluations: 49788     Packets: 4976110   Bytes: 3430787939  States: 265   ]
            [ Source Nodes: 0      Limit: 0      NAT/RDR: 0      Route: 0      ]
            [ Inserted: uid 0 pid 0 State Creations: 27846 ]
            [ Last Active Time: Tue Oct 21 01:16:02 2025 ]
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            silviub @stephenw10
            last edited by silviub

            @stephenw10

            # pfctl -vvss | grep -A 2 <incoming public IP address>
            all udp 10.151.0.5:1194 (<Public port forwarding IP Address>:1194) <- <incoming public IP address>:22479       NO_TRAFFIC:SINGLE
               age 00:00:38, expires in 00:00:14, 17:0 pkts, 523:0 bytes, rule 161
               id: 0aed36af00000000 creatorid: b6757fa1 reply-to: x.x.x.x@vtnet0
            --
            vtnet2.305 udp <incoming public IP address>:22479 -> 10.151.0.5:1194       SINGLE:NO_TRAFFIC
               age 00:00:38, expires in 00:00:14, 17:0 pkts, 523:0 bytes, rule 86, allow-opts
               id: 0bed36af00000000 creatorid: b6757fa1
            
            # pfctl -vvsr | grep -A 4 @161
            @161 pass in log quick on vtnet0 reply-to (vtnet0 <gateway IP>) inet proto udp from any to 10.151.0.5 port = openvpn keep state (if-bound) label "USER_RULE: OpenVPN" label "id:1702983321" ridentifier 1702983321
              [ Evaluations: 500038    Packets: 121423    Bytes: 61146938    States: 0     ]
              [ Inserted: uid 0 pid 0 State Creations: 5     ]
              [ Last Active Time: Tue Oct 21 05:22:17 2025 ]
            

            So it seems to match the correct rule
            While the logs only show an old connection from October 17th.
            4a6288f9-95c4-4591-a0fe-cce5a543edd5-image.png

            P.S. if you want, we can have a Zoom / Teams / whatever meeting where you can check stuff out. Still, from my point of view, it doesn't seem to be a configuration issue.

            P.S. I appreciate the time you're putting into this.

            1 Reply Last reply Reply Quote 0
            • stephenw10S Offline
              stephenw10 Netgate Administrator
              last edited by

              Just to confirm is this the only rule you are seeing fail to log?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                silviub @stephenw10
                last edited by

                @stephenw10
                unfortunately there's no way to know that. It's the only one I encountered so far, but that doesn't mean there are not others with the same behavior, that I did not discover.

                1 Reply Last reply Reply Quote 0
                • stephenw10S Offline
                  stephenw10 Netgate Administrator
                  last edited by

                  You're testing this by sending UDP packets to the port right? Does it also fail to log if you actually connect a VPN client to it?

                  S 1 Reply Last reply Reply Quote 0
                  • stephenw10S Offline
                    stephenw10 Netgate Administrator
                    last edited by

                    Hmm, with a port-forward like this the default would be for the system to auto-create a linked pass rule based on the forward and it would be labelled as such. This looks like a custom rule you have added separately.

                    What does you port forward rule look like? Is it possible it's set to pass?

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      silviub @stephenw10
                      last edited by

                      @stephenw10 Yes, it does fail when an actual OpenVPN client sends traffic since that's how this issue was discovered initially. Clients were connecting to this - or trying to connect, we would see the traffic in the VM but not in PFSense logs.

                      This rule was auto-created but since the description of the rule was empty, it was edited out so when it's logged, we have an idea of what's logged. The rule itself was auto-created, it was just edited afterwards.

                      The forwarding policy:

                      Disabled: unticket
                      No RDR: unticket
                      Interface: WAN
                      Address Family: IPv4
                      Protocol: UDP
                      
                      Destination: Public IP address (alias) on WAN interface
                      Destination port range: OpenVPN
                      Redirect Target IP: 10.151.0.5
                      Redirect Target Port: OpenVPN
                      Description: OpenVPN
                      No XMLRPC Sync: not ticket
                      NAT Reflection: Pure NAT
                      Filter rule asociation: <name of rule associated to this NAT rule>. If I click on "View the filter rule" I get redirected to the rule that doesn't log.
                      

                      As I said, if you want to take a look, we can have a Zoom / Teams session as it might be easier for you to check it out (not really comfortable to share public IPs and stuff here :D )

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        silviub
                        last edited by silviub

                        @stephenw10
                        coming back with new info: it seems this is NOT the only rule that's affected. Below, I've specifically set a rule on the correct interface (since I'm seeing states next to that rule) to log ANY traffic from 10.41.199.200 (test host) to 10.41.14.99 (another test host). They're connected via an IPSec VTI tunnel, but I don't expect that to change anything. Below, logs from the PFSense and the device on the other end:
                        b02e7b2e-45c1-4dcb-a1e5-b2cc0028d9ea-image.png
                        125a1ba9-ec73-45a2-9a74-b78489d5aec0-image.png
                        The fact that the traffic is stopped by the 2nd firewall is normal, as I haven't added the rule there yet, but the traffic reaches the 2nd firewall, while it's not logged in the PFSense.
                        The PFSense rule:
                        d2aaf71b-6f9f-4b3a-8dec-49d9c74b5a57-image.png

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