I’ve set up infobright 4.0.4 on my box, and I’m having issues connecting from the remote boxes.
I’ve added the user like this:
GRANT ALL PRIVILEGES ON *.* TO ‘test’@’%’ IDENTIFIED BY ‘test123’;
I know this is foolish grant, but I’ve limited it to IP earlier too, still the same issue.
Now, I did flush privileges, just to make sure.
infobright is running on default port 5029. When I try connecting from localhost, it works ok:
root@testbox:/usr/local/infobright# telnet localhost 5029
Trying ::1…
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
4
5.1.40<and-then-handshake-garbage>
But, when I try to connect from the remote machine, connection closes instantly:
monitor:~# telnet testbox 5029
Trying 192.168.10.21…
Connected to testbox.
Escape character is ‘^]’.
Connection closed by foreign host.
monitor:~#
Is there anything else I need to set up to allow remote connections? From this it looks like infobright is listening on 5029, but it rejected connections.
There is no firewall in place. Also, when I shut down infobright, and then issue `nc -l -p 5029`, I can telnet to that port with no issues.
This is all being set up on Linux, Debian Stable.

