Changes between Version 13 and Version 14 of TeliaIPTV
- Timestamp:
- 03/12/10 02:14:32 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TeliaIPTV
v13 v14 35 35 Telia seams to only support IGMP version 2 and default Linux tries to use version 3 with some fallback heuristics that seams to not work that well with Telia. You can force IGMP version 2 by changing the {{{force_igmp_version}}} file in the proc filesystem 36 36 {{{ 37 echo 2 > /proc/sys/net/ipv4/conf/eth 0/force_igmp_version37 echo 2 > /proc/sys/net/ipv4/conf/eth1/force_igmp_version 38 38 }}} 39 39