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 receive packets.

So I seem that Camel-Netty binds on bond0.


I attempted this.
  netty:udp://<IP of bond1>:162/
But, Camel-Netty doesn't receive packets.


I want to recieve packets on bond1.

Does someone have good solution?


Regards 

Satoyuki Tsukano



--
View this message in context: 
http://camel.465427.n5.nabble.com/I-can-t-receive-packet-in-Multi-NIC-machine-tp5736663.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to