DIR-825 revision b1 confirm working with unifi & iptv. I'm using OpenWRT bleeding edge 25223.
my /etc/config/network as follows:-
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.500'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'
config 'interface' 'wan'
option 'ifname' 'eth1.500'
option 'proto' 'pppoe'
option 'username' 'xxx'
option 'password' 'xxx'
config 'switch'
option 'name' 'rtl8366s'
option 'reset' '1'
option 'enable_vlan' '1'
option 'enable_vlan4k' '1'
config 'switch_vlan'
option 'device' 'rtl8366s'
option 'vlan' '500'
option 'ports' '1 2 3 5t'
config 'switch_vlan'
option 'ports' '0 5t'
option 'vlan' '600'
config 'interface' 'iptv'
option 'proto' 'none'
option 'type' 'bridge'
option 'defaultroute' '0'
option 'peerdns' '0'
option 'ifname' 'eth0.600 eth1.600'
Screenshot of the switch page from Luci web interface.
This post has been edited by tch9: Jan 30 2011, 04:48 PM