I am trying to connect to Firebird 4.0 on my server from a remote PC but always failed. It always reports: "connection rejected by remote interface."
My server uses Windows Server 2012 R2. I already test using telnet to my server on port 3050 and it did not block. So I guess it is not because of a firewall issue.
This does not happen when I am using Firebird 2.5.
Is there any additional setting that I must do if using Firebird 4.0?
You should try to set the following parameters in
firebird.conf
file:If the problem remains you can try to completely switch off newest security features of FB 3.0/4.0 with following set of parameters:
These will set for the server a mode fully compatible with older clients.