- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Witam serdecznie zwracam się z prośbą o sprawdzenie konfiguracji na moim Mikrotik uruchomiłem usługi Orange internet oraz iptv ale są problemy zdarza się że dekoder 4K multi nie może nawiązać połączenia a co za tym idzie nie działa telewizja drugi dekoder to iwu200 na nim jest mniej problemów ale zdarza się że raz na tydzień szczególnie po nocy wyskakuje komunikat trwa ustanowienia połączenia i tv również nie działa. Przeszukałem różne fora spędziłem kupę czasu nad konfiguracja ale poddałem się. Postanowialem założyć tutaj konto i napisać do ekspertów. Mam nadzieję że zechce ktoś mi pomóc.
Rozwiązane! Idź do rozwiązania
Rozwiązanie:
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Nie mam mikrotika i nie mam w tej chwili dostępu do swojej sieci, ale pisałem o tym wielokrotnie. Potrzebujesz tylko vlan 839 na WAN, i z niego multicast na LAN. Do tego nie służy bridge tylko igmproxy. Igmpproxy musi mieć jakis IP żeby działał, cokolwiek mu nadasz będzie OK, byle było prywatne. Egress na tym interface musi miec prio na 4. No i upstream idzie z adresów 10/10, takie trzeba w igmpproxy zadeklarować.
Poza tym normalna konfiguracja internetu z vlan 35 też musi być zrobiona ale rozumiem że to działa. Miejsca na bridge tu nie widzę, chyba że po stronie LAN, ale to już w ramach dystrybucji tego co ruter do poszczególnych portów wysyła, w miarę potrzeb i własnego widzimisię.
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
Jak masz skonfigurowane VLANy?
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
mam dodane 3 vlany 35,838,839
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
interface bridge add name=Dekodery add name=LAN add name=TV add name=VOD /interface ethernet set [ find default-name=ether1 ] comment="Internet ETH1 - Orange" name=ORANGE set [ find default-name=ether2 ] comment="Interface LAN" set [ find default-name=ether7 ] comment="Interface TV Orange" name=ether7-tv set [ find default-name=ether8 ] comment="Interface TV Orange" name=ether8-tv /interface vlan add interface=ORANGE mtu=1492 name=vlan-orange vlan-id=35 add interface=ORANGE name=vlan-tv vlan-id=839 add interface=ORANGE name=vlan-vod vlan-id=838 /interface pppoe-client add add-default-route=yes comment="Interface Diall Out PPPOE" disabled=no \ interface=vlan-orange keepalive-timeout=disabled name=pppoe-orange \ use-peer-dns=yes user=xxxxxxx@neostrada.pl /interface list add name=iptv add name=internet add name=WAN /ip dhcp-client option add code=60 name=vendor-class-identifier value="'sagemcom'" add code=61 name=dhcp-client-identifier value=0x01e8d2ff56f9e0 add code=77 name=user-class value="0x2646535644534c5f66756e626f78322e4d4c54562e7\ 36f66746174686f6d652e46756e626f7832" /ip pool add name=pool-net ranges=192.168.1.10-192.168.1.199 add name=pool-iptv ranges=192.168.2.10-192.168.2.20 /ip dhcp-server add address-pool=pool-net interface=LAN lease-time=3d name=dhcp-net add address-pool=pool-iptv interface=Dekodery lease-time=3d name=dhcp-iptv /queue tree add name=out-queue parent=ORANGE queue=default add name=in-queue parent=Dekodery queue=default add name=in-queue-iptv packet-mark=iptv parent=in-queue queue=default add name=out-queue-iptv packet-mark=iptv parent=out-queue queue=default /user group set read policy="local,reboot,test,winbox,web,sniff,sensitive,api,romon,rest-api\ ,!telnet,!ssh,!ftp,!read,!write,!policy,!password" /interface bridge filter add action=mark-packet chain=input comment="Mark packets IPTV" in-interface=\ vlan-vod new-packet-mark=iptv add action=mark-packet chain=input in-interface=vlan-tv new-packet-mark=iptv add action=set-priority chain=output comment="Set 802.1p for IPTV out packets" \ new-priority=4 out-interface=vlan-vod passthrough=yes add action=set-priority chain=output new-priority=5 out-interface=vlan-tv \ passthrough=yes /interface bridge port add bridge=TV interface=vlan-tv add bridge=VOD interface=vlan-vod add bridge=LAN interface=ether2 add bridge=LAN interface=ether3 add bridge=LAN interface=ether4 add bridge=LAN interface=ether5 add bridge=LAN interface=ether6 add bridge=Dekodery interface=ether7-tv add bridge=Dekodery interface=ether8-tv /interface bridge settings set use-ip-firewall=yes use-ip-firewall-for-vlan=yes /interface detect-internet set detect-interface-list=all add interface=VOD list=iptv add interface=TV list=iptv add interface=pppoe-orange list=internet add interface=ORANGE list=WAN add interface=LAN list=*FFFFFFFF add disabled=yes interface=ether7-tv list=iptv add interface=Dekodery list=iptv /ip address add address=192.168.1.1/24 comment=LAN interface=LAN network=192.168.1.0 add address=192.168.2.1/24 interface=Dekodery network=192.168.2.0 add address=192.168.3.1/24 interface=TV network=192.168.3.0 /ip cloud set ddns-enabled=yes ddns-update-interval=1h /ip dhcp-client add default-route-distance=210 dhcp-options=\ vendor-class-identifier,dhcp-client-identifier,user-class,hostname \ interface=VOD add interface=ORANGE /ip dhcp-server network add address=192.168.1.0/24 dns-server=194.204.159.1,194.204.152.34 gateway=\ 192.168.1.1 netmask=24 add address=192.168.2.0/24 gateway=192.168.2.1 netmask=24 /ip firewall filter add action=accept chain=input comment="Accept IPTV packets" in-interface-list=\ iptv add action=accept chain=forward in-interface=Dekodery out-interface=\ pppoe-orange add action=accept chain=forward in-interface=Dekodery out-interface=VOD add action=accept chain=forward in-interface=TV out-interface=Dekodery add action=accept chain=forward connection-state=established,related \ in-interface=VOD add action=drop chain=forward comment="Drop all other IPTV packets" \ in-interface-list=iptv add action=accept chain=input comment=\ "Accept Related or Established Connections" connection-state=\ established,related add action=accept chain=forward comment="Accept New Connections" \ connection-state=new add action=accept chain=forward comment=\ "Accept Related or Established Connections" connection-state=\ established,related add action=accept chain=input comment="Forwarded Ports TCP/UDP" dst-port=80 \ protocol=tcp add action=accept chain=input dst-port=1194 protocol=udp add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \ connection-nat-state=!dstnat connection-state=new in-interface-list=\ internet /ip firewall nat add action=masquerade chain=srcnat add action=masquerade chain=srcnat out-interface=VOD /ip firewall service-port set irc disabled=no set rtsp disabled=no /ip service set ftp disabled=yes set ssh disabled=yes set telnet disabled=yes set www disabled=yes port=8080 set winbox port=8521 set api disabled=yes set api-ssl disabled=yes /routing igmp-proxy set quick-leave=yes /routing igmp-proxy interface add alternative-subnets=0.0.0.0/0 interface=TV upstream=yes add disabled=yes interface=ether7-tv add interface=Dekodery /system clock set time-zone-name=Europe/Warsaw /system identity set name=Orange_FTTH /system ntp client set enabled=yes /system ntp client servers add address=212.244.36.227 add address=212.244.36.228
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
@Czejs1984napisał(-a)mam dodane 3 vlany 35,838,839
Aktualnie sporo ci nie pomogę, ale spróbuj wykonać konfiguracje od @j131 z tego posta: https://nasz.orange.pl/t5/Modemy-i-routery/Konfiguracja-drugiego-dekodera-w-us%C5%82udze-multiroom-n...
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
Mówisz że bridge nie potrzebny wcale ? co mam zostawić w takim razie czy to będzie wtedy działać ?
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Nie mam mikrotika i nie mam w tej chwili dostępu do swojej sieci, ale pisałem o tym wielokrotnie. Potrzebujesz tylko vlan 839 na WAN, i z niego multicast na LAN. Do tego nie służy bridge tylko igmproxy. Igmpproxy musi mieć jakis IP żeby działał, cokolwiek mu nadasz będzie OK, byle było prywatne. Egress na tym interface musi miec prio na 4. No i upstream idzie z adresów 10/10, takie trzeba w igmpproxy zadeklarować.
Poza tym normalna konfiguracja internetu z vlan 35 też musi być zrobiona ale rozumiem że to działa. Miejsca na bridge tu nie widzę, chyba że po stronie LAN, ale to już w ramach dystrybucji tego co ruter do poszczególnych portów wysyła, w miarę potrzeb i własnego widzimisię.
- Oznacz jako nowe
- Zakładka
- Obserwuj
- Wycisz
- Subskrybuj źródło RSS
- Wyróżnij
- Drukuj
- Zgłoś
Problem z usługą iptv na mikrotik prośba o pomoc
Witajcie 🙂 po ciężkich przebojach udało się usługa iptv działa na urzadzeniu mikrotik. Posiadam 2 dekodery od Orange. Dziękuję wszystkim za chęci.