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

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

ROZWIĄZANE

Poziom 13, Tropiciel Przestworzy
  • 9
  • 27
  • 0

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

Hej,
Piszę tego posta z zapytaniem, czy ktoś wie, jak skonfigurować IPTV i VoD od Orange na Mikrotiku, aby uzyskać połączenie przez interfejs WiFi. Po podłączeniu dekodera IWU 200 przez kabel LAN wszystko działa poprawnie, ale przy próbie połączenia przez WiFi wygląda to tak, że dekoder łączy się z routerem, uzyskuje adres IP i następnie się rozłącza. Poniżej umieszczam moją aktualną konfigurację Mikrotika. Za wszelką pomoc będę wdzięczny.

# RouterOS 7.15.2

/interface bridge
add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no comment=Bridge igmp-snooping=yes \
    igmp-version=3 mld-version=2 name=Bridge_LAN

/interface ethernet
set [ find default-name=ether1 ] comment=LAN mac-address=xx:xx:xx:xx:xx:xx
set [ find default-name=ether2 ] comment=LAN mac-address=xx:xx:xx:xx:xx:xx
set [ find default-name=ether3 ] comment=LAN mac-address=xx:xx:xx:xx:xx:xx
set [ find default-name=ether4 ] comment=LAN mac-address=xx:xx:xx:xx:xx:xx
set [ find default-name=ether5 ] comment=\
    "WAN - Posiada MAC ADDRESS z Funboxa6" mac-address=xx:xx:xx:xx:xx:xx

/interface vlan
add interface=ether5 name=VLAN_35_INTERNET vlan-id=35
add interface=ether5 name=VLAN_838_VoD vlan-id=838
add interface=ether5 name=VLAN_839_IPTV vlan-id=839

/interface pppoe-client
add add-default-route=yes comment=PPPoE disabled=no interface=\
    VLAN_35_INTERNET name=PPPoE_Orange use-peer-dns=yes user=\
    xxxxxxxxxxx@xxxxxxxx.xx

/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN

/interface wifi channel
add band=2ghz-n disabled=no frequency=2412 name=Channel_2.4GHz \
    skip-dfs-channels=10min-cac width=20/40mhz
add band=5ghz-ac disabled=no frequency=5180 name=Channel_5GHz \
    skip-dfs-channels=10min-cac width=20/40/80mhz

/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=Sec_WIFI_Home \
    wps=push-button

/interface wifi configuration
add channel=Channel_2.4GHz disabled=no name="2.4 GHz - xxxxxxxxxxxx" \
    security=Sec_WIFI_Home security.ft=yes .ft-over-ds=yes ssid=\
    xxxxxxxxxxxxxx
add channel=Channel_5GHz country=Poland disabled=no multicast-enhance=enabled \
    name="5 GHz - xxxxxxxx" security=Sec_WIFI_Home security.ft=yes \
    .ft-over-ds=yes ssid=xxxxxxxxxx

/interface wifi
set [ find default-name=wifi2 ] channel=Channel_2.4GHz channel.frequency=2412 \
    comment="2.4 GHz - xxxxxxxxxx" configuration=\
    "2.4 GHz - xxxxxxxxx" configuration.mode=ap mtu=1500 name="2.4 GHz" \
    security=Sec_WIFI_Home security.ft=yes .ft-over-ds=yes
set [ find default-name=wifi1 ] channel=Channel_5GHz channel.frequency=5180 \
    comment="5 GHz - xxxxxxxxxxxx" configuration="5 GHz - xxxxxxxxxx" \
    configuration.mode=ap name="5 GHz" security=Sec_WIFI_Home \
    security.authentication-types=wpa2-psk,wpa3-psk .disable-pmkid=no .ft=yes \
    .ft-over-ds=yes

/ip pool
add name=Pool_LAN ranges=192.168.1.10-192.168.1.254

/ip dhcp-server
add address-pool=Pool_LAN interface=Bridge_LAN name=DHCP_LAN

/ip smb
set enabled=no

/interface bridge filter
add action=set-priority chain=output new-priority=4 out-interface=\
    VLAN_839_IPTV passthrough=yes
add action=set-priority chain=output new-priority=4 out-interface=\
    VLAN_838_VoD passthrough=yes

/interface bridge port
add bridge=Bridge_LAN comment=defconf interface=ether1
add bridge=Bridge_LAN comment=defconf interface=ether2
add bridge=Bridge_LAN comment=defconf interface=ether3
add bridge=Bridge_LAN comment=defconf interface=ether4
add bridge=Bridge_LAN comment=defconf interface="5 GHz"
add bridge=Bridge_LAN comment=defconf interface="2.4 GHz"
add bridge=Bridge_LAN interface=VLAN_838_VoD
add bridge=Bridge_LAN interface=VLAN_839_IPTV

/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes

/ip neighbor discovery-settings
set discover-interface-list=LAN

/ipv6 settings
set disable-ipv6=yes

