fabianishere / udm-iptv

Helper tool for configuring routed IPTV on the UniFi Dream Machine (Pro)
GNU General Public License v2.0
429 stars 67 forks source link

XploreTV (A1-Austria) is not working #273

Closed u20p17 closed 1 year ago

u20p17 commented 1 year ago

What is your ISP? (if relevant)

A1

Diagnostic Information

Please share the following output with the developers: === Configuration === WAN Interface: eth8 WAN VLAN: 4 (dev iptv) WAN DHCP: true (options "-O staticroutes -V IPTV_RG") WAN Ranges: 213.33.42.97 213.33.42.113 232.0.0.0/16 LAN Interfaces: br4 IGMP Proxy quickleave disabled: false IGMP Proxy debug: true === IP Link and Route === === Service Logs === Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3718912]: udhcpc: received SIGTERM Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3718912]: udhcpc: entering released state Sep 06 18:05:19 Dream-Machine-Special-Edition systemd[1]: udm-iptv.service: Succeeded. Sep 06 18:05:19 Dream-Machine-Special-Edition systemd[1]: Stopped IPTV support for the UniFi Dream Machine. Sep 06 18:05:19 Dream-Machine-Special-Edition systemd[1]: Started IPTV support for the UniFi Dream Machine. Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3719295]: Device iptv already exists.. Deleting device Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3719295]: Obtaining IP address for VLAN interface Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3719322]: udhcpc: started, v1.30.1 Sep 06 18:05:19 Dream-Machine-Special-Edition udm-iptvd[3719322]: udhcpc: sending discover Sep 06 18:05:22 Dream-Machine-Special-Edition udm-iptvd[3719322]: udhcpc: sending discover

Describe the Bug

I couldn't find lot of information regarding the Xplore TV from A1 Austria... I could only find out that the IPTV should be on VLAN4 (WAN side). How to find out the WAN Ranges? For the predecessor (called A1-TV) the DNS server server=/ngm.highway.telekom.at/213.33.42.97, dns server primdns=213.33.42.97 secdns=213.33.42.113

How can I find out these information in order to make the IPTV working? Do I also need to create some special firewall rules?

Expected Behavior

IPTV should work on the A1 reciever, which is connected to a network port #3 of the UDM-SE (on a seperate VLAN4 (LAN side). Native MulticastDNS and IGMP proxy of Unifi is disabled for the VLAN4 (LAN side)

u20p17 commented 1 year ago

Today I tried to take 0.0.0.0/0 as wan range to test it with all ip's for the beginning and now it seems that I get a bit further:

Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth8
WAN VLAN: 4 (dev iptv)
WAN DHCP: false (options "-O staticroutes -V IPTV_RG")
WAN Static IP: 213.33.42.97
WAN Ranges: 0.0.0.0/0
LAN Interfaces: br4
IGMP Proxy quickleave disabled: false
IGMP Proxy debug: true
=== IP Link and Route ===
5362: iptv@eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    inet 213.33.42.97/32 scope global iptv
       valid_lft forever preferred_lft forever
=== Service Logs ===
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: adding VIF, Ix 1 Fl 0x0 IP 0x612a21d5 iptv, Threshold: 1, Ratelimit: 0
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: Joining group 224.0.0.2 on interface br4
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: Joining group 224.0.0.22 on interface br4
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: RECV Membership query   from 192.168.4.1     to 224.0.0.1
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: RECV V2 member report   from 192.168.4.1     to 224.0.0.2
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: The IGMP message was from myself. Ignoring.
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: RECV V2 member report   from 192.168.4.1     to 224.0.0.22
Sep 07 17:18:42 Dream-Machine-Special-Edition udm-iptvd[3100136]: The IGMP message was from myself. Ignoring.
Sep 07 17:18:45 Dream-Machine-Special-Edition udm-iptvd[3100136]: The IGMP message was local multicast. Ignoring.
Sep 07 17:18:45 Dream-Machine-Special-Edition udm-iptvd[3100136]: The IGMP message was local multicast. Ignoring.
root@Dream-Machine-Special-Edition:~#

But the IPTV is still not working. what am I missing and could I try now?