I'm running the NettyUDPAsyncTest in a Fedora 19 virtual machine inside VirtualBox. As the test is written, sending and receiving via localhost works fine. Now I would like to multicast on my VLAN, so I changed the test to:
sendFile("netty:udp://224.1.1.1:1201?sync=false&networkInterface=p7p1&broadcast=true"); ......... from("netty:udp://224.1.1.1:1201?sync=false&networkInterface=p7p1&broadcast=true") ... where p7p1 is the VLAN interface, but the test message is not received. I've tried to eliminate any firewall issues by disabling the firewall. Am I missing something obvious? -- Darren -- View this message in context: http://camel.465427.n5.nabble.com/using-Camel-Netty-to-multicast-UDP-beyond-localhost-tp5741490.html Sent from the Camel - Users mailing list archive at Nabble.com.