Changes between Version 8 and Version 9 of TeliaIPTV
- Timestamp:
- 03/12/10 01:18:39 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TeliaIPTV
v8 v9 15 15 iface eth1 inet dhcp 16 16 vendor "TeliaSonera_VIP1910-9" 17 post-up echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version 17 18 # rp_filter change is only needed if you have multiple network interfaces 18 19 # and the default route is not routed out on the multicast interface … … 28 29 {{{ 29 30 vendor-class-identifier "TeliaSonera_VIP1910-9"; 31 }}} 32 33 == IGMP == 34 35 Telia seams to only support IGMP version 2 and default linux tries to use version 3 with some fallback that does not seams to work that well with Telia. You can force IGMP version 2 by changing the {{{force_igmp_version}}} file in the proc filesystem 36 {{{ 37 echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version 30 38 }}} 31 39