Hello all,
Iam new to the forum .
Iam more intereseted in the IGMPPROXY .
My setup is like below .
wan pc ==> DSL router ===> LAN pc
When i run the igmpproxy in on my router, it gives me the warning like below
” Warn: The source address 192.168.1.1 for group 239.255.255.250, is not in any valid net for upstream VIF.”
I dont know weher is the error.
Here my iptables configurations i added are like below .
1. iptables –table nat –append POSTROUTING –out-interface eth0 -j MASQUERADE
2. iptables –append FORWARD –in-interface br0 -j ACCEPT
3. ipchains -A FORWARD -d 224.0.0.0/4 -j ACCEPT
4. ipchains -A INPUT -d 224.0.0.0/4 -j ACCEPT
Here br0 is my Lan interface bridge .
eth0 is the wan interface.
For any lan pc behind router will be take br0 ip ( i.e 192 .168.1.1) as gateway .
I hope you people got my requirement . Please suggest me where am i going wrong.
regards
kanth