Nie można wyświetlić tego widżeta.
Nie można wyświetlić tego widżeta.
Nie można wyświetlić tego widżeta.

Problem z konfiguracją Mikrotik i dekoderem 4K Multi

ROZWIĄZANE

Poziom 37, Nawigator Galaktyczny
  • 5496
  • 22120
  • 181

Problem z konfiguracją Mikrotik i dekoderem 4K Multi

@remi0689

No dobra, może trochę zbyt skrótowo się wyraziłem.

W mojej zdecydowanie innej, ale także obejmującej igmp proxy konfiguracji, do poprawnego przekazywania multikastu IP TV potrzebna jest w konfiguracji igmp proxy, w sekcji definiującej interface upstream linijka:

 

altnet 10.0.0.0/8

 

i bez niej mi nie działa.  Nie jestem pewien jak to w mikrotikową wersję igmp proxy wcisnąć, ale podejrzewam że jeśli się to uda zrobić, to będzie równie skuteczne jak ustawienie adresu phyint upstream z tej klasy, a jednocześnie bezpieczniejsze - co bardzo słusznie wypunktował @pirenej .

 


Poziom 37, Nawigator Galaktyczny
  • 5496
  • 22120
  • 181

Problem z konfiguracją Mikrotik i dekoderem 4K Multi

@remi0689 

I jak;odchudzanie?


Poziom 15, Badacz Przestworzy
  • 18
  • 50
  • 0

Problem z konfiguracją Mikrotik i dekoderem 4K Multi

W przyszłym tygodniu postaram się wrzucić odchudzoną konfigurację :). W każdym razie telewizja działa, ale zauważyłem że VLAN 839 musi mieć ustawiony priorytet 4. Oprócz tego VLAN 838 też jest niezbędny, bo bez tego telewizja nie chce ruszyć. To takie moje spostrzeżenia. W większości konfiguracji VLAN 839 ma ustawiony priorytet 5. Widocznie albo Orange coś zmieniło, ale dekoder 4K Multi wymaga takiej konfiguracji.


Poziom 15, Badacz Przestworzy
  • 18
  • 50
  • 0

Problem z konfiguracją Mikrotik i dekoderem 4K Multi

Tutaj jest pełna, działająca i odchudzona konfiguracja Mikrotik ax3 pod dekoder 4K Multi:

 

# 2024-04-17 11:44:37 by RouterOS 7.14.1
# software id = NYD1-N9ZW
#
# model = C53UiG+5HPaxD2HPaxD
/interface bridge
add name=LAN
add name=TV
add name=VOD
/interface ethernet
set [ find default-name=ether1 ] comment=WAN
set [ find default-name=ether2 ] comment=LAN
set [ find default-name=ether3 ] comment="Port do dekodera" name=ether3-tv
set [ find default-name=ether4 ] comment=LAN
set [ find default-name=ether5 ] comment=LAN
/interface vlan
add interface=ether1 name=VLAN838 vlan-id=838
add interface=ether1 name=VLAN35 vlan-id=35
add interface=ether1 name=VLAN839 vlan-id=839
/interface pppoe-client
add add-default-route=yes comment="PPPOE Orange" disabled=no interface=vlan35 \
max-mtu=1500 name=pppoe-out1 use-peer-dns=yes user=uzytkownik@neostrada.pl
/ip dhcp-client option
add code=60 name=vendor-class-identifier value="'sagemcom'"
add code=61 name=dhcp-client-identifier value=0x01aabbccddeeff <<- w miejscu aabbccddeeff trzeba wpisać adres mac funboxa
add code=77 name=user-class value="0x2646535644534c5f66756e626f78322e4d4c54562\
e736f66746174686f6d652e46756e626f7832"
/ip pool
add name=pool-lan ranges=172.16.2.200-172.16.2.254
add name=pool-tv ranges=172.16.3.2-172.16.3.5
/ip dhcp-server
add address-pool=pool-tv interface=ether3-tv name=DHCP-TV
add address-pool=pool-lan interface=LAN name=DHCP-LAN
/interface bridge filter
add action=set-priority chain=output log=yes new-priority=4 out-interface=\
VLAN838 passthrough=yes
add action=set-priority chain=output log=yes new-priority=4 out-interface=\
vlan839 passthrough=no
/interface bridge port
add bridge=LAN interface=ether2
add bridge=LAN interface=ether4
add bridge=LAN interface=ether5
add bridge=VOD interface=VLAN838
add bridge=TV interface=vlan839
/ip address
add address=172.16.2.1/24 interface=LAN network=172.16.2.0
add address=172.16.4.1/24 interface=TV network=172.16.4.0
add address=172.16.3.1/24 interface=ether3-tv network=172.16.3.0
/ip dhcp-client
add default-route-distance=210 dhcp-options=\
vendor-class-identifier,dhcp-client-identifier,user-class,hostname \
interface=VOD
/ip dhcp-server network
add address=172.16.2.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=172.16.2.1 \
netmask=24
add address=172.16.3.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=172.16.3.1 \
netmask=24
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related hw-offload=no
add action=accept chain=input connection-state=established,related
add action=accept chain=input dst-address=224.0.0.0/4 src-address=10.0.0.0/8
add action=drop chain=input log=yes log-prefix=inputdrop
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/routing igmp-proxy
set quick-leave=yes
/routing igmp-proxy interface
add alternative-subnets=10.0.0.0/8 interface=TV upstream=yes
add interface=ether3-tv
/system clock
set time-zone-name=Europe/Warsaw
/system note
set show-at-login=no