You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Satoyuki Tsukano <tk...@gmail.com> on 2013/08/02 00:29:56 UTC

I can't receive packet in Multi-NIC machine

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.

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

Posted by Claus Ibsen <cl...@gmail.com>.
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 <tk...@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: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen