Subject | Re: Firebird on Ubuntu (server) |
---|---|
Author | Milan Babuskov |
Post date | 2007-05-08T15:49:26Z |
--- "Mike" <mhencin@...> wrote:
iptables -t filter --list
You can also checkout the NAT and mangle tables as well, as the
packets could be sent elsewhere:
iptables -t nat --list
iptables -t mangle --list
ps ax | grep inetd
--
Milan Babuskov
http://www.guacosoft.com
http://www.flamerobin.org
> I am not sure what or if any firewall is blocking it? I don't evenTo check the filtering rules (i.e. blocking access) use this:
> know where to start for that.
iptables -t filter --list
You can also checkout the NAT and mangle tables as well, as the
packets could be sent elsewhere:
iptables -t nat --list
iptables -t mangle --list
> root@ubuntu:/opt/firebird/bin# cat /etc/inetd.conf | grep gdsNow, a stupid thing to check: is inetd running?
>
> gds_db stream tcp nowait.30000 firebird
> /opt/firebird/bin/fb_inet_server fb_inet_server # Firebird Database
> Remote Serve
ps ax | grep inetd
--
Milan Babuskov
http://www.guacosoft.com
http://www.flamerobin.org