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

    No IGMP & UDPXY proxy among packages

    Scheduled Pinned Locked Moved pfSense Packages
    9 Posts 4 Posters 9.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.
    • A
      abahaba
      last edited by

      Hi people,

      Need Your help:
      I have implemented pfSense-2.0.1-RELEASE-i386.iso on HP dx5150 (even AMD64 was not able to load after IPsec) with intention to use with IPTV. According to help on forum, I went to System -> Packages to install UDPXY or at least IGMPproxy and I was surprised - nothing found among the list of other PORTS.

      OK, so I decided to implement by hands - manually.
      Downloading also was not so succesfull - pkg_add -r udpxy was missing PACKAGE (ROOT and SITE in setenv).

      OK, so I decided to upload udpxy-1.0.21.tbz file from PC at LAN (it was uploaded to /tmp/ folder.
      After that I ran fetch command. And intended to check if it was implemented I ran udpxy -v. Result was a lot of information on switches and other help.

      But after restart - /tmp/ was empty. According to manual on forum there was offer to rename udpxy to udpxy.sh and copy it to /sbin (probably in /usr ???)

      I need Your help to implement this feature on pfsense.

      1 Reply Last reply Reply Quote 0
      • marcellocM
        marcelloc
        last edited by

        Use this site to download package from freebsd to pfsense

        pkg_add -r http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/Latest/Package_you_want.tbz

        Also check this topic
        http://forum.pfsense.org/index.php/topic,2996.0.html

        Treinamentos de Elite: http://sys-squad.com

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • GruensFroeschliG
          GruensFroeschli
          last edited by

          The IGMP proxy is already in the base and not a package anymore.
          You can configure it under "Services –> IGMP proxy"

          We do what we must, because we can.

          Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

          1 Reply Last reply Reply Quote 0
          • A
            abahaba
            last edited by

            Ok,  falks. After try out - I'll write down the result.

            1 Reply Last reply Reply Quote 0
            • A
              abahaba
              last edited by

              Hi people,

              Just began my implementation:
              I need to edit /etc/defaults/rc.conf to add "variable" udpxy_enable="YES"
              so how to do it better:

              VARIANT A):
              cd /
              cd /etc/defaults/
              ee rc.conf

              VARIANT B):

              echo "udpxy_enable=YES" >> /etc/defaults/rc.conf

              But here result is not right, as should be YES as "YES"
              I was trying also:

              echo "udpxy_enable="YES"" >> /etc/defaults/rc.conf

              But still same result.

              1 Reply Last reply Reply Quote 0
              • marcellocM
                marcelloc
                last edited by

                to get "" redirected to a file, use

                echo 'enable_my_var="YES"' >> /root/test.conf

                Treinamentos de Elite: http://sys-squad.com

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  pfSense does not use rc.conf.

                  Stick the script in /usr/local/etc/rc.d/, make sure it ends in .sh, edit the script and set that variable at the top.

                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  1 Reply Last reply Reply Quote 0
                  • A
                    abahaba
                    last edited by

                    Good day calleagues,

                    I'm trying to implement mutli VLANs with IPTV support:

                    Hereby I have placed a picture, where Pic. A1 is representing old system and Pic. A2 depicts new one:

                    Interfaces:
                    WAN (VLAN1): 88.88.88.88
                    LAN (VLAN100) 192.168.1.1
                    LAN OPT2 (VLAN101) 192.168.2.1

                    I have configured IGMP service as follow:

                    Firewall>Rules>Lan
                    added rule
                    Action=Pass
                    Interface=Lan
                    Protocol=IGMP
                    Source=Lan subnet
                    Destination=Network 239.2.3.0/24
                    Advanced Options>checked "This allows packets with IP options to pass…"
                    Rule is placed almost on top

                    Firewall>Rules>Wan
                    added rule
                    Action=Pass
                    Interface=Wan
                    Protocol=UDP
                    Source=any
                    Destination=Network 239.2.3.0/24

                    Applied all changes.

                    Services>IGMP Proxy
                    added upstream
                    interface=Wan
                    Type=Upstream Interfece
                    Threshold=1
                    Network(s)=88.88.88.88/24 192.168.1.1/24

                    added downstream
                    Interface=Lan
                    Type=Downstream Interface
                    Threshold=1
                    Network(s)=192.168.1.0/24

                    System>Advanced>Firewall/Nat
                    checked Disable Firewall Scrub

                    In Interfaces: WAN I have removed check mark from Block private networks в секции Private networks

                    Also configured UDPXY as follow:
                    At command prompt I have ran such command:
                    pkg_add -r http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/Latest/udpxy.tbz

                    Then renamed udpxy file (which is placed in /usr/local/etc/rc.d/) into udpxy.sh and editted it as follow:
                    udpxy_enable=${udpxy_enable="YES"}
                    udpxy_flags=${udpxy_flags-" -a 192.168.1.1 -c 4 -M 60 -m 88.88.88.88"}

                    Also I'll try to modify as suggested jimp udpxy_enable="YES" into rc.d

                    I have checked status of udpxy over http://192.168.1.1:4022/status

                    But, no streaming over multicast with http://192.168.1.1:4022/udp/239.192.12.5:1234

                    Can You help or suggest on how to fix this problem.

                    1 Reply Last reply Reply Quote 0
                    • marcellocM
                      marcelloc
                      last edited by

                      @GruensFroeschli:

                      The IGMP proxy is already in the base and not a package anymore.
                      You can configure it under "Services –> IGMP proxy"

                      Isn't already installed on pfsense just like GruensFroeschli said?

                      Treinamentos de Elite: http://sys-squad.com

                      Help a community developer! ;D

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