IPTV über 2 Router hinweg (Fritz!Box -> dd-wrt -> Rec

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware
Author Message
vmbonn
DD-WRT Novice


Joined: 23 Mar 2022
Posts: 1
Location: Bonn

PostPosted: Wed Mar 23, 2022 20:21    Post subject: IPTV über 2 Router hinweg (Fritz!Box -> dd-wrt -> Rec Reply with quote
Meine Netzwerk-Topologie sieht grob so aus: https://uni-bonn.sciebo.de/s/G6uCeuc4oO9deWX

Probleme macht nur der Telekom-Receiver mit seinem IPTV und den IGMP-Paketen. Wie müssen igmprt und iptables konfiguriert werden, damit der Receiver im 2. Netz funktioniert ? Direkt an der Fritz!Box geht er, aber da will ich den nicht haben, weil alle Geräte mit "Eigenleben" (Smartphones, Tablets, Smart-TV, ...) im separaten Netz 192.168.179.0/24 untergebracht sind.

Hardware: Fritz!Box 7490, Netgear WNDR4000, Telekom Receiver 401

Danke für alle Tipps !

Nachtrag:

Code:

$ cat /jffs/etc/igmp-proxy/igmpproxy.conf
##------------------------------------------------------
## Enable Quickleave mode (Sends Leave instantly)
##------------------------------------------------------
quickleave


##------------------------------------------------------
## Configuration for vlan3 (Upstream Interface - WAN)
##------------------------------------------------------
phyint vlan3 upstream  ratelimit 0  threshold 1
        altnet 0.0.0.0/0


##------------------------------------------------------
## Configuration for br0 (Downstream Interface - CLIENT)
##------------------------------------------------------
phyint br0 downstream  ratelimit 0  threshold 1


Laut tcpdump scheinen die Pakete trotz aktivem igmprt im Router hängen zu bleiben.

Code:
root@DD-WRT:~# iptables -vL
Chain INPUT (policy ACCEPT 147K packets, 25M bytes)
 pkts bytes target     prot opt in     out     source               destination         
  230  8280 ACCEPT     igmp --  any    any     anywhere             anywhere           
  571 20400 ACCEPT     igmp --  any    any     anywhere             anywhere
.
.
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum