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

    DLNA, IGMP Proxy, VLANs, Subnets... Oh, dear...

    Scheduled Pinned Locked Moved General pfSense Questions
    35 Posts 4 Posters 4.6k 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.
    • nfld_republicN
      nfld_republic @nfld_republic
      last edited by

      Here's the relevant (I think) part of the capture:
      Capture1.png

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

        Rather than filter by the server IP I would leave that empty and filter by protocol 'igmp'. We want to be sure the proxy is sending something at least when clients on the downstream side try to find services.

        Steve

        nfld_republicN 1 Reply Last reply Reply Quote 0
        • nfld_republicN
          nfld_republic @stephenw10
          last edited by

          @stephenw10 Thanks - here is the VLAN 20 IGMP filter:Capture2.png

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

            Hmm, yeah this is outside what I usually do too. 😉

            Was there a client on one of the downstream interfaces trying to connect whilst that was happening?

            You might have to use pimd instead. Plenty of others have tried and failed to make this work it seems:
            https://forum.netgate.com/post/814716

            Steve

            nfld_republicN 1 Reply Last reply Reply Quote 1
            • nfld_republicN
              nfld_republic @stephenw10
              last edited by

              @stephenw10 Hi Steve - two clients on VLAN 25 and 2 on VLAN 30. None of them can find the media server. I tried pimd before (no luck) but I think that you are right - pimd may be a solution.

              I wonder if the issue with IGMP proxy being broken since 2.4...

              nfld_republicN 1 Reply Last reply Reply Quote 0
              • nfld_republicN
                nfld_republic @nfld_republic
                last edited by nfld_republic

                And...
                pimd works!
                Now, all we need is a proper pfSense pimd package an interface.

                A reminder to anyone else using this:

                1. you need to back your pimd.conf file up as any updates will removed pimd and the configuration.
                2. you will need to manually configuration pimd.conf and select your interfaces/VLANs appropriately. (obvious but worth stating ☺ )
                3. make sure you disable IGMP Proxy - they cannot co-exist.

                And a big thank you for everyone's input. GREAT FORUM!

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

                  Nice! What config did it require?
                  I doubt it be that difficult. Probably time to open a feature request if it does not already exist: https://redmine.pfsense.org

                  Steve

                  nfld_republicN 2 Replies Last reply Reply Quote 0
                  • nfld_republicN
                    nfld_republic @stephenw10
                    last edited by nfld_republic

                    @stephenw10 Not much of a configuration:

                    # phyint igb0 disable - commented out as not configured
                    phyint igb1 disable
                    phyint igb2 disable
                    phyint igb3 disable
                    # phyint igb4 disable - commented out as not configured
                    phyint igb5 disable
                    phyint igb3.30 enable
                    phyint igb3.100 disable
                    phyint igb3.25 enable
                    phyint igb3.20 enable
                    phyint igb3.201 disable
                    phyint ovpns1 disable
                    phyint ovpns2 disable
                    
                    # bsr-candidate igb3.20
                    bsr-candidate priority 5
                    rp-candidate time 30 priority 20
                    group-prefix 224.0.0.0 masklen 4
                    spt-threshold packets 0 interval 100
                    

                    I likely will have to manually restart pimd restart (not a big deal since the firewall won't be restarting often).

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

                      You can start it at boot with a shellcmd easily enough:
                      https://docs.netgate.com/pfsense/en/latest/development/executing-commands-at-boot-time.html

                      Yeah a gui page to select interfaces and set those options should not be hard. All the code exists in other packages.

                      Steve

                      1 Reply Last reply Reply Quote 1
                      • nfld_republicN
                        nfld_republic @stephenw10
                        last edited by

                        @stephenw10 Added pimd be added to redmine.

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