Hey,
I know there are a lot of thread about this issue (when trying to connect with multi-server settings), but I have something that I couldn't find an answer to.
I have 5 server (4 + 1 new), where all 4 can connect to the new one, but not the other way around.
telnet to port 2222 works both way (with and without CSF being enabled).
I've set directadmin to run in debug mode (even d8000) on one of the servers and saw this:
when a different server tries to connect to the same server in debug mode I get this:
(and connection is OK)
I've also tried to force a wrong password, and I do get a corresponding error.
I know there are a lot of thread about this issue (when trying to connect with multi-server settings), but I have something that I couldn't find an answer to.
I have 5 server (4 + 1 new), where all 4 can connect to the new one, but not the other way around.
telnet to port 2222 works both way (with and without CSF being enabled).
I've set directadmin to run in debug mode (even d8000) on one of the servers and saw this:
Code:
Command::run: finished /CMD_API_LOGIN_TEST
Send::sendData() sendNothing=0
Send::sendData: DONE. Sent: 301 bytes
when a different server tries to connect to the same server in debug mode I get this:
Code:
Command::run: finished /CMD_API_LOGIN_TEST
Send::sendData() sendNothing=1
I've also tried to force a wrong password, and I do get a corresponding error.