Only the IPTV decoder is not coming up automatically on the right network, when I force this it seems that the IPTV decoder is connected to the internet instead of the IPTV network.
I have absolutely no idea what is going wrong. Hopefully someone can help me out.
Internet does not need a VLAN and goes via DHCP
IPTV VLAN 188
Route to 10.0.0.0/8
IP Range 10.232.0.0/16 10.233.0.0/16
It seems that everything works until the UDM.
Only the IPTV decoder is not coming up automatically on the right network, when I force this it seems that the IPTV decoder is connected to the internet instead of the IPTV network. I have absolutely no idea what is going wrong. Hopefully someone can help me out.
Internet does not need a VLAN and goes via DHCP IPTV VLAN 188 Route to 10.0.0.0/8 IP Range 10.232.0.0/16 10.233.0.0/16
15-iptvs.sh:
IPTV_WAN_INTERFACE="eth4" IPTV_WAN_RANGES="10.252.0.0/16 10.253.0.0/16" IPTV_WAN_VLAN="188" IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG" IPTV_LAN_INTERFACES="br50" IPTV_LAN_RANGES=""
if podman container exists iptv; then podman rm -f iptv fi podman run --network=host --privileged \ --name iptv -i -d --restart on-failure:5 \ -e IPTV_WAN_INTERFACE="$IPTV_WAN_INTERFACE" \ -e IPTV_WAN_RANGES="$IPTV_WAN_RANGES" \ -e IPTV_WAN_VLAN="$IPTV_WAN_VLAN" \ -e IPTV_WAN_DHCP_OPTIONS="$IPTV_WAN_DHCP_OPTIONS" \ -e IPTV_LAN_INTERFACES="$IPTV_LAN_INTERFACES" \ -e IPTV_LAN_RANGES="$IPTV_LAN_RANGES" \ fabianishere/udm-iptv -d - v