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 - SaftLasso

#1
Quote from: tnsasse on March 19, 2017, 02:57:08 PM
Are we talking German Telekom Entertain TV here? I am going through the same mess at the moment. I managed to get it working with a custom linux router. I am now reverting to OpnSense to see if I can get it to work with it aswell.

Actually it's Swedish ComHem TV here, but when I got it to work on pfSense I followed a guide for Telekom Entertain, so the process should be the same except for the ips.
#2
Hello,

I am sorry if this is a basic question but I am not very experienced with networking.

After changing from pfSense to OPNsense in hope that the bug with IGMPProxy not working on VLANs have been fixed, I have had very limited success in getting my IPTV working :(

I have made a IPTV VLAN with ID 20 that is connected through 2 smart switches to my IPTV box. I am successfully getting an IP that indicates correct VLAN.

OPNsense -> Smart switch -> Smart switch -> IPTV

The IGMPproxy is configured as following:

WAN     upstream      83.255.222.0/24, 83.255.216.0/24, 224.0.0.0/4
IPTV    downstream    192.168.20.0/24

While running tcpdump -n -i bce0 -e | grep "vlan 20" I can see the igmp reports, and they do show up if I run igmpproxy -d -vvv /usr/local/etc/igmpproxy.conf.

So far so good, right? Well, the IPTV does not work and if I check the states dump it says:

all    igmp    224.0.0.251 <- 192.168.20.100    NO_TRAFFIC:SINGLE
all    igmp    224.0.0.2 <- 192.168.20.100    NO_TRAFFIC:SINGLE

I have made a rule on the VLAN interface that says:
IPv4 *    *    *    *    *    *       Allow any with the "allow options" on.
On the WAN side I've made rules that says :
IPv4 UDP     *    *    224.0.0.0/4    *    *       TiVO: Pass UDP traffic prior to IGMP #1
IPv4 IGMP    *    *    224.0.0.0/4    *    *       TiVO: Pass IGMP traffic
Both have "allow options" on.

Any suggestions on what to do next?