Hello,
I am using IGMPproxy .0.1
igmp.conf
########################################################
##------------------------------------------------------
## Enable Quickleave mode (Sends Leave instantly)
##------------------------------------------------------
quickleave
##------------------------------------------------------
## Configuration for eth0 (Upstream Interface)
##------------------------------------------------------
phyint ppp0 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 192.168.0.0/24
##------------------------------------------------------
## Configuration for eth1 (Downstream Interface)
##------------------------------------------------------
phyint eth0 downstream ratelimit 0 threshold 1
##------------------------------------------------------
## Configuration for eth2 (Disabled Interface)
##------------------------------------------------------
phyint eth2 disabled
.............................................................................................
The error message in ip_mr_vif :-
problem description :In the ip_mr_cache file ,the value of lif (incoming interface) = 65535. it should have been = 1.
output ///
# cat /proc/net/ip_mr_vif
Interface BytesIn PktsIn BytesOut PktsOut Flags Local Remote
0 br0 0 0 0 0 00000 C0A80101 00000000
1 ppp1 0 0 0 0 00000 3DC83C64 00000000
# cat /proc/net/ip_mr_cache
Group Origin Iif Pkts Bytes Wrong Oifs
E00001DA 06000005 65535 0 3 0
mail me at kulhar007atgmaildotcom.