Just chipping in to say I have Vodafone TV working with my Vodafone UFB plan using an Ubiquity Edgerouter rather than the supplied HG659 router. Below is the pertinant sections of my config file and I'm happy to talk through this further if anyone is looking to achieve this themselves.
IGMP Settings:
protocols {
igmp-proxy {
interface eth0.10 {
alt-subnet 203.167.247.45/32
role upstream
threshold 1
}
interface eth4 {
alt-subnet 192.168.1.0/24
role downstream
threshold 1
}
}
}
Firewall Rules:
rule 21 {
action accept
description iptv
destination {
address 0.0.0.0/0
group {
}
}
log enable
protocol udp
source {
address 203.167.247.45/32
}
}
rule 22 {
action accept
description iptv2
destination {
address 224.0.0.1
}
log enable
protocol igmp
source {
address 10.0.0.2
}
}
}