QUOTE(ahlong @ Feb 19 2012, 02:38 PM)
i used it and the problem is like he stated.. after the modem reboot/off, we need to reconfig the iptv config again.. try to find the solution to make it permanent like vlan500..
Fixing that is quite easy. Also, you don't need that line anymore, as unifi has changed their method for identifying IPTV, no need to set the port priority to 1 anymore. Anyhow I'm impressed that someone managed to find the magic command to set port priority to 1. I've been looking for it for ages, but then TM made it unnecessary, haha.If you insist, add that line to /etc/rc.local. Alternatively, login to the web interface, go to System > Startup. Scroll down, add that line to startup before 'exit 0'. It works because /etc/rc.local is executed only after every single one of the scripts in the boot procedure are done.
Of course, the line I'm talking about is this one.
CODE
vconfig set_egress_map eth0.600 0 1
It should work even after reboot.
Finally, I'd rather replace the line containing "config 'interface' 'iptv" and below it with this.
CODE
config 'interface' 'iptv'
option 'ifname' 'eth0.600'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '1'
option 'ifname' 'eth0.600'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '1'
It's so that the router doesn't grab an IP from their server, because there's no need for it.
EDIT: Underlined the important parts.
EDIT2: Hopefully someone made a proper guide lol. I'm not good at writing one.
This post has been edited by blindbox: Feb 19 2012, 08:25 PM
Feb 19 2012, 08:10 PM

Quote
0.0302sec
0.17
7 queries
GZIP Disabled