Git Product home page Git Product logo

Comments (2)

jotala avatar jotala commented on May 31, 2024 1

I have made advance @fabianishere
I'm so happy!

I managed to make progress on this problem.
Vivo ISP has two configurations, this is number 2.

Confirmed
VLAN 602 - VOD (On demand)
VLAN 4000 - IGMP Multicast

I managed to make it work by multicast by changing the following settings

IPTV_WAN_INTERFACE="eth8"
IPTV_WAN_VLAN="4000"
IPTV_WAN_VLAN_INTERFACE="iptv"
IPTV_WAN_RANGES="0.0.0.0/0"
IPTV_LAN_INTERFACES="br602"
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_WAN_DHCP="false"
IPTV_WAN_STATIC_IP="10.0.0.1/32"

What I need now is to configure a new eth.602 Interface for the VOD and its routes.

IGMP:
VLAN ID - 4000
WAN STATIC IP= 10.0.0.1/32
no DHCP

Video on demand
The STB guide and update comes from this Interface
VLAN - 602
Wan Range: 172.28.0.0/14 177.16.0.0/16 200.161.71.0/24 201.0.52.0/23

I tried to figure out how to do it myself by reading from this forum:
https://gathering.tweakers.net/forum/list_messages/2065234/2 and this is where I got:

IP link add link eth8 name iptvvod type vlan id 602
udhcpc -d /bin/true -s /bin/true -i iptvvod
iptables -t nat -A POSTROUTING -j MASQUERADE -o iptvvod
ip link set iptvvod up

iptables -t nat -A POSTOUTING -d 172.28.0.0/14 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 177.16.0.0/16 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 200.161.71.0/24 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 201.0.52.0/23 -j MASQUERADE -o iptvvod 

Can you please help me set up this interface to come back on reboot and add the necessary routes?

from udm-iptv.

apedroheringer avatar apedroheringer commented on May 31, 2024

I have made advance @fabianishere
I'm so happy!

I managed to make progress on this problem.
Vivo ISP has two configurations, this is number 2.

Confirmed
VLAN 602 - VOD (On demand)
VLAN 4000 - IGMP Multicast

I managed to make it work by multicast by changing the following settings

IPTV_WAN_INTERFACE="eth8"
IPTV_WAN_VLAN="4000"
IPTV_WAN_VLAN_INTERFACE="iptv"
IPTV_WAN_RANGES="0.0.0.0/0"
IPTV_LAN_INTERFACES="br602"
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_WAN_DHCP="false"
IPTV_WAN_STATIC_IP="10.0.0.1/32"

What I need now is to configure a new eth.602 Interface for the VOD and its routes.

IGMP:
VLAN ID - 4000
WAN STATIC IP= 10.0.0.1/32
no DHCP

Video on demand
The STB guide and update comes from this Interface
VLAN - 602
Wan Range: 172.28.0.0/14 177.16.0.0/16 200.161.71.0/24 201.0.52.0/23

I tried to figure out how to do it myself by reading from this forum:
https://gathering.tweakers.net/forum/list_messages/2065234/2 and this is where I got:

IP link add link eth8 name iptvvod type vlan id 602
udhcpc -d /bin/true -s /bin/true -i iptvvod
iptables -t nat -A POSTROUTING -j MASQUERADE -o iptvvod
ip link set iptvvod up

iptables -t nat -A POSTOUTING -d 172.28.0.0/14 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 177.16.0.0/16 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 200.161.71.0/24 -j MASQUERADE -o iptvvod
iptables -t nat -A POSTOUTING -d 201.0.52.0/23 -j MASQUERADE -o iptvvod 

Can you please help me set up this interface to come back on reboot and add the necessary routes?

Do you have this on your UDM?
https://github.com/unifi-utilities/unifios-utilities
It's really simple with on-boot-script

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.