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
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
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