JungleJim schreef op dinsdag 17 juni 2025 @ 19:06:
[...]
Eh je weet toch welke aanpassing je maakt in de config? En het staat letterlijk in het config bestand wat je post.
Maar ik, ik zou het volgende doen:
- port config van port waar tv kastje aan zit Default network op je IPTV VLAN zetten en Tagged VLAN Management op Block all (zat niet op te letten, eerste aanwijzing was goed, de correctie was fout, my bad)
- IPTV_LAN_INTERFACES in config bestand op eth0.4 laten staan zoals ie nu staat, script herstarten (systemctl restart udm-iptv) en kijken of het werkt
- als dat niet werkt dan IPTV_LAN_INTERFACES op br4 zetten en script herstarten en kijken of het werkt
Bij deze wat ik nu heb:
## Example configuration for udmp-iptv ##
# Interface on which IPTV traffic enters the router
IPTV_WAN_INTERFACE="br4"
# ID of VLAN which carries IPTV traffic (use 0 if no VLAN is used)
IPTV_WAN_VLAN="4"
# Name of the IPTV VLAN interface
IPTV_WAN_VLAN_INTERFACE="iptv"
# IP ranges from which the IPTV traffic originates (separated by spaces)
IPTV_WAN_RANGES="0.0.0.0/0"
# DHCP options to send when requesting an IP address
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
# LAN interfaces on which IPTV should be made available
IPTV_LAN_INTERFACES="eth0.4"
# Disable quickleave for igmpproxy
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
# Enable debugging for igmpproxy
IPTV_IGMPPROXY_DEBUG="false"
IPTV_IGMPPROXY_PROGRAM="improxy"
IPTV_IGMPPROXY_IGMP_VERSION="2"
~
~
=== IP Link and Route ===
=== Service Logs ===
Jun 17 19:12:06 UXGA6AA IMPROXY[12435]: ERROR[main@619]: exiting.........
Jun 17 19:12:06 UXGA6AA systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Jun 17 19:12:11 UXGA6AA systemd[1]: udm-iptv.service: Scheduled restart job, restart counter is at 4.
Jun 17 19:12:11 UXGA6AA systemd[1]: Stopped IPTV support for the UniFi Dream Machine.
Jun 17 19:12:11 UXGA6AA systemd[1]: Started IPTV support for the UniFi Dream Machine.
Jun 17 19:12:11 UXGA6AA udm-iptvd[12679]: Device iptv already exists.. Deleting device
Jun 17 19:12:12 UXGA6AA udm-iptvd[12679]: Obtaining IP address for VLAN interface
Jun 17 19:12:12 UXGA6AA udm-iptvd[12699]: udhcpc: started, v1.30.1
Jun 17 19:12:12 UXGA6AA udm-iptvd[12699]: udhcpc: sending discover
Jun 17 19:12:15 UXGA6AA udm-iptvd[12699]: udhcpc: sending discover
En vervolgens met deze geprobeerd en herstart :
## Example configuration for udmp-iptv ##
# Interface on which IPTV traffic enters the router
IPTV_WAN_INTERFACE="br4"
# ID of VLAN which carries IPTV traffic (use 0 if no VLAN is used)
IPTV_WAN_VLAN="4"
# Name of the IPTV VLAN interface
IPTV_WAN_VLAN_INTERFACE="iptv"
# IP ranges from which the IPTV traffic originates (separated by spaces)
IPTV_WAN_RANGES="0.0.0.0/0"
# DHCP options to send when requesting an IP address
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
# LAN interfaces on which IPTV should be made available
IPTV_LAN_INTERFACES="br4"
# Disable quickleave for igmpproxy
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
# Enable debugging for igmpproxy
IPTV_IGMPPROXY_DEBUG="false"
IPTV_IGMPPROXY_PROGRAM="improxy"
IPTV_IGMPPROXY_IGMP_VERSION="2"
Jun 17 19:15:06 UXGA6AA udm-iptvd[14651]: udhcpc: no lease, forking to background
Jun 17 19:15:06 UXGA6AA udm-iptvd[14640]: NATing IPTV network ranges (if necessary)
Jun 17 19:15:06 UXGA6AA systemd[1]: udm-iptv.service: Succeeded.
Jun 17 19:15:06 UXGA6AA systemd[1]: Stopped IPTV support for the UniFi Dream Machine.
Jun 17 19:15:06 UXGA6AA systemd[1]: Started IPTV support for the UniFi Dream Machine.
Jun 17 19:15:06 UXGA6AA udm-iptvd[15072]: Device iptv already exists.. Deleting device
Jun 17 19:15:07 UXGA6AA udm-iptvd[15072]: Obtaining IP address for VLAN interface
Jun 17 19:15:07 UXGA6AA udm-iptvd[15084]: udhcpc: started, v1.30.1
Jun 17 19:15:07 UXGA6AA udm-iptvd[15084]: udhcpc: sending discover
Jun 17 19:15:10 UXGA6AA udm-iptvd[15084]: udhcpc: sending discover
root@UXGA6AA:~#
[
Voor 66% gewijzigd door
pitchdown op 17-06-2025 19:15
]