Changes between Version 13 and Version 14 of TeliaIPTV

Show
Ignore:
Timestamp:
03/12/10 02:14:32 (6 months ago)
Author:
matwad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TeliaIPTV

    v13 v14  
    3535Telia 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 
    3636{{{ 
    37 echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version 
     37echo 2 > /proc/sys/net/ipv4/conf/eth1/force_igmp_version 
    3838}}} 
    3939