Subject | Re: Firebird 1.5 remote access |
---|---|
Author | sgmota |
Post date | 2004-07-21T12:44:30Z |
Hi,
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?
Thanks a lot...
> > I can list the listenning socket for gds_db ...Ops, good idea.
> Check remotely wether the port 3050 is open. Use nmap or telnet.
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 / infoyou are
> using.isql -u sysdba -p senha 10.100.1.11:/database/netset.fdb
Thanks a lot...