I\'m trying to connect to a remote Firebird database \"test\" (alias already added). It is not an embedded server, and is installed on VM with IP 192.168.1.147.
Here
Make sure you have excluded tcp port 3050 in VMs' firewall.
Make sure that
For Linux, the Firebird port is closed by default. You need to modify RemoteBindAddress
in /etc/firebird/2.5/firebird.conf
from
RemoteBindAddress = localhost
to
RemoteBindAddress =
and restart service.