13 Mar, 2010, JohnnyStarr wrote in the 1st comment:
Votes: 0
I'm running my Ruby project on a Ubuntu server on a friends VPS.
I've set the host to 0.0.0.0 port: 4000 and I cannot connect via telnet from outside the shell.
I can telnet within the shell, and oddly enough port 4000 works for my ROM project, so I can only
imagine that this is an Eventmachine issue, I've checked the forums and found nothing, so I was curious
if any EM users out there have had this come up?
13 Mar, 2010, kiasyn wrote in the 2nd comment:
Votes: 0
try using the ip instead of 0.0.0.0
13 Mar, 2010, Runter wrote in the 3rd comment:
Votes: 0
EventMachine::start_server "0.0.0.0", MUDPORT, SocketData


Works just fine for me.
Random Picks
0.0/3