Şimdi Ara

Openwrt'de TV+ IPTV şeysi nasıl çalıştırılır?

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
5
Cevap
0
Favori
177
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Arkadaş freshtomato yazılımında şak diye yapmıştım bunu, ki o da opensource başka bir router işletim sistemi. Openwrt de yapamadım ya. Hem de mac cloning filan yapmadıydım.




  • Turkcell TV+ Routed mode with OpenWRT

    1) NETWORK - INTERFACES

    Devices - br-lan - Configure - Advanced - Enable IGMP snooping: SELECTED (Save&Apply)

    Devices - Add device config - type:vlan802.1q, base device: wan, vlanid:103, enable ip6:OFF, MAC: wan interfaces mac adress but 1 more in base 16. (Save&Apply)

    Example: if wan mac is xx:xx:xx:xx:xx:09 then use xx:xx:xx:xx:xx:0A for iptv

    Interfaces - Add new interface

    Name:iptv, dhcp-client, device: (software vlan) wan.103 - Create interface

    Advanced: Use default gateway: OFF, Use DNS servers advertised by peer: OFF

    Firewall settings: Create/assign - custom:iptv

    (Save&Apply)

     

    2) NETWORK - FIREWALL - General

    Zone:lan EDIT - Allow forward to destination zones: SELECT wan+iptv (Save&Apply)

    Zone:iptv EDIT - input:accept, output:accept, forward:reject, Masquerading:SELECTED, MSS clamping:SELECTED (Save&Apply)

     

    3) STATUS - ROUTING - In IPv4 Neighbours Table copy Interface (iptv.103) Router ip adress.

    NETWORK - ROUTING - Add:

    interface:iptv, target: 172.31.128.0/19, gateway:ROUTERIP

    interface:iptv, target: 176.43.0.0/24, gateway:ROUTERIP

    interface:iptv, target: 176.235.0.0/20, gateway:ROUTERIP

    interface:iptv, target: 10.31.0.0/16, gateway:ROUTERIP

    (Save&Apply)

     

    4) System - Software - Update Lists

    Install igmpproxy

    vi /etc/config/igmpproxy

     

    config igmpproxy

    option quickleave 1

     

    config phyint

    option network iptv

    option zone iptv

    option direction upstream

    list altnet 0.0.0.0/0

     

    config phyint

    option network lan

    option zone lan

    option direction downstream

     

     

    5) SYSTEM - Time Sync - NTP server candidates remove all time servers and add this:

    cpentp.superonline.net





  • TolgaGazi3548 T kullanıcısına yanıt

    Bunu denedim olmadı, 3. şıkkı anlayamadım tam. ipv4 neighborslarda öyle bir şey yok. Cihaz takılıyken mi olmalı bu?

  • CSB yazmayan adam C kullanıcısına yanıt

    onu görmek için taktik var hatta sonu .1 ile bitiyor

    Advanced: Use default gateway: ON, Use DNS servers advertised by peer: ON

    bunları açıp onu gördükten sonra tekrar OFF çek olur

  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
    
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.