Dedicated switch port for IPTV set top box + IPTV on PC

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
azzkickr
DD-WRT Novice


Joined: 20 Jan 2011
Posts: 8

PostPosted: Thu Jan 20, 2011 2:24    Post subject: Dedicated switch port for IPTV set top box + IPTV on PC Reply with quote
I'm not sure whether this post should be here or in the chipset-based forum so I will only post a link to my question over there.

I believe it is more a question of advanced networking than hardware-related topic so should I be in a wrong place, please, moderators, move it to the appropriate section


Here's the issue I've been trying to solve for some time now...:
http://www.dd-wrt.com/phpBB2/viewtopic.php?p=527554&highlight=#527554
Sponsor
azzkickr
DD-WRT Novice


Joined: 20 Jan 2011
Posts: 8

PostPosted: Thu Jan 20, 2011 13:29    Post subject: Reply with quote
Well, for the lazy ones - here's my full post:


Hello there,

For the last few weeks I've been trying to solve a problem many people in Lithuania struggle with. Here's an introduction:

In Lithuania, where I am now, the national ISP gives fibre optic connections (100Mbps symmetric for 20€/month) and provides IPTV service over the fibre as well. Trouble is that they force users to use their own crappy equipment. The answer is always the same - users can not (or are not supposed to) use their own routers therefore, obviously, the provider will not help configuring one's router. They redirect us to another company that provides paid support, but on arrival they say they only deal with officially approved hardware. Enough to say that the hardware they provide has most of configuration options hidden/blocked and is targeted mainly to home users checking mail / downloading movies.

So as a matter of a fight against the monopoly I've had this brilliant idea of getting a VLAN-capable router, installing DD-WRT or OpenWRT, making it all work and then posting it on Lithuanian forums so everyone can have it working for half the price operator charges and obviously with better quality, stability etc.

OK. so here's the situation:

Code:

TEO - Lithuanian Telecom
Zebra - ISP, Division of TEO
MGMT - Management (I suppose)
GALA - IPTV service
IPTV STB - Set-Top Box (Sort of a decoder if you wish) plugged into an ordinary TV


This tutorial
http://www.dd-wrt.com/wiki/index.php/Setting_up_IPTV_without_impact_to_LAN_and_Wireless_traffic is no longer helpful as the GUI have changed and there's no instruction on how to do it in terminal[/url]

My goal is to:

1. Make the Set-Top box able to stream TV channels
2. Make it possible to watch TV also on computers (also via WiFi, if possible)
3. Maintain normal functionality for everything else

I've found two sites with some information on the setup but firstly - they are in Lithuanian (which I don't speak) and secondly - none of them provides complete information. One is a complete guide on how to achieve it on Debian
http://www.atviras.lt/Straipsniai/GalaLinijosSrautoPanaudojimas
I recommend using google chrome with autotranslate from Lithuanian to understand anything not being code;

The second is a blog with people trying to make it work with DD-WRT with some results:
http://shmandre.blogspot.com/2011/01/gala-tv-ir-zebra-internetas.html
Getting PCs and TV to work with original Pirelli DRG125G router: http://shmandre.blogspot.com/2010/04/gala-tv-ir-zebra-internetas-per_14.html
http://shmandre.blogspot.com/2010/03/gala-tv-tinklas.html

What I'm asking for is for you to tell me how to achieve it. I've been trying for a week with OpenWRT, today I've installed DD-WRT because of the tutorial mentioned earlier. Well, too bad it's not helpful anymore ;)

Anyways - Attached - the original router's config file. Earlier in this post - a full instruction on how to make it with Debian. Plus some additional info.

What I can't do is translate the debian steps, add pieces of old config and strips of information from blogs to compile a step-by-step tutorial to liberate the people here from the ISP's tyranny.

Help me Obi-Wan Kenobi... You're my only hope...

*Pictures "borrowed" from shmandre.blogspot.com
azzkickr
DD-WRT Novice


Joined: 20 Jan 2011
Posts: 8

PostPosted: Thu Jan 27, 2011 18:26    Post subject: Reply with quote
OK, I got it working with OpenWrt by changing the /etc/network/config to:

Code:
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'

config 'interface' 'lan'
option 'ifname' 'eth0.2'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'

config 'interface' 'wan'
option 'ifname' 'eth0.1'
option 'proto' 'dhcp'

config 'interface' 'vlan6'
option 'ifname' 'eth0.6'
option 'proto' 'none'
option 'defaultroute' '0'
option 'peerdns' '0'

config 'interface' 'vlan5'
option 'ifname' 'eth0.5'
option 'proto' 'none'
option 'defaultroute' '0'
option 'peerdns' '0'

config 'switch'
option 'name' 'rtl8366rb'
option 'reset' '1'
option 'enable_vlan' '1'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '6'
option 'ports' '0t 4 5t'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '5'
option 'ports' '0t 5t'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '1'
option 'ports' '0 5t'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '2'
option 'ports' '1 2 3 5t'
DaveBG
DD-WRT Novice


Joined: 05 May 2010
Posts: 7

PostPosted: Thu Apr 04, 2013 7:42    Post subject: Reply with quote
Will this work with DD-WRT on Asus RT-N13U B1 mod (r19519) ?

I need to have one port as switch for IPTV too.
Meridianas
DD-WRT Novice


Joined: 31 Oct 2008
Posts: 7

PostPosted: Sat Sep 21, 2013 17:47    Post subject: Asus WL-500G Premium v1 Reply with quote
someone know how to configure this on dd-wrt? I have Asus WL-500G Premium v1 DD-WRT v24-sp2 (08/07/10) std (build 14896)
i read this http://www.dd-wrt.com/wiki/index.php/Setting_up_IPTV_without_impact_to_LAN_and_Wireless_traffic

but with no results.

Here is my backup attached from asus. and some pictures from it.

Meridianas
DD-WRT Novice


Joined: 31 Oct 2008
Posts: 7

PostPosted: Sat Sep 21, 2013 18:39    Post subject: Reply with quote
here is pirelli config file
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum