[Bug 690026] [NEW] Ubuntu Multicast packet bug

2010-12-13 Thread Mayank Tripathi
Public bug reported: I am using Kubuntu 10.10 for multicast data packets. I am sending multicast data packets from a windows machine which is listened for on my Kubuntu machine. With wireshark I have confirmed that the packets are reaching the Kubuntu machine. Also I have confirmed on the windo

[Bug 690026] Re: Ubuntu Multicast packet bug

2010-12-14 Thread Mayank Tripathi
Following settings also done 1) sudo iptables --flush 2) CONFIG_IP_MULTICAST=y 3) echo 1 > /proc/sys/net/ipv4/ip_forward 4) net.ipv4.ip_forward = 1 in /etc/sysctl.conf ---