Subject | Re: [firebird-support] New to Firebird |
---|---|
Author | Thomas Steinmaurer |
Post date | 2013-01-27T19:32:24Z |
> I'm setting up Firebird 2.5.2. I have Superserver running on Windows XP. I have the Guardian and the Server services running on the server machine. I can gsec Firebird while on the server machine. I can isql the supplied database while on the server machine.Is this a typo, because the term 'port' shouldn't be in the connect
>
> Now I want to connect to Firebird from a second client machine over the internet using TCP/IP. I have Firebird 2.5.2 installed on the client machine. I can successfully ping the server machine from the client machine (ping 70.230.100.101). I opened port 3050 in the hardware firewall and on the software firewall on the server machine.
>
> I try to connect to the server machine using isql. The connection string I type at the SQL prompt is:
>
> connect "70.231.100.101\port 3050:c:\program files\firebird\firebird_2_5\examples\empbuild\employee.fdb" user sysdba password blahblah
string. Have you tried:
connect "70.231.100.101/3050:c:\...."
Another sanity check about reachability is if you can telnet the
Firebird server via e.g:
telnet 70.231.100.101 3050
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/