Subject CentOS Linux 7 (Core): Can't connect through network(local and remote)
Author

Hi all,


I am new on Firebird usage but i am facing a problem with the local network connection. After trying to apply all the suggestions from the firebird Quick Start guide and other online declarations, the same issues remains. I have already opened the firewall port 3050 for tcp.

 

Firebird Config:

DatabaseAccess = Full
Providers = Remote,Engine12,Loopback
RemoteServiceName = gds_db

IPv6V6Only = 0

ServerMode = Classic

Results of commands:

connect 3C-A9-F4-5B-24-2C:employee user SYSDBA password masterkey;
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.


Same results with the localhost attempt:

SQL> connect localhost.localdomain:employee user SYSDBA password masterkey;
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.


Any help will be appreciate


Sincerely,