Git Product home page Git Product logo

Comments (13)

fabianishere avatar fabianishere commented on May 31, 2024 1

The question is shown when running:

dpkg-reconfigure udm-iptv

from udm-iptv.

fabianishere avatar fabianishere commented on May 31, 2024 1

The issue should be resolved with 3bcca8d.

from udm-iptv.

fabianishere avatar fabianishere commented on May 31, 2024

What is your ISP? You should check whether the following DHCP options work for you: -o -O subnet -O broadcast -O staticroutes.

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

Glasnet...in the Podman setup I've changed this as well, how do I alter the DHCP options in the new setup?

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

Thnx

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

"-o staticroutes" seems to work, with all options (-o -O subnet -O broadcast -O staticroutes) I've got an error

● udm-iptv.service - IPTV support for the UniFi Dream Machine
   Loaded: loaded (/lib/systemd/system/udm-iptv.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2022-01-18 15:59:53 CET; 41s ago
  Process: 16754 ExecStart=/usr/lib/udm-iptv/udm-iptv start (code=exited, status=255/EXCEPTION)
 Main PID: 16754 (code=exited, status=255/EXCEPTION)
      CPU: 169ms

Jan 18 15:59:53 ubnt udm-iptv[16754]: ip: SIOCGIFFLAGS: No such device
Jan 18 15:59:53 ubnt udm-iptv[16754]: Obtaining IP address for VLAN interface
Jan 18 15:59:53 ubnt udm-iptv[16754]: udhcpc: SIOCGIFINDEX: No such device
Jan 18 15:59:53 ubnt udm-iptv[16754]: NATing IPTV network ranges (if necessary)
Jan 18 15:59:53 ubnt udm-iptv[16754]: Setting up igmpproxy
Jan 18 15:59:53 ubnt udm-iptv[16754]: Starting igmpproxy
Jan 18 15:59:53 ubnt igmpproxy[16754]: There must be at least 1 Vif as upstream.
Jan 18 15:59:53 ubnt systemd[1]: udm-iptv.service: Main process exited, code=exited, status=255/EXCEPTION
Jan 18 15:59:53 ubnt systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Jan 18 15:59:53 ubnt systemd[1]: udm-iptv.service: Consumed 169ms CPU time.

Do I need the other options?

from udm-iptv.

fabianishere avatar fabianishere commented on May 31, 2024

If that works for you, I would recommend just using that. Otherwise, share the output of udm-iptv-diag.

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

Ok for entertaining purposes:

=== Configuration ===
WAN Interface: eth4
WAN Ranges: 217.166.224.0/22
WAN VLAN: 37
WAN DHCP options: -o -O subnet -O broadcast -O staticroutes
LAN Interfaces: br10
IGMP Proxy quickleave disabled: false
IGMP Proxy debug: true
=== IP Link and Route ===
/usr/bin/udm-iptv-diag: 31: /usr/bin/udm-iptv-diag: ip: not found
/usr/bin/udm-iptv-diag: 32: /usr/bin/udm-iptv-diag: ip: not found
=== Service Logs ===
Jan 18 16:36:42 ubnt udm-iptv[23184]: Obtaining IP address for VLAN interface
Jan 18 16:36:43 ubnt udm-iptv[23184]: udhcpc: SIOCGIFINDEX: No such device
Jan 18 16:36:43 ubnt udm-iptv[23184]: NATing IPTV network ranges (if necessary)
Jan 18 16:36:43 ubnt udm-iptv[23184]: Setting up igmpproxy
Jan 18 16:36:43 ubnt udm-iptv[23184]: Starting igmpproxy
Jan 18 16:36:43 ubnt udm-iptv[23184]: adding VIF, Ix 0 Fl 0x0 IP 0x010aa8c0 br10, Threshold: 1, Ratelimit: 0
Jan 18 16:36:43 ubnt udm-iptv[23184]: There must be at least 1 Vif as upstream.
Jan 18 16:36:43 ubnt systemd[1]: udm-iptv.service: Main process exited, code=exited, status=255/EXCEPTION
Jan 18 16:36:43 ubnt systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Jan 18 16:36:43 ubnt systemd[1]: udm-iptv.service: Consumed 170ms CPU time.```

from udm-iptv.

fabianishere avatar fabianishere commented on May 31, 2024

Could you also share the contents of /etc/udm-iptv.conf?

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024
## Example configuration for udmp-iptv ##
# Interface on which IPTV traffic enters the router
IPTV_WAN_INTERFACE="eth4"
# ID of VLAN which carries IPTV traffic (use 0 if no VLAN is used)
IPTV_WAN_VLAN="37"
# 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="217.166.224.0/22"
#IPTV_WAN_RANGES="0.0.0.0/0"

# DHCP options to send when requesting an IP address
IPTV_WAN_DHCP_OPTIONS="-o -O subnet -O broadcast -O staticroutes"
# LAN interfaces on which IPTV should be made available
IPTV_LAN_INTERFACES="br10"
# Disable quickleave for igmpproxy
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
# Enable debugging for igmpproxy
IPTV_IGMPPROXY_DEBUG="false"

from udm-iptv.

fabianishere avatar fabianishere commented on May 31, 2024

Which device are you running this on? I am unable to reproduce the issue you are facing.

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

UDM (base)

from udm-iptv.

bvk007 avatar bvk007 commented on May 31, 2024

Hmm looks like the service is a bit "wonky" today. Now with the DHCP options the proxy starts

from udm-iptv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.