Mainos / Advertisement:

Ero sivun ”RouterOS IPTV/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: Sonera Viihde IPTV functionality on Mikrotik's RouterOS operating system. By disabling VLANs it should also work with Watson.)
 
(16 välissä olevaa versiota 2 käyttäjän tekeminä ei näytetä)
Rivi 3: Rivi 3:
 
Sonera Viihde IPTV functionality on Mikrotik's RouterOS operating system. By disabling VLANs it should also work with Watson.
 
Sonera Viihde IPTV functionality on Mikrotik's RouterOS operating system. By disabling VLANs it should also work with Watson.
  
Käytössämme on
+
Our hard- and software:
  
 
* RB951G-2HnD (RouterOS 6.15)
 
* RB951G-2HnD (RouterOS 6.15)
Rivi 9: Rivi 9:
  
  
Lataa [http://www.mikrotik.com/download Mikrotik]:in sivuilta ja asenna RouterOS käyttöjärjestelmään multicast-6.24rc4-mipsbe.npk (versionumeron mukaan mikä on käyttöjärjestelmässäsi versiolle yhteensopiva. Käytimme 6.15 versiota) paketti [[RouterOS#P.C3.A4ivitt.C3.A4minen|päivitysohjeen]] mukaisesti.
+
Download [http://www.mikrotik.com/download Mikrotik] from their official website and install multicast-6.24rc4-mipsbe.npk into the RouterOS operating system [[RouterOS/en#Upgrading]] following these instructions. Make sure the .npk package you download is compatible with your current version of RouterOS, take a look at the names of the packets and your version number.
  
== VLAN asetukset ==
+
== VLAN settings ==
  
Avaa valikosta Interfaces.
+
Open the Interfaces menu.
  
Luo uusi Interface VLAN 252.
+
Create a new interface VLAN 252.
  
 
   /interface vlan add name="vlan252" vlan-id=252 interface=ether1-gateway disabled=no
 
   /interface vlan add name="vlan252" vlan-id=252 interface=ether1-gateway disabled=no
Rivi 21: Rivi 21:
 
[[Tiedosto:RouterOS iptv 8.png]]
 
[[Tiedosto:RouterOS iptv 8.png]]
  
Määritä DHCP Client ja varmista että saat IP-osoitteen ISP:ltä. (Avaa IP-> DHCP Client)
+
Define DHCP Client and make sure you get an IP address from your ISP (Open IP -> DHCP Client).
  
   /ip dhcp-client add interface=vlan252 disabled=no
+
   /ip dhcp-client add interface=vlan252 disabled=no add-default-route=no
  
 
[[Tiedosto:RouterOS iptv 9.png]]
 
[[Tiedosto:RouterOS iptv 9.png]]
 +
 +
[[Luokka:RouterOS|RouterOS IPTV]]
 +
[[Luokka:Sonera Viihde IPTV|RouterOS IPTV]]
  
 
== IGMP Proxy ==
 
== IGMP Proxy ==
  
Avaa valikosta Routing -> IGMP Proxy
+
Open the Routing menu -> IGMP Proxy
  
 
[[Tiedosto:RouterOS iptv 1.png]]
 
[[Tiedosto:RouterOS iptv 1.png]]
Rivi 37: Rivi 40:
 
[[Tiedosto:RouterOS iptv 3.png]]
 
[[Tiedosto:RouterOS iptv 3.png]]
  
Määritä Interface:ksi VLAN 252 (ei kuvanmukaisesti eht1)
+
As the interface define VLAN 252 (Not eht1 as in the picture)
  
 
[[Tiedosto:RouterOS iptv 4.png]]
 
[[Tiedosto:RouterOS iptv 4.png]]
  
== Palomuuri ==
+
== Firewall ==
  
Sallitaan palomuurista IGMP ja UDP liikennettä sisällepäin.
+
Enable IGMP and UDP towards the inside traffic in your firewall.
  
 
[[Tiedosto:RouterOS iptv 5.png]]
 
[[Tiedosto:RouterOS iptv 5.png]]
  
Sallitaan palomuurista IGMP Protokola sisällepäin.
+
Allow firewall IGMP protocol towards the inside.
  
 
[[Tiedosto:RouterOS iptv 6.png]]
 
[[Tiedosto:RouterOS iptv 6.png]]
Rivi 65: Rivi 68:
 
ACTION = ACCEPT
 
ACTION = ACCEPT
  
Lisäturvaa saat kun sallit vain Interface vlan252 sisällepäin
+
You can get additional security when you only allow Interface vlan252 to the inside
  
== Katso myös ==
+
== Also check out ==
  
[[Sonera Viihde IPTV asetukset]]
+
[[Sonera Viihde IPTV asetukset|Sonera Viihde IPTV settings]]
  
== Lähteet ==
+
== Sources ==
  
 
http://forum.mikrotik.com/viewtopic.php?f=13&t=88169
 
http://forum.mikrotik.com/viewtopic.php?f=13&t=88169

Nykyinen versio 18. marraskuuta 2016 kello 22.33

Muut kielet:
English • ‎suomi

Sonera Viihde IPTV functionality on Mikrotik's RouterOS operating system. By disabling VLANs it should also work with Watson.

Our hard- and software:

  • RB951G-2HnD (RouterOS 6.15)
  • Motorola VIP 1853


Download Mikrotik from their official website and install multicast-6.24rc4-mipsbe.npk into the RouterOS operating system RouterOS/en#Upgrading following these instructions. Make sure the .npk package you download is compatible with your current version of RouterOS, take a look at the names of the packets and your version number.

VLAN settings

Open the Interfaces menu.

Create a new interface VLAN 252.

 /interface vlan add name="vlan252" vlan-id=252 interface=ether1-gateway disabled=no

RouterOS iptv 8.png

Define DHCP Client and make sure you get an IP address from your ISP (Open IP -> DHCP Client).

 /ip dhcp-client add interface=vlan252 disabled=no add-default-route=no

RouterOS iptv 9.png

IGMP Proxy

Open the Routing menu -> IGMP Proxy

RouterOS iptv 1.png

RouterOS iptv 2.png

RouterOS iptv 3.png

As the interface define VLAN 252 (Not eht1 as in the picture)

RouterOS iptv 4.png

Firewall

Enable IGMP and UDP towards the inside traffic in your firewall.

RouterOS iptv 5.png

Allow firewall IGMP protocol towards the inside.

RouterOS iptv 6.png

Chain = INPUT

Protocol = UDP

ACTION = ACCEPT

RouterOS iptv 7.png

Chain = FORWARD

Protocol = UDP

ACTION = ACCEPT

You can get additional security when you only allow Interface vlan252 to the inside

Also check out

Sonera Viihde IPTV settings

Sources

http://forum.mikrotik.com/viewtopic.php?f=13&t=88169

Lähde: http://asp24.com.ua/blog/nastrojka-mikrotik-routeros-dlja-prosmotra-iptv-ot-provajdera/

Mainos / Advertisement: