I got the Kusht server running as far as I can tell - I have the
success message after running "php -q run.php" and I can see by
running socklist that php is listening on the default 12345 port.
However, I am unable to connect via the client. I get "WebSocket -
status 0 ... Disconnected - status 2" in the client.
The only values I have changed in the default configuration were in
run.php:
line 68: changed dbHandler::connect() by removing the 3306 port and
using my specific mysql user values
line 71: changed to $server = new BasicServer("0.0.0.0",12345);
Like I said, I get the basic success message on the server end, and
both netstat and "socklist -nap" are showing that php is listening on
port 12345. Maybe I have the port blocked but (YIKES) I don't have
iptables installed yet on the server and I'm brain-farting what other
port forwarding/blocking steps I might have taken, but I don't think I
have taken any since I haven't even installed that. Guess I should get
on that.
I will work with this some more at a later time and hopefully get it
sorted out, but I thought I would leave this because I am sure I am
missing something that is probably obvious.