Replies: 6 comments 12 replies
-
I suspect you need to add |
Beta Was this translation helpful? Give feedback.
-
Not the most elegant, but this seems to be working for me at least. I'm making the assumption the gateway on Bell's end would be .1 which seems to be the case in my experience. Not sure if there's any way to get the actual gateway from the DHCP lease without changing the udhcp script within the image.
|
Beta Was this translation helpful? Give feedback.
-
@jdrom Is this config still working for you? I am trying to setup Bell Fibe, this config that you posted, almost worked for me. I am using the UDM Base (1.11.0), and I am located in Quebec... My 15-iptv.sh:
Logs:
@fabianishere Thanks for you work!! Do you have ideas of what could be the issue? |
Beta Was this translation helpful? Give feedback.
-
hi @jdrom @fabianishere, Based out of Ottawa, Ontario. I am up and running with the STB without issue for normal TV watching and on demand working, but when I try and play any PVR content it comes up with a blank screen. Have the LAN in the unifi UI marked as VLAN 40, with IGMP Snooping turned on my udm-iptv.sh
my udm-iptv-diag
doing a tcpdump when accessing the content, seems to be trying to hit 233.89.188.1:
Recently new to this so any other tracing I can do happy to try out it. thanks for the help |
Beta Was this translation helpful? Give feedback.
-
JDROM - would you mind providing the firewall rules you added? I think I have everything else in your post working properly, but its still not working for me. And thank you for the very detailed information you've posted!! :) Thanks!! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info. I guess I must not be getting the proper gateway. I should note that I'm in atlantic Canada which does things a little different. I'm getting an IPTV IP, and I've added the routes, but the STB still won't even boot - it gets stuck at the blue Fibe screen.
I used 10.198.224.1 as the gateway based on this:
I also saw another guide specific to atlantic Canada where they got the gateway IP by capturing packets and seeing which server the IPTV interface gets its DHCP lease from, which was 10.198.224.2. This gateway didn't work for me either. |
Beta Was this translation helpful? Give feedback.
-
I'm attempting to use udm-iptv with the new UDMP 1.11.0-14 beta now that there's built in kernel support for it. It looks promising but running into an issue where once I start up the container, it sets the iptv network as the default route and I lose connectivity to the Internet.
On my pfSense setup, I decreased the priority of the iptv gateway so it never becomes default, on my EdgeRouter, I set the flag that said not to create a default route. It doesn't seem like udhcp offers any way to prevent that without editing the underlying script it uses? And that would lead me towards building my own image?
I'm attempting to setup Bell Canada Fibe TV, which looks something like this:
Internet: PPPoE on VLAN35 (eth9.35/ppp0 - Bell GPON SFP plugged into an ES-16-XG and DAC to UDMP)
IPTV: DHCP on VLAN36 - internal to Bell network
And using these settings for the container:
IPTV_WAN_INTERFACE="eth9"
IPTV_WAN_RANGES="10.2.0.0/16 10.125.0.0/16"
IPTV_WAN_VLAN="36"
IPTV_WAN_DHCP_OPTIONS=""
IPTV_LAN_INTERFACES="br40"
IPTV_LAN_RANGES="192.168.2.0/24"
As an aside, it looks like IPTV_LAN_RANGES is only added as an upstream altnet in igmpproxy? I can't see any other place it's referenced. I've never put my LAN subnet as an altnet before, so I'm leaning towards removing this.
Thanks for your great work so far! I didn't think this warranted an issue as I'm not sure if you plan on generalizing this for the world, or if it will remain focused on KPN. It's a solid starting point either way.
Beta Was this translation helpful? Give feedback.
All reactions