Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - w00t

#1
German - Deutsch / MagentaTV hinter opnsense
December 21, 2020, 05:41:14 PM
Hallo zusammen,

ich versuche nun seit mehreren Wochen mein Magenta TV hinter der opnsense zum laufen zu bekommen.
Hier zunächst eine grobe Skizze zu meinem Setup.

                     igb0 (WAN_TELEKOM)
+----------------+                      +----------------------+     VLAN 40          +------------------------+
|                |                      |                      |     192.168.40.1/24  |                        |
|   Vigor 165    +----------------------+  opnsense 20.7.7_1   +----------------------+  MikroTik CRS309-1G-8S |
|                |                      |                      |                      |                        |
|                |                +-----+                      |                      |                        |
+----------------+                |     +----------------------+                      +-----------+------------+
                                  |                                                               |
                                  |                                                               |
+----------------+                |                                                   +-----------+------------+
|                |                |                                                   |                        |
|  TC4400        |                |                                                   |   Zyxel XGS1930-28     |
|                +----------------+                                                   |                        |
|                |                                                                    |                        |
+----------------+     igb1 (WAN_VODAFONE)                                            |                        |
                                                                                      |                        |
                                                                                      +-----------+------------+
                                                                                                  |
                                                                                                  |
                                                                                      +-----------+------------+
                                                                                      |                        |
                                                                                      |   M401 Receiver        |
                                                                                      |                        |
                                                                                      |                        |
                                                                                      |                        |
                                                                                      |                        |
                                                                                      +------------------------+




Wie ich das ganze aktuell konfiguriert habe:

Vigor 165:

  • Vlan Tag 7
  • Full bridge mode

opnsense:

  • pppoe auf der opnsense
  • "Block bogon networks" nicht gecheckt auf dem WAN_TELEKOM interface.
  • VLAN 40 auf ix0 (Interface LAN_IPTV)
  • LAN_IPTV (192.168.40.1/24)
  • Plugin os-igmp-proxy (1.5) installiert

Die komplette igmpproxy.conf

##------------------------------------------------------
## Enable Quickleave mode (Sends Leave instantly)
##------------------------------------------------------
quickleave
phyint pppoe1 upstream ratelimit 0 threshold 1
altnet 87.141.0.0/16
altnet 232.0.0.0/8

phyint ix0_vlan40 downstream ratelimit 0 threshold 1
altnet 192.168.40.1/24

phyint igb3 disabled
phyint ix0_vlan100 disabled
phyint ix0_vlan111 disabled
phyint ix0_vlan999 disabled
phyint ix0_vlan1 disabled
phyint ix0_vlan10 disabled
phyint ix0_vlan53 disabled
phyint igb0 disabled
phyint igb1 disabled


Den igmpproxy habe ich bereits mit verbose output manuel gestartet - bisher keine auffälligen logs.
Nur "RECV Membership query from xx to 224.0.0.1"

FW Regeln auf LAN_IPTV:
Allow Any -> Any - GW: WAN_TELEKOM, allow options: checked

FW Regeln auf WAN_TELEKOM:
Allow Ipv4 IGMP Any -> 224.0.0.0/4
Allow Ipv4 UDP Any -> 224.0.0.0/4

Auf den beiden Switches ist IGMP Snooping für das VLAN 40 aktiviert.

Problem ist aktuell, dass Bild/Ton nach wenigen Sekunden zunächst anfangen zu stocken und dann schließlich ganz abbrechen.

Ich habe gefühlt alle Infos die Dr. Google oder die Suche hier zu dem Thema ausspuckt ausprobiert.

Kennt mir jemand eine Lösung oder einen Tipp für mein Problem geben?

Vielen Dank vorab für die Hilfe.

PS: Den Receiver kann ich aktuell nicht mehr direkt an die Opnsense packen, das hatte ich aber glaube ich im Oktober ohne Erfolg ausprobiert.