Changes between Version 8 and Version 9 of TeliaIPTV

Show
Ignore:
Timestamp:
03/12/10 01:18:39 (6 months ago)
Author:
matwad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TeliaIPTV

    v8 v9  
    1515iface eth1 inet dhcp 
    1616        vendor "TeliaSonera_VIP1910-9" 
     17        post-up echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version 
    1718        # rp_filter change is only needed if you have multiple network interfaces 
    1819        # and the default route is not routed out on the multicast interface 
     
    2829{{{ 
    2930vendor-class-identifier "TeliaSonera_VIP1910-9"; 
     31}}} 
     32 
     33== IGMP == 
     34 
     35Telia 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{{{ 
     37echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version 
    3038}}} 
    3139