QUOTE(rizvanrp @ Apr 19 2010, 04:37 AM)
It will not work.. but not because the ports on the Fiberhome are locked. The IPTV STB does not understand VLAN tags, the DLINK router does this 'translation' for it by listening on 2 VLAN IDs on its WAN/Internet port. Its configured to be aware of VLAN's 500 and 600. PPPoE connections are pushed through VLAN 500. The last port on the DLINK router (IPTV port) however is bridged with the WAN interface on VLAN ID 600.
Hey man thanks. I'm using my own router with UniFi now. Some details about my setup:
UniFi package: VIP5 HOME
Router = Dlink DIR-600 H/W Ver. B1
DD-WRT = v24-sp2 (03/24/10) std - build 14144
The only changes I made was that instead of choosing vlan2, I chose br0 as vlan interface and assign WAN port to br0.500. I've tried assigning to vlan2.500 but it doesn't work.

The other thing I've tried is using a box as a gateway/router. I've a spare box lying around, installed FreeBSD on it. This works too. If you guys are wondering how to use FreeBSD instead of the DIR-615 supplied by TM to act as your gateway/router, here's my setup:-
Assuming:
CODE
WAN_IF = fxp0
LAN_IF = fxp1
LAN_IF = fxp1
kldload if_vlan
ifconfig fxp0 up
ifconfig vlan0 create vlandev fxp0 vlan 500
/etc/ppp/ppp.conf:
CODE
default:
set log Phase Chat tun command
enable lqr echo
set lqrperiod 20
set reconnect 3 5
set redial 2 0
set timeout 0
set cd 5
set dial
set login
set mru max 1492
set mtu max 1492
set speed sync
set ctsrts off
enable mssfixup
disable dns
disable ipv6cp
disable acfcomp protocomp
deny acfcomp
hsbb:
set device PPPoE:vlan0
set authname username@unifi
set authkey secret
set log Phase Chat tun command
enable lqr echo
set lqrperiod 20
set reconnect 3 5
set redial 2 0
set timeout 0
set cd 5
set dial
set login
set mru max 1492
set mtu max 1492
set speed sync
set ctsrts off
enable mssfixup
disable dns
disable ipv6cp
disable acfcomp protocomp
deny acfcomp
hsbb:
set device PPPoE:vlan0
set authname username@unifi
set authkey secret
/etc/ppp/ppp.linkup:
CODE
hsbb:
delete ALL
add 0 0 HISADDR
delete ALL
add 0 0 HISADDR
/etc/ppp/ppp.linkdown:
CODE
hsbb:
iface clear
iface clear
Then just 'ppp -ddial hsbb' and you are set. Cheers :)
Apr 21 2010, 12:54 AM
Quote

0.0643sec
0.36
8 queries
GZIP Disabled