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

    igmp proxy wont start with following error

    Scheduled Pinned Locked Moved General pfSense Questions
    4 Posts 2 Posters 510 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.
    • C
      chrcoluk
      last edited by

      Any idea what this means and if it can be fixed?

      Cannot set VIF #37 as upstream as well. Mac upstream Vif count is 8
      

      pfSense CE 2.8.0

      C 1 Reply Last reply Reply Quote 0
      • C
        chrcoluk @chrcoluk
        last edited by

        @chrcoluk I think I already might know whats going on, looks like if more than 7 virtual ip's on the WAN interface it makes igmp proxy fail. No option in the GUI to bind it to specific IP's though.

        pfSense CE 2.8.0

        K 1 Reply Last reply Reply Quote 0
        • K
          Konstanti @chrcoluk
          last edited by

          Hello
          Unfortunately, the igmpproxy developers did not provide for the possibility of manually selecting the necessary interfaces (IP)
          Program Limitations
          #define MAX_UPS_VIFS 8

          to determine the settings of network interfaces, the IOCTL function is called with the SIOCGIFCONF command , which returns an array of structures containing data about all interfaces

          The sort order these structures appear in is:

          Alphabetical by interface name
          Numerical by supported address families

          if there are more array elements than MAX_UPS_VIFS-1, the program returns an error

          my_log(LOG_ERR, 0, "Cannot set VIF #%d as upstream as well. Mac upstream Vif count is %d",Ix, MAX_UPS_VIFS);

          1 Reply Last reply Reply Quote 3
          • C
            chrcoluk
            last edited by chrcoluk

            Thank you @Konstanti for pointing to the relevant part in the source, as a quick remedy, I changed 5 of the ips to a /29 as other type of alias, and now it stays running.

            However I am clueless on how IGMP is supposed to function, is it actually worth anything when using IPTV app's on smart tv's like ITV player, iplayer, channel 4 etc. or is it just for specific types of TV broadcasts?

            Since turning it on there has been some activity from the TV in question, and my one plus 8 pro phone despite having no TV apps installed is now sending IGMP packets.

            It also is spamming this which is the TV IP.

            The source address 192.168.90.119 for group 239.255.255.250 is from downstream VIF[1]. Ignoring.
            

            pfSense CE 2.8.0

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