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

    mDNS :5353 traffic swamping log file...

    Scheduled Pinned Locked Moved Firewalling
    9 Posts 3 Posters 179 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.
    • D Offline
      diyhouse
      last edited by diyhouse

      Hi Guys,.. trying to understand why ( and ) where my

      	Nov 1 16:38:00	LAN1	  [fe80::d6f5:47ff:fe46:6d0a]:5353	  [ff02::fb]:5353	UDP
      block bogon IPv6 networks from LAN1 (11004)
      Nov 1 16:38:00	LAN1	  [fe80::d6f5:47ff:fe46:6d0a]:5353	  [ff02::fb]:5353	UDP
      block bogon IPv6 networks from LAN1 (11004)
      Nov 1 16:38:00	LAN1	  [fe80::d6f5:47ff:fe56:b44c]:5353	  [ff02::fb]:5353	UDP
      block bogon IPv6 networks from LAN1 (11004)
      Nov 1 16:38:00	LAN1	  [fe80::d6f5:47ff:fe56:b44c]:5353	  [ff02::fb]:5353	UDP
      block bogon IPv6 networks from LAN1 (11004)
      Nov 1 16:38:00	LAN1	  [fe80::22df:b9ff:fe5a:3da8]:5353	  [ff02::fb]:5353	UDP
      block bogon IPv6 networks from LAN1 (11004)
      Nov 1 16:38:00	LAN1	  [fe80::22df:b9ff:fe5a:3da8]:5353	  [ff02::fb]:5353	UDP
      

      Log entries are coming from, and how to stop them logging.
      I have tried to create a 'rule' so 5353 port activity on the LAN1 is not logging,. by not checking the last log box in the create rule form.

      my Rules look as follows:-
      ![alt text](Screenshot from 2025-11-01 16-58-59.png )

      I'm not sure it is required,. but for complete sharing these are my WAN rules:-
      ![alt text](Screenshot from 2025-11-01 17-03-03.png )
      But I am at a loss as to why this activity is still being logging,.. let along to identify which item is the source of these mDNS requests... Is anyone able to offer some pointers that would be really helpful.
      Or am I barking up the wrong tree with my assumptions that I need to block these 'requests' at all..?
      Kind Regards to all...

      S johnpozJ 2 Replies Last reply Reply Quote 0
      • S Offline
        SteveITS Galactic Empire @diyhouse
        last edited by

        @diyhouse
        https://forum.netgate.com/topic/152194/solved-firewall-log-entries-flooded-for-ipv6-5353

        Blocking bogons on an internal network is probably not necessary, unchevknthat on LAN.

        Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
        When upgrading, allow 10-15 minutes to reboot, or more depending on packages, CPU, and/or disk speed.
        Upvote ๐Ÿ‘ helpful posts!

        1 Reply Last reply Reply Quote 0
        • johnpozJ Offline
          johnpoz LAYER 8 Global Moderator @diyhouse
          last edited by johnpoz

          @diyhouse said in mDNS :5353 traffic swamping log file...:

          But I am at a loss as to why this activity is still being logging,

          because the rule that is logging it is your bogon rule - it makes zero sense to block bogon on your local interfaces. Is above where you block it and don't log rule.

          I would as suggested already by @SteveITS turn off the bogon on your local interface, other option would be to not log bogon. 3rd and best option (along with turning off the bogon rule on your local side interfaces) is to find out what is sending it and get it to stop.

          Simple way to do that would be to sniff on lan 1 (packet capture) for 5353 to find the mac address - and then turn off that noise on that device. Quite possible you have multiple devices doing it, which just means more noise - just because you don't log the noise doesn't make the noise stop, just masks the problem.

          If its wired and you have a smart switch from the mac no issues tracking down what it is - if wifi a bit harder, unless you run something like unifi with controller so you know every device your network, etc.

          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.1 | Lab VMs 2.8.1, 25.07.1

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            diyhouse @johnpoz
            last edited by diyhouse

            @johnpoz thankyou for you feedback guys,... have done some 'playing',.. and found that trying to disable logons on my local LAN is met with 'The Router Advertisement Server is active on this interface and can only be used with static Ipv6 config etc....

            Should I disable this to override this setting,.. or will this disable to 'mickey mouse' checks pfsense does to protect users from themselves... ??

            my WAN rules are now as follows:-
            Screenshot from 2025-11-02 13-54-49.png)

            And my LAN rules are as follows:-
            Screenshot from 2025-11-02 13-57-35.png

            Now I am still getting

            Nov 2 13:57:40	LAN1	[fe80::22df:b9ff:fe5a:3da8]	[ff02::16]	Options
            Nov 2 13:57:40	LAN1	[fe80::2f6:20ff:fee7:be74]	[ff02::16]	Options
            Nov 2 13:59:05	LAN1	[fe80::d6f5:47ff:fe46:6d0a]:5353	[ff02::fb]:5353	UDP
            Nov 2 13:59:04	LAN1	[fe80::d6f5:47ff:fe56:b44c]:5353	[ff02::fb]:5353	UDP
            

            I understand my rules are a little open on the LAN side,.. but even though the packets are being analysed, they do not evaluate as 'true',.. I assume ff02::16 and ff02::fb could be simplified to just ff02:: but as I am struggling to get a match,.. I have left as this,.. I appreciate the protocol will need to be UDP,.. but I am not even capturing it as *...

            Trying to identify the source is another issue,.. but I suspect that is some ZigBee home automation devices on my network,.. but I will look as those later,.. as that is an issue to access them...

            So what am I missing.. ( probably the obvious,.. ๐Ÿ˜Š )

            Many Tx

            johnpozJ 2 Replies Last reply Reply Quote 0
            • johnpozJ Offline
              johnpoz LAYER 8 Global Moderator @diyhouse
              last edited by johnpoz

              @diyhouse said in mDNS :5353 traffic swamping log file...:

              found that trying to disable logons on my local LAN is met with 'The Router Advertisement Server is active on this interface

              What??? removing bogon blocking from your interface has ZERO to do with RA.

              Go to your interface lan1 and uncheck this

              bogon.jpg

              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.1 | Lab VMs 2.8.1, 25.07.1

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                SteveITS Galactic Empire @johnpoz
                last edited by

                @johnpoz Yes but saving an interface triggers checks like that. OP may need to disable RA, save LAN, and set it up again if desired.

                Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                When upgrading, allow 10-15 minutes to reboot, or more depending on packages, CPU, and/or disk speed.
                Upvote ๐Ÿ‘ helpful posts!

                1 Reply Last reply Reply Quote 0
                • johnpozJ Offline
                  johnpoz LAYER 8 Global Moderator @diyhouse
                  last edited by

                  'The Router Advertisement Server is active on this interface and can only be used with static Ipv6 config etc....

                  How does he have RA even on if he has no static ipv6 on his interface - yeah he should turn off RA if he is not going to actually set it up.. And he sure isn't going to be using it with link-local addresses, which is what he is logging.

                  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.1 | Lab VMs 2.8.1, 25.07.1

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    diyhouse @johnpoz
                    last edited by

                    @johnpoz
                    Tx Guys,...
                    Found this post which fixed my in-ability to disable bogon..
                    disable bogons

                    Have now turned off bogon,.. and see where we go now... and reverted back to no IPv6

                    Thanks for the pointers

                    D 1 Reply Last reply Reply Quote 1
                    • D Offline
                      diyhouse @diyhouse
                      last edited by

                      That's it guys,... Thankyou,..

                      I now have a log file that has 'useful stuff' in it and will allow me to track the problem I was really trying to solve.... ๐Ÿ˜Š

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