Subject Re: [firebird-support] Can't connect to Linux FB 2.5 remotely
Author Mark Rotteveel
On 29-3-2018 15:50, dcoops@... [firebird-support] wrote:
> We have set up a FB 2.5 on a Linux server. We can access it locally from
> the server, but when we try to access it from any other computer on our
> local network (from which we can successfully ping the server), we get:
>
>
> Statement failed, SQLSTATE = 08006
> Unable to complete network request to host "/servername/".
>
>
> The command we are using to try to access it is like:
>
>
> isql -u /username/ -p /password/ /_servername_:aliasname/
>
>
> The exact same command works on the server itself, omitting the server
> name of course.
>
>
> We are quite sure that there is no active firewall stopping the
> connections.
>
>
> Any bright ideas? Thanks.

Are you sure Firebird is bound to a non-localhost IP-address? Check the
value of RemoteBindAddress in firebird.conf (if using SuperServer or
SuperClassic) with Classic you need to check the (x)inetd configuration
(I think).

Or check to which address(es) port 3050 is bound using netstat -lt; it
is likely only bound to 127.0.0.1 (and maybe [::1]).

--
Mark Rotteveel