Re: I can't receive packet in Multi-NIC machine

2013-08-02 Thread Claus Ibsen
Hi Try Camel 2.12 which has a new networkInterface option where you can specify the interface to bind to. A SNAPSHOT of 2.12 can be downloaded http://camel.apache.org/download On Fri, Aug 2, 2013 at 12:29 AM, Satoyuki Tsukano wrote: > Hi, > > I have a problem. > I use Camel-Netty to receive UDP

I can't receive packet in Multi-NIC machine

2013-08-01 Thread Satoyuki Tsukano
Hi, I have a problem. I use Camel-Netty to receive UDP packet and configure below. netty:udp://0.0.0.0:162/ My machine have Multi-NIC(Network Interface Card) bond0, bond1, etc. When I send packets to bond0, Camel-Netty receives packets. When I send packets to bond1, Camel-Netty doesn't receiv