Hi, I am trying to set up Mesos with 1 master and 3 slaves running on several computers all on the same switch. Each computer is a 4-socket dual core machine running ubuntu 13.04. I have installed mesos, and can create one master and one slave when ssh'd into the same computer using the local IP. However, when I try to create a slave on a second computer connected via the master's public IP, the slave appears to register. I get a message:
"I0627 16:02:42.431401 10059 slave.cpp:2873] Current usage 0.81%. Max allowed age: 6.243193692985590days)", indicating that it has connected to the master. However, the Mesos tracking website does not recognize the second slave. Additionally, frameworks that are started when ssh'd into a different computer (than the master), the framework stalls out at: "I0627 15:52:44.045642 10254 sched.cpp:230] No credentials provided. Attempting to register without authentication." The task also fails to appear on the mesos tracking website. However, frameworks that are launches from the same computer as the master using the local IP do execute normally. I am wondering if you have encountered this issue. I have been searching the web for a solution, but have not been able to find one. I would really appreciate any insights you might have.

