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

    IPtv multicast

    Scheduled Pinned Locked Moved Russian
    270 Posts 50 Posters 350.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.
    • E
      Eugene
      last edited by

      cat /tmp/igmpproxy.conf
      

      и потом останавливаем сервис

      killall igmpproxy
      

      И запускаем его из консоли

      /usr/local/sbin/igmpproxy -d -c /tmp/igmpproxy.conf
      

      http://ru.doc.pfsense.org

      1 Reply Last reply Reply Quote 0
      • T
        TEN
        last edited by

        # cat /tmp/igmpproxy.conf
        
        ##------------------------------------------------------
        ## Enable Quickleave mode (Sends Leave instantly)
        ##------------------------------------------------------
        quickleave
        phyint rl0 downstream ratelimit 0 threshold 1
        
        phyint vr0 upstream ratelimit 0 threshold 1
        
        

        Что требуется после запуска, ждать окончания или копировать код?

        1 Reply Last reply Reply Quote 0
        • E
          Eugene
          last edited by

          После запуска запустить плэйер и скопировать вывод с терминала сюда

          http://ru.doc.pfsense.org

          1 Reply Last reply Reply Quote 0
          • T
            TEN
            last edited by

            # /usr/local/sbin/igmpproxy -d -c /tmp/igmpproxy.conf
            igmpproxy, Version 0.1 beta2, Build 090427
            Copyright 2005 by Johnny Egeland <johnny@rlo.org>Distributed under the GNU GENERAL PUBLIC LICENSE, Version 2 - check GPL.txt
            
            Debu: Searching for config file at '/tmp/igmpproxy.conf'
            Debu: Config: Quick leave mode enabled.
            Debu: Config: Got a phyint token.
            Debu: Config: IF: Config for interface rl0.
            Debu: Config: IF: Got downstream token.
            Debu: Config: IF: Got ratelimit token '0'.
            Debu: Config: IF: Got threshold token '1'.
            Debu: IF name : rl0
            Debu: Next ptr : 0
            Debu: Ratelimit : 0
            Debu: Threshold : 1
            Debu: State : 2
            Debu: Allowednet ptr : 0
            Debu: Config: Got a phyint token.
            Debu: Config: IF: Config for interface vr0.
            Debu: Config: IF: Got upstream token.
            Debu: Config: IF: Got ratelimit token '0'.
            Debu: Config: IF: Got threshold token '1'.
            Debu: IF name : vr0
            Debu: Next ptr : 0
            Debu: Ratelimit : 0
            Debu: Threshold : 1
            Debu: State : 1
            Debu: Allowednet ptr : 0
            Debu: Adding Physical Index value of IF 'vr0' is 1
            Debu: buildIfVc: Interface vr0 Addr: 178.150.132.217, Flags: 0xffff8843, Network: 178.150.132/24
            Debu: Adding Physical Index value of IF 'rl0' is 2
            Debu: buildIfVc: Interface rl0 Addr: 192.168.0.1, Flags: 0xffff8843, Network: 192.168.0/24
            Debu: Adding Physical Index value of IF 'lo0' is 3
            Debu: buildIfVc: Interface lo0 Addr: 127.0.0.1, Flags: 0xffff8049, Network: 127/8
            Debu: Found config for vr0
            Debu: Found config for rl0
            Note: adding VIF, Ix 0 Fl 0x0 IP 0xd98496b2 vr0, Threshold: 1, Ratelimit: 0
            Debu:         Network for [vr0] : 178.150.132/24
            Note: adding VIF, Ix 1 Fl 0x0 IP 0x0100a8c0 rl0, Threshold: 1, Ratelimit: 0
            Debu:         Network for [rl0] : 192.168.0/24
            Debu: Got 262144 byte buffer size in 0 iterations
            Debu: Joining all-routers group 224.0.0.2 on vif 192.168.0.1
            Note: joinMcGroup: 224.0.0.2 on rl0
            Debu: SENT Membership query   from 192.168.0.1     to 224.0.0.1
            Debu: Sent membership query from 192.168.0.1 to 224.0.0.1\. Delay: 10
            Debu: Created timeout 1 (#0) - delay 10 secs
            Debu: (Id:1, Time:10)
            Debu: Created timeout 2 (#1) - delay 21 secs
            Debu: (Id:1, Time:10)
            Debu: (Id:2, Time:21)
            Debu: Packet from 192.168.0.1: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.1     to 224.0.0.2 (ip_hl 24, data 8)
            Note: The IGMP message was from myself. Ignoring.
            Debu: Packet from 192.168.0.1: proto: 2 hdrlen: 20 iplen: 8 or 2048
            Note: RECV Membership query   from 192.168.0.1     to 224.0.0.1 (ip_hl 20, data 8)
            Debu: Packet from 192.168.0.1: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.1     to 224.0.0.2 (ip_hl 24, data 8)
            Note: The IGMP message was from myself. Ignoring.
            Debu: Packet from 192.168.0.103: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.103   to 239.255.255.250 (ip_hl 24, data 8)
            Debu: Should insert group 239.255.255.250 (from: 192.168.0.103) to route table. Vif Ix : 1
            Debu: No existing route for 239.255.255.250\. Create new.
            Debu: No routes in table. Insert at beginning.
            Info: Inserted route table entry for 239.255.255.250 on VIF #1
            Debu: Joining group 239.255.255.250 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 239.255.255.250 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 239.192.152.143 (ip_hl 24, data 8)
            Debu: Should insert group 239.192.152.143 (from: 192.168.0.100) to route table. Vif Ix : 1
            Debu: No existing route for 239.192.152.143\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting at beginning, before route 239.255.255.250
            Info: Inserted route table entry for 239.192.152.143 on VIF #1
            Debu: Joining group 239.192.152.143 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 239.192.152.143 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 224.0.0.253 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.253 (from: 192.168.0.100) to route table. Vif Ix : 1
            Debu: No existing route for 224.0.0.253\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting after route 239.255.255.250
            Info: Inserted route table entry for 224.0.0.253 on VIF #1
            Debu: Joining group 224.0.0.253 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 224.0.0.253 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 224.0.0.253, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.2: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.2     to 224.0.0.22 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.22 (from: 192.168.0.2) to route table. Vif Ix : 1
            Debu: No existing route for 224.0.0.22\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting at beginning, before route 239.192.152.143
            Info: Inserted route table entry for 224.0.0.22 on VIF #1
            Debu: Joining group 224.0.0.22 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 224.0.0.22 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 224.0.0.22, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 224.0.0.253, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 224.0.0.252 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.252 (from: 192.168.0.100) to route table. Vif Ix : 1
            Debu: No existing route for 224.0.0.252\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting after route 239.255.255.250
            Info: Inserted route table entry for 224.0.0.252 on VIF #1
            Debu: Joining group 224.0.0.252 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 224.0.0.252 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 224.0.0.22, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.253, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Debu: No existing route for 238.0.0.4\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting at beginning, before route 224.0.0.22
            Info: Inserted route table entry for 238.0.0.4 on VIF #1
            Debu: Joining group 238.0.0.4 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 238.0.0.4 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:2, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:2, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: About to call timeout 1 (#0)
            Debu: Aging routes in table.
            Debu:
            Current routing table (Age active routes);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV Leave message      from 192.168.0.100   to 224.0.0.2 (ip_hl 24, data 8)
            Debu: Got leave message from 192.168.0.100 to 238.0.0.4\. Starting last member detection.
            Debu: Leaving group 238.0.0.4 upstream on IF address 178.150.132.217
            Note: leaveMcGroup: 238.0.0.4 on vr0
            Debu: SENT Membership query   from 192.168.0.1     to 238.0.0.4
            Debu: Sent membership query from 192.168.0.1 to 238.0.0.4\. Delay: 10
            Debu: Created timeout 3 (#0) - delay 10 secs
            Debu: (Id:3, Time:10)
            Debu: (Id:2, Time:11)
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu: Joining group 238.0.0.4 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 238.0.0.4 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: About to call timeout 3 (#0)
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV Leave message      from 192.168.0.100   to 224.0.0.2 (ip_hl 24, data 8)
            Debu: Got leave message from 192.168.0.100 to 238.0.0.4\. Starting last member detection.
            Debu: Leaving group 238.0.0.4 upstream on IF address 178.150.132.217
            Note: leaveMcGroup: 238.0.0.4 on vr0
            Debu: SENT Membership query   from 192.168.0.1     to 238.0.0.4
            Debu: Sent membership query from 192.168.0.1 to 238.0.0.4\. Delay: 10
            Debu: Created timeout 4 (#0) - delay 10 secs
            Debu: (Id:4, Time:10)
            Debu: (Id:2, Time:1)
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu: Joining group 238.0.0.4 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 238.0.0.4 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: About to call timeout 4 (#0)
            Debu: About to call timeout 2 (#0)
            Debu: SENT Membership query   from 192.168.0.1     to 224.0.0.1
            Debu: Sent membership query from 192.168.0.1 to 224.0.0.1\. Delay: 10
            Debu: Created timeout 5 (#0) - delay 10 secs
            Debu: (Id:5, Time:10)
            Debu: Created timeout 6 (#1) - delay 21 secs
            Debu: (Id:5, Time:10)
            Debu: (Id:6, Time:21)
            Debu: Packet from 192.168.0.1: proto: 2 hdrlen: 20 iplen: 8 or 2048
            Note: RECV Membership query   from 192.168.0.1     to 224.0.0.1 (ip_hl 20, data 8)
            Debu: Packet from 192.168.0.2: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.2     to 239.255.255.250 (ip_hl 24, data 8)
            Debu: Should insert group 239.255.255.250 (from: 192.168.0.2) to route table. Vif Ix : 1
            Info: Updated route entry for 239.255.255.250 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 238.0.0.4 (ip_hl 24, data 8)
            Debu: Should insert group 238.0.0.4 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 238.0.0.4 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 239.192.152.143 (ip_hl 24, data 8)
            Debu: Should insert group 239.192.152.143 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 239.192.152.143 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.2: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.2     to 224.0.0.22 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.22 (from: 192.168.0.2) to route table. Vif Ix : 1
            Info: Updated route entry for 224.0.0.22 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Note: The source address 192.168.0.100 for group 239.192.152.143, is valid DOWNSTREAM VIF #1.
            Debu: Route activate request from 192.168.0.100 to 239.192.152.143, downIf 1
            Note: New origin for route 239.192.152.143 is 192.168.0.100, flood 1
            Debu: Origin 192.168.0.100 Vif bits : 0x00000002
            Debu: Setting TTL for UPSTREAM Vif 0 to 1
            Debu: Identified Input VIF #1 as DOWNSTREAM.
            Note: Adding MFC: 192.168.0.100 -> 239.192.152.143, InpVIf: 1
            Debu:
            Current routing table (Activate Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 239.192.152.143, Age:1, St: A, OutVifs: 0x00000002
            Debu: #2: Origin: 192.168.0.100 floodIf 1 pktcnt 0
            Debu: #3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #4: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Packet from 192.168.0.2: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.2     to 224.0.0.2 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.2 (from: 192.168.0.2) to route table. Vif Ix : 1
            Debu: No existing route for 224.0.0.2\. Create new.
            Debu: Found existing routes. Find insert location.
            Debu: Inserting at beginning, before route 238.0.0.4
            Info: Inserted route table entry for 224.0.0.2 on VIF #1
            Debu: Joining group 224.0.0.2 upstream on IF address 178.150.132.217
            Note: joinMcGroup: 224.0.0.2 on vr0
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 224.0.0.2, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.192.152.143, Age:1, St: A, OutVifs: 0x00000002
            Debu: #3: Origin: 192.168.0.100 floodIf 1 pktcnt 0
            Debu: #4: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #6: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 224.0.0.253 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.253 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 224.0.0.253 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 224.0.0.2, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.192.152.143, Age:1, St: A, OutVifs: 0x00000002
            Debu: #3: Origin: 192.168.0.100 floodIf 1 pktcnt 0
            Debu: #4: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #6: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: Packet from 192.168.0.100: proto: 2 hdrlen: 24 iplen: 8 or 2048
            Note: RECV V2 member report   from 192.168.0.100   to 224.0.0.252 (ip_hl 24, data 8)
            Debu: Should insert group 224.0.0.252 (from: 192.168.0.100) to route table. Vif Ix : 1
            Info: Updated route entry for 224.0.0.252 on VIF #1
            Debu:
            Current routing table (Insert Route);
            -----------------------------------------------------
            
            Debu: #0: Dst: 224.0.0.2, Age:2, St: I, OutVifs: 0x00000002
            Debu: #1: Dst: 238.0.0.4, Age:2, St: I, OutVifs: 0x00000002
            Debu: #2: Dst: 224.0.0.22, Age:1, St: I, OutVifs: 0x00000002
            Debu: #3: Dst: 239.192.152.143, Age:1, St: A, OutVifs: 0x00000002
            Debu: #3: Origin: 192.168.0.100 floodIf 1 pktcnt 0
            Debu: #4: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000002
            Debu: #5: Dst: 224.0.0.252, Age:1, St: I, OutVifs: 0x00000002
            Debu: #6: Dst: 224.0.0.253, Age:1, St: I, OutVifs: 0x00000002
            Debu:
            -----------------------------------------------------
            
            Debu: Eliminate compiler warning for field type = 22
            Debu: About to call timeout 5 (#0)
            Debu: Aging routes in table.
            Debu: Aging Origin 192.168.0.100 Dst 239.192.152.143 PktCnt 0 -> 5
            Debu:
            Current routing table (Age active routes);
            -----------------------------------------------------</johnny@rlo.org> 
            
            1 Reply Last reply Reply Quote 0
            • E
              Eugene
              last edited by

              О мллиииин, кажись ты и вправду старую версию юзаешь.
              Скажи вот это```
              ls -l /usr/local/sbin/igmpproxy

              http://ru.doc.pfsense.org

              1 Reply Last reply Reply Quote 0
              • T
                TEN
                last edited by

                # ls -l /usr/local/sbin/igmpproxy
                -rwxr-xr-x  1 root  wheel  31060 Jun  9 22:24 /usr/local/sbin/igmpproxy
                
                
                1 Reply Last reply Reply Quote 0
                • E
                  Eugene
                  last edited by

                  Можешь дать мне временный доступ к твоей коробке (информацию в приват)?
                  или погоди чуток, я сделаю пакет, который точно включает свежую версию igmpproxy…

                  http://ru.doc.pfsense.org

                  1 Reply Last reply Reply Quote 0
                  • V
                    vagiff
                    last edited by

                    есть продвижения в этом вопросе?

                    1 Reply Last reply Reply Quote 0
                    • E
                      Eugene
                      last edited by

                      @vagiff:

                      есть продвижения в этом вопросе?

                      Пока нет времени. Могу только удалённо попробовать пофиксить.

                      http://ru.doc.pfsense.org

                      1 Reply Last reply Reply Quote 0
                      • T
                        TEN
                        last edited by

                        Можешь дать мне временный доступ к твоей коробке (информацию в приват)?

                        Был в отпуске, не мог ответить. Отправил.

                        1 Reply Last reply Reply Quote 0
                        • T
                          TEN
                          last edited by

                          Большое спасибо за помощь, все работает :D

                          1 Reply Last reply Reply Quote 0
                          • V
                            vagiff
                            last edited by

                            выложите сдесь настройки которые производились
                            что бы разобраться с проблемами

                            1 Reply Last reply Reply Quote 0
                            • E
                              Eugene
                              last edited by

                              @vagiff:

                              выложите сдесь настройки которые производились
                              что бы разобраться с проблемами

                              Да вобщем-то всё по мануалу. Непонятно только почему в pfSense-репозитории появилась опять старая нерабочая версия бинарника igmpproxy.
                              В 2.0 пакет должен работать на ура.

                              http://ru.doc.pfsense.org

                              1 Reply Last reply Reply Quote 0
                              • V
                                vagiff
                                last edited by

                                а почему бы не использовать альтернативу? udpxy например

                                1 Reply Last reply Reply Quote 0
                                • E
                                  Eugene
                                  last edited by

                                  1. udpxy понимает(проксит) IGMP?
                                  2. зачем? если есть igmpproxy…

                                  http://ru.doc.pfsense.org

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bortmex
                                    last edited by

                                    @Evgeny:

                                    1. udpxy понимает(проксит) IGMP?
                                    2. зачем? если есть igmpproxy…

                                    1. вполне
                                    2. например для Wi-Fi (там вообще udpxy неизбежен,  по-моему), а также если не хочется гнать мультикаст через тупые свичи а-ля D&%#nk - их тошнит

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      Eugene
                                      last edited by

                                      @bortmex:

                                      @Evgeny:

                                      1. udpxy понимает(проксит) IGMP?
                                      2. зачем? если есть igmpproxy…

                                      1. вполне
                                      2. например для Wi-Fi (там вообще udpxy неизбежен,  по-моему), а также если не хочется гнать мультикаст через тупые свичи а-ля D&%#nk - их тошнит

                                      Что-то не нашёл я про 1., но если вполне, то пожалуйста - нарисуй пакетик к pfSense'у. Думаю, многие тебе спасибо скажут.

                                      http://ru.doc.pfsense.org

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bortmex
                                        last edited by

                                        @Evgeny:

                                        нарисуй пакетик к pfSense'у

                                        попробую в ближайшее время, мне и самому надо

                                        1 Reply Last reply Reply Quote 0
                                        • V
                                          vagiff
                                          last edited by

                                          а если поставить прямо так? как обычный пакет… не сломается ли что нибудь... в частности веб интерфейс

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            bortmex
                                            last edited by

                                            сделал pkg_add -r udpxy
                                            запустил по ману
                                            вроде работает, ничего не сломалось (да и с чего бы ломаться)

                                            Использование - в простейшем случае указать только источник мультикаста (-m <интерфейс>), и все. По дефолту слушает на 81 порту. Формат URL для плеера - http://<адрес_роутера>:81/udp/<мультикаст-адрес_канала>.

                                            Пакет делать смысла особого нет, наверное, штука простая как топор

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