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 <tkns...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to