MSS use local IP ?

darkness

New member
Joined
Jan 5, 2021
Messages
1
Hello,

Is there any way I can connect to remote NS cluster using local IP ?
When I try to test connection, it returns error:
Timeout while trying to connect to 192.168.1.10
Unable to connect to secure socket
Some I/O error occurred. The OpenSSL error queue may contain more information on the error. If the error queue is empty (i.e. ERR_get_error() returns 0), ret can be used to find out more about the error: If ret == 0, an EOF was observed that violates the protocol. If ret == -1, the underlying BIO reported an I/O error (for socket I/O on Unix systems, consult errno for details). openssl error queue: empty error queue. ret=-1 errno


Also tested connection without SSL:
Timeout while trying to connect to 192.168.1.10 Unable to open a socket

Ofc server is reachable via local IP on both 2223 and 2222 ports from source.

Running DirectAdmin in debug mode does not report anything more than thoose errors.

Connection works without problems when im using public IP with and without SSL.

Regards,
 
Back
Top