{"id":980,"date":"2017-02-03T22:33:30","date_gmt":"2017-02-03T21:33:30","guid":{"rendered":"http:\/\/marc.storck.lu\/blog\/?p=980"},"modified":"2021-10-31T16:41:37","modified_gmt":"2021-10-31T15:41:37","slug":"iptv-bamboo-mikrotik-router","status":"publish","type":"post","link":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/","title":{"rendered":"IPTV on Bamboo with a Mikrotik router"},"content":{"rendered":"<p>Getting to work an IPTV decoder on a POST Bamboo access with a Mikrotik router instead of Fritz!Box has been one of my long time challenges that I never got around. But finally I got it done, here is how to reproduce it.<\/p>\n<p>I used ether1 port on the Mikrotik to connect to the GPON network termination unit (NTU). As POST uses VLAN 35 as the transport VLAN, i created\u00a0a vlan interface on top of ether1.<\/p>\n<p>The interface IPTV is a bridge as I distributed IPTV to a VLAN present on several interfaces.<\/p>\n<p><!--more--><\/p>\n<pre>\/interface vlan\nadd interface=ether1 name=ether1.vlan35 vlan-id=35<\/pre>\n<p>You will have to run the PPPoE session on top of this, but this post is about IPTV so let&#8217;s continue there. Next is to\u00a0give the IPTV upstream port a source address.<\/p>\n<pre>\/ip address\nadd address=10.10.10.10\/24 interface=ether1.vlan35 network=10.10.10.0<\/pre>\n<p>This is the same IP address used by the Fritz!Box.<\/p>\n<p>I dedicated ether8 port for the IPTV decoder. So you will have to add an IP address and DHCP server to that port.<\/p>\n<pre>\/ip address\nadd address=192.168.188.1\/24 interface=IPTV network=192.168.188.0\n\/ip dhcp-server\nadd address-pool=IPP-IPTV authoritative=yes disabled=no interface=ether8 lease-time=1d name=IPTV\n\/ip dhcp-server network\nadd address=192.168.188.0\/24 gateway=192.168.188.1 ntp-server=%%%add IP address(es) of NTP server(s)%%%\n\/ip pool\nadd name=IPP-IPTV ranges=192.168.188.100-192.168.188.199<\/pre>\n<p>Please go to the <a href=\"http:\/\/www.pool.ntp.org\">NTP Pool<\/a> to find ntp-server addresses.<\/p>\n<p>Finally you will have to add an IGMP-Proxy that proxies from ether8 to ether1.vlan35<\/p>\n<pre>\/routing igmp-proxy interface\nadd alternative-subnets=0.0.0.0\/0 interface=ether1.vlan35 upstream=yes\nadd interface=ether8<\/pre>\n<p>And that&#8217;s all you have to do. Enjoy.<\/p>\n<p><strong>Thanks to my friend David for the\u00a0indispensable help.<\/strong><\/p>\n<p>This setup was realised on a POST Bamboo access line with a Routerboard CCR1009-8G-1S-1S+\u00a0running RouterOS 6.38. This setup is for &#8220;Mono VC&#8221; (mono virtual channel, or single VLAN)\u00a0access lines only.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting to work an IPTV decoder on a POST Bamboo access with a Mikrotik router instead of Fritz!Box has been one of my long time challenges that I never got around. But finally I got it done, here is how &hellip; <a href=\"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[53],"tags":[79,77,71,73,78],"class_list":["post-980","post","type-post","status-publish","format-standard","hentry","category-internet-access","tag-igmp","tag-iptv","tag-luxembourg","tag-mikrotik","tag-multicast"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"Getting to work an IPTV decoder on a POST Bamboo access with a Mikrotik router instead of Fritz!Box has been one of my long time challenges that I never got around. But finally I got it done, here is how &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/\" \/>\n<meta property=\"og:site_name\" content=\"Marc&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-03T21:33:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-31T15:41:37+00:00\" \/>\n<meta name=\"author\" content=\"Marc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/\"},\"author\":{\"name\":\"Marc\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"headline\":\"IPTV on Bamboo with a Mikrotik router\",\"datePublished\":\"2017-02-03T21:33:30+00:00\",\"dateModified\":\"2021-10-31T15:41:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/\"},\"wordCount\":247,\"commentCount\":13,\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"keywords\":[\"IGMP\",\"IPTV\",\"Luxembourg\",\"Mikrotik\",\"Multicast\"],\"articleSection\":[\"Internet &amp; Access\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/\",\"name\":\"IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\"},\"datePublished\":\"2017-02-03T21:33:30+00:00\",\"dateModified\":\"2021-10-31T15:41:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/02\\\/iptv-bamboo-mikrotik-router\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPTV on Bamboo with a Mikrotik router\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\",\"name\":\"Marc&#039;s Blog\",\"description\":\"Things from me about me ...\",\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\",\"name\":\"Marc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"caption\":\"Marc\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\"},\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/author\\\/mcs23\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/","og_locale":"en_US","og_type":"article","og_title":"IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog","og_description":"Getting to work an IPTV decoder on a POST Bamboo access with a Mikrotik router instead of Fritz!Box has been one of my long time challenges that I never got around. But finally I got it done, here is how &hellip; Continue reading &rarr;","og_url":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/","og_site_name":"Marc&#039;s Blog","article_published_time":"2017-02-03T21:33:30+00:00","article_modified_time":"2021-10-31T15:41:37+00:00","author":"Marc","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/#article","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/"},"author":{"name":"Marc","@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"headline":"IPTV on Bamboo with a Mikrotik router","datePublished":"2017-02-03T21:33:30+00:00","dateModified":"2021-10-31T15:41:37+00:00","mainEntityOfPage":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/"},"wordCount":247,"commentCount":13,"publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"keywords":["IGMP","IPTV","Luxembourg","Mikrotik","Multicast"],"articleSection":["Internet &amp; Access"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/","url":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/","name":"IPTV on Bamboo with a Mikrotik router - Marc&#039;s Blog","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/#website"},"datePublished":"2017-02-03T21:33:30+00:00","dateModified":"2021-10-31T15:41:37+00:00","breadcrumb":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/marc.storck.lu\/blog\/2017\/02\/iptv-bamboo-mikrotik-router\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marc.storck.lu\/blog\/"},{"@type":"ListItem","position":2,"name":"IPTV on Bamboo with a Mikrotik router"}]},{"@type":"WebSite","@id":"https:\/\/marc.storck.lu\/blog\/#website","url":"https:\/\/marc.storck.lu\/blog\/","name":"Marc&#039;s Blog","description":"Things from me about me ...","publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marc.storck.lu\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433","name":"Marc","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","caption":"Marc"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g"},"url":"https:\/\/marc.storck.lu\/blog\/author\/mcs23\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pqZFU-fO","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/comments?post=980"}],"version-history":[{"count":7,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/980\/revisions"}],"predecessor-version":[{"id":1076,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/980\/revisions\/1076"}],"wp:attachment":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/media?parent=980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/categories?post=980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/tags?post=980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}