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

How to disable this event from being logged on firewall?

Scheduled Pinned Locked Moved General pfSense Questions
13 Posts 3 Posters 412 Views 3 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.
  • S Offline
    stephenw10 Netgate Administrator
    last edited by Apr 17, 2025, 2:58 PM

    Add a user block rule for it without logging enabled so it never hits the default rule.

    C 1 Reply Last reply Apr 17, 2025, 3:57 PM Reply Quote 0
    • C Offline
      CreationGuy @stephenw10
      last edited by Apr 17, 2025, 3:57 PM

      @stephenw10 Not sure I know what to do there, I don't need to block pinging. Can you help me understand what is happening here?

      J 1 Reply Last reply Apr 17, 2025, 4:04 PM Reply Quote 0
      • J Offline
        johnpoz LAYER 8 Global Moderator @CreationGuy
        last edited by Apr 17, 2025, 4:04 PM

        @CreationGuy that is not ping (ICMP) that is IGMP

        https://en.wikipedia.org/wiki/Internet_Group_Management_Protocol

        You could as mentioned create a specific rule to allow it or deny it - that doesn't log. Or you could just turn off default deny logging and create whatever rules you want to log, say a tcp/udp block at the end that that logs.

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 25.07 | Lab VMs 2.8, 25.07

        1 Reply Last reply Reply Quote 0
        • S Offline
          stephenw10 Netgate Administrator
          last edited by Apr 17, 2025, 6:30 PM

          The igmp logging behaviour changed recently. It was actually broken for years and now works as intended. But that is unexpected for most users. Note that log is shown as blocked by the pass rule!

          1 Reply Last reply Reply Quote 0
          • C Offline
            CreationGuy
            last edited by Apr 17, 2025, 6:41 PM

            Any device on the LAN vlan is allowed to communicate to any other vlan. Some other vlans such as IoT or Security camera cannot talk to any other vlan.

            fw.png
            This is the LAN rules

            J 1 Reply Last reply Apr 17, 2025, 7:13 PM Reply Quote 0
            • J Offline
              johnpoz LAYER 8 Global Moderator @CreationGuy
              last edited by johnpoz Apr 17, 2025, 8:20 PM Apr 17, 2025, 7:13 PM

              @CreationGuy well simple thing to do would be a put a rule on top to destination 224.0.0.2 either allow or deny and not log it. This would go for any interface.

              Or just pick IGMP as the protocol.

              Or better yet is what is that 10.10.10.15 device - why is it sending a IGMP? Do you need it too for something else on your network - maybe you can just turn it off on that device? 224.0.0.2 is "The All Routers multicast group address"

              I wouldn't think normal devices should be sending that out. Do you have a switch or something that is capable of routing?

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 25.07 | Lab VMs 2.8, 25.07

              C 1 Reply Last reply Apr 17, 2025, 7:17 PM Reply Quote 0
              • C Offline
                CreationGuy @johnpoz
                last edited by Apr 17, 2025, 7:17 PM

                @johnpoz It's an iphone - I'll have to look and see what would be causing that on the device.

                J 1 Reply Last reply Apr 17, 2025, 8:20 PM Reply Quote 0
                • J Offline
                  johnpoz LAYER 8 Global Moderator @CreationGuy
                  last edited by johnpoz Apr 17, 2025, 8:28 PM Apr 17, 2025, 8:20 PM

                  @CreationGuy iphone is sending out igmp? Really - I have 2 iphones.. I have never seen this.. odd..

                  224.0.0.251 to port 5353 (mdns) would make sense, but to 224.0.0.2 seems odd to me from an iphone.

                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                  If you get confused: Listen to the Music Play
                  Please don't Chat/PM me for help, unless mod related
                  SG-4860 25.07 | Lab VMs 2.8, 25.07

                  C 1 Reply Last reply Apr 17, 2025, 11:26 PM Reply Quote 0
                  • C Offline
                    CreationGuy @johnpoz
                    last edited by CreationGuy Apr 17, 2025, 11:33 PM Apr 17, 2025, 11:26 PM

                    @johnpoz It's odd. Two other iphones are not doing this. I'll have to see if it's trying to broadcast music or if its bonjour. Really strange.

                    Edit:, I made the rule, but it's still getting logged.
                    fw1.png log1.png

                    J 1 Reply Last reply Apr 18, 2025, 12:28 AM Reply Quote 0
                    • J Offline
                      johnpoz LAYER 8 Global Moderator @CreationGuy
                      last edited by johnpoz Apr 18, 2025, 12:39 AM Apr 18, 2025, 12:28 AM

                      @CreationGuy that is odd that is not triggering.. see the 0/0 - do you have floating rule?

                      That for sure should trigger.. I mean it is IGMP.. If you don't have a floating rules - I would check your state table - its possible I guess that since it is the allow rule of lan that "blocking" that a state was created

                      I would search your state table for anything with destination of that 224.0.0.2 and if there is kill them.

                      Not exactly sure how the broadcast stuff works for music over bonjour - but its odd that it would send it to the all routers address.. But that is for sure a possibility with a high probability of that being the source of the traffic.

                      Personally not a fan of any of that bonjour stuff - never use it myself and have never done anything with music broadcast with apple, I want to play music I just connect to my plex server which has all my music on it. Not really a fan of stuff that just sends out traffic for no reason ;) my plex server drives me nuts sending out UPnP/SSDP to 239.255.255.250 shit, which I am not using every 10 seconds, I finally blocked it that the port on the switch ;) Since I could not find anyway to kill it in plex, even when you turn off all of the features that should enable that to be sent out.. Drove me nuts for way to long ;)

                      Which is why stopping it at the source is better option, if you're not actually using it, sure you can do some stuff so pfsense doesn't log it, or blocks it etc.. But since its multicast - every other device on that L2 is going to see that traffic..

                      edit: other thing you could try if no floating rules, and no states is change that from igmp, to just IPv4 with that 224.0.0.2 destination you have set.. That for sure should trigger.

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 25.07 | Lab VMs 2.8, 25.07

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        stephenw10 Netgate Administrator
                        last edited by Apr 18, 2025, 12:51 AM

                        Probably needs Allow IP options set in the advanced rule options.

                        J 1 Reply Last reply Apr 18, 2025, 1:01 AM Reply Quote 0
                        • J Offline
                          johnpoz LAYER 8 Global Moderator @stephenw10
                          last edited by johnpoz Apr 18, 2025, 1:01 AM Apr 18, 2025, 1:01 AM

                          @stephenw10 yup that would be another way @CreationGuy but his rule above his lan allow should trigger and not log that igmp traffic.. and no other rules should be evaluated.. So it shouldn't still see the igmp traffic on his lan allow and block it because of the IP options setting.

                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                          If you get confused: Listen to the Music Play
                          Please don't Chat/PM me for help, unless mod related
                          SG-4860 25.07 | Lab VMs 2.8, 25.07

                          1 Reply Last reply Reply Quote 0
                          13 out of 13
                          • First post
                            13/13
                            Last post
                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                            This community forum collects and processes your personal information.
                            consent.not_received