That's more a java/socket problem. You should use 0.0.0.0 as the binding address
Jeff — Sent from Mailbox for iPhone On Thu, Nov 28, 2013 at 4:50 AM, Dhruv Chopra <[email protected]> wrote: > Hi, > I wanted to know if MINA supports binding to multiple IP interfaces? So if > my machine has 2 IP addresses (A and B) - can I make a single MINA process > bind to both? It seems to me it should be possible by just creating a > second NioSocketAcceptor object, binding it to the second local IP address > and setting the handler as usual. Just wanted to know if there are any > gotchas and if someone has tried this before. > Thanks, > Dhruv
