Subject Re: Firebird 1.5 remote access
Author sgmota
Hi,

> > I can list the listenning socket for gds_db ...
> Check remotely wether the port 3050 is open. Use nmap or telnet.

Ops, good idea.

I think it's not ...

nmap -p 3050,80,21,22 10.100.1.11
PORT STATE SERVICE
21/tcp closed ftp
22/tcp open ssh
80/tcp open http
3050/tcp filtered unknown

(filtered is set for any not open port, right? nmap for windows)

But the output for "netstat -a" says that it's opened for any net
connection (in fact I have only eth0 and lo) on any remote address.

Any idea?

> Tell us where your DB is located and which connection string / info
you are
> using.

isql -u sysdba -p senha 10.100.1.11:/database/netset.fdb

Thanks a lot...