Hi Rohit, this is not akka specific and this is how IP works. If you bind to localhost IP (127.0.0.1) then you receive packets sent to that IP address, which are packets sent from the same machine. If you bind to some LAN address (ex. 192.168.1.1) then you will receive packets sent to that IP address which could be packets sent from the same machine, our from a machine in your local network.
On Sat, Jul 5, 2014 at 5:21 PM, Rohit Kumar Gupta < [email protected]> wrote: > Hi, > > Does akka treat loopback address (127.0.0.1) and actual ip address > differently. If I run the cluster on the same m/c (different processes) it > seems I have to use one or the other for consistency (in the akka remote > configuration) else things do not work. > > This is causing the configuration file to be different for different m/c > when I open the cluster to other boxes. > > Any help will be appreciated. > > Thanks & Regards, > Rohit > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
