Subject | RE: [firebird-support] 3050 tcp unable to connect remotely |
---|---|
Author | Nigel Weeks |
Post date | 2006-06-05T03:31:44Z |
>On your linux box, can you connect to localhost?
> I do understand the difference between connecting to the
> linux o/s and connecting to the security.fdb database where
> the users live. I do have this working and am able to query
> with GSEC> display
>
`isql -u sysdba -p masterkey localhost:/path/to/database.fdb`
Then, to your external interface
`isql -u sysdba -p masterkey servername:/path/to/database.fdb`
If you can, then there's nothing wrong with your firebird installation.
N.