I  have only one rule for igmp

iptables -A INPUT -j igmpproxy
iptbales -A FORWARD -j igmpproxy
iptables  -A igmpproxy_wan_rule   -d 224.0.0.1 -j ACCEPT .


In igmproxy code , i modified the code so that it will accept

altnet  0.0.0.0/0  configuration . That means all mutlicast streams .
and whenver a join is received , i will add that ip into list

iptables -A igmpproxy_wan_rule -d $ip -j ACCEPT .

After some time i can see a rule to accept

packest destined to    224.0.0.2 and 224.0.0.9  .

who is doing this ? any idea ?

Thanks,
Ratheesh .
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to