/interface list member
add comment=defconf interface=Bridge_LAN list=LAN
add comment=defconf interface=VLAN_35_INTERNET list=WAN
add interface=PPPoE_Orange list=WAN

/ip address
add address=192.168.1.1/24 comment=defconf interface=Bridge_LAN network=\
    192.168.1.0

/ip dhcp-client
add comment=defconf disabled=yes interface=ether5

/ip dhcp-server network
add address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=\
    192.168.1.1 netmask=24

/ip dns
set allow-remote-requests=yes

/ip dns static
add address=192.168.1.1 comment=defconf name=router.lan

/ip firewall filter
add action=accept chain=input comment="accept established,related,untracked / \
    akceptuj ustalone, powi\B9zane, nie\9Cledzone" connection-state=\
    established,related,untracked
add action=drop chain=input comment="drop invalid / drop invalid" \
    connection-state=invalid
add action=accept chain=input comment="accept ICMP / zaakceptuj ICMP" \
    protocol=icmp
add action=accept chain=input comment="accept to local loopback (for CAPsMAN) \
    / zaakceptuj lokaln\B9 p\EAtl\EA zwrotn\B9 (dla CAPsMAN)" dst-address=\
    127.0.0.1
add action=drop chain=input comment="drop all not coming from LAN / usu\F1 wsz\
    ystko, co nie pochodzi z sieci LAN" in-interface-list=!LAN
add action=accept chain=forward comment=\
    "accept in ipsec policy / zaakceptowa\E6 w polityce ipsec" ipsec-policy=\
    in,ipsec
add action=accept chain=forward comment=\
    "accept out ipsec policy / zaakceptuj polityk\EA ipsec" ipsec-policy=\
    out,ipsec
add action=fasttrack-connection chain=forward comment=\
    "fasttrack / szybka \9Ccie\BFka" connection-state=established,related \
    hw-offload=yes
add action=accept chain=forward comment="accept established,related, untracked\
    \_/ akceptuj ustalone, powi\B9zane, nie\9Cledzone" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="drop invalid / spadek niewa\BFny" \
    connection-state=invalid
add action=drop chain=forward comment="drop all from WAN not DSTNATed / usu\F1\
    \_wszystko z sieci WAN, a nie z DSTNAted" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN

/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN

/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

/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6

/ipv6 firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" \
    dst-port=33434-33534 protocol=udp
add action=accept chain=input comment=\
    "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
    udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
    protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=input comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
add action=accept chain=forward comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
    "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
    hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
    500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=forward comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN

/system clock
set time-zone-name=Europe/Warsaw

/system note
set show-at-login=no

/tool mac-server
set allowed-interface-list=LAN

/tool mac-server mac-winbox
set allowed-interface-list=LAN

 

1 ZAAKCEPTOWANE ROZWIĄZANIE

Rozwiązanie:

Poziom 30, Pasjonat Galaktyczny
  • 1853
  • 8973
  • 75
16 ODPOW. 16

Poziom 30, Pasjonat Galaktyczny
  • 1853
  • 8973
  • 75

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

@romek111 Na pewno musisz upewnić się, że ruch multicastowy jest przepuszczany na interfejs WiFi.


Poziom 13, Tropiciel Przestworzy
  • 9
  • 27
  • 0

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

jak to sprawdzić?


Poziom 30, Pasjonat Galaktyczny
  • 1853
  • 8973
  • 75

Poziom 13, Tropiciel Przestworzy
  • 9
  • 27
  • 0

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

dzięki

widziałem ten wątek ale mi nic nie pomógł


Poziom 37, Nawigator Galaktyczny
  • 5683
  • 23054
  • 197

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

@romek111 

Nie poddawaj się.

Chociaż z drugiej strony może ten ruter wie co robi? Wpuszczanie multicast w WiFi to taki sobie pomysł.


Poziom 13, Tropiciel Przestworzy
  • 9
  • 27
  • 0

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

żeby pozbyć się routera funbox 6 muszę skonfigurować telewizje

ale tylko chodzi w grę wifi 


Poziom 26, Entuzjasta Przestworzy
  • 2157
  • 7960
  • 32

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi


@romek111napisał(-a)Po podłączeniu dekodera IWU 200 przez kabel LAN wszystko działa poprawnie, ale przy próbie połączenia przez WiFi wygląda to tak, że dekoder łączy się z routerem, uzyskuje adres IP i następnie się rozłącza.

a inne klienty łączą się i działają poprawnie?


Poziom 13, Tropiciel Przestworzy
  • 9
  • 27
  • 0

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

jeśli chodzi o inne urządzenia takie jak telewizor, laptop, telefon i urządzenia IoT to łączą się bez problemu 


Poziom 30, Pasjonat Galaktyczny
  • 1853
  • 8973
  • 75

Konfiguracja IPTV i VoD od Orange na Mikrotiku przez WiFi

@romek111 Skoro sam nie jesteś w stanie sprawdzić czy multicast przechodzi do WiFi to spróbuj dokonać takiej zmiany w konfiguracji:

multicast-enhance=disabled