Ik ook niet maar het is in 5 minuten gefixt. Je sluit vanuit de NTU de glas of UTP rechtstreeks aan op je UDM PRO even op Vlan6 een PPPOE zetten met willekeurige gebruikersnaam en wachtwoord.
Bekijk bijlage 3696Bekijk bijlage 3697
Als internet werkt dan :
ssh naar je udm:
Bekijk bijlage 3699
unifi-os shell
curl -L
https://udm-boot.boostchicken.dev -o udm-boot_1.0.5_all.deb
dpkg -i udm-boot_1.0.5_all.deb
exit
dan even een nieuw LAN aanmaken met DHCP options.
Configuring Internal LAN
To operate correctly, the IPTV decoders on the internal LAN possibly require additional DHCP options. You can add these DHCP options as follows:
- In your UniFi Dashboard, go to Settings > Networks.
- Select the LAN network on which IPTV will be used. We recommend creating a separate LAN network for IPTV traffic if possible in order to reduce interference of other devices on the network.
- Enable Advanced > IGMP Snooping, so IPTV traffic is only sent to devices that should receive it.
- Go to Advanced > DHCP Option and add the following options:
Name | Code | Type | Value |
---|
IPTV | 60 | Text | IPTV_RG |
Broadcast | 28 | IP Address | BROADCAST_ADDRESS |
Replace BROADCAST_ADDRESS with the broadcast address of your LAN network. To get this address, you can obtain it by setting all bits outside the subnet mask of your IP range, for instance:
192.168.X.1/24 => 192.168.X.255
192.168.0.1/16 => 192.168.255.255
Daarna weer even terug naar je ssh verbinding en het volgende uitvoeren:
sh -c "$(curl -s
https://raw.githubusercontent.com/fabianishere/udm-iptv/master/install.sh)"
Daarbij even aangeven op welke WAN poort je KPN aansluiting zit en welk LAN netwerk je in de vorige stap hebt aangemaakt om te gebruiken voor IPTV . Als script doorlopen is :
/mnt/data/on_boot.d/15-iptv.sh
daarna kun je checken of je een ip gekregen hebt op vlan4 waar IPtv op loopt
ip -4 addr show dev iptv
als je daar een 10.xx adres vind die up is zou het moeten werken. Alleen nog even de IPtv lan op de poort toewijzen en klaar..