Re: using Camel-Netty to multicast UDP beyond localhost

2013-10-15 Thread Darren Dobkin
Yes, I am using Camel 2.12, and I am using the networkInterface option. My problem is that when I specify "networkInterface=vboxnet0", I see packets instead sent to wlan0. I've debugged down into SingleUDPNettyServerBootstrapFactory.startServerBootstrap(), where it does look like the correct inte

Re: using Camel-Netty to multicast UDP beyond localhost

2013-10-15 Thread Darren Dobkin
Yes, and I have a lot more information now. The bottom line is that I suspect the wrong interface is being selected in camel-netty. Here are the details: I'm now testing a total of six interfaces on two machines. My VirtualBox host is my Ubuntu laptop with three interfaces: localhost, vboxnet0

using Camel-Netty to multicast UDP beyond localhost

2013-10-13 Thread Darren Dobkin
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&networkInterfac