Subject Re: [firebird-support] "unable to complete network request..." (SuSe)
Author Milan Babuskov
dmcfall1347 wrote:
> I just installed FirebirdCS-1.5.0.4290-0.i686.rpm on Linux Suse 9.0.
> The server is running: I can connect and execute "select" statements
> on employee.fdb with isql.
>
> But I can't connect from another machine on the LAN.
> With (IBObjects) WISQL tool, I get this message:
> "ISC ERROR CODE:335544721
> ISC ERROR MESSAGE:
> Unable to complete network request to host "192.168.0.106".
> Failed to establish a connection.
> No connection could be made because the target machine actively
> refused it."

Check if you have TCP port open at all like this:

lsof | grep IP | grep gds_db

If you don't get anything, probably the inet service isn't running, or
it isn't setup to use Firebird. Firebird CS requires inetd to run it.

ps ax | grep inetd

I you see it running, check the configuration file. I don't have SuSE,
so I know know where it is, try /etc/inetd.conf or /etc/inetd/inetd.conf
. Or just do: man inetd, are read the FILES section.

Your instalation might be running xinetd instead of inetd, so you may
try with that if you can't find inet.

--
Milan Babuskov
http://fbexport.sourceforge.net