19.11.2014 11:42, Michal Kubecek wrote:
> On Wed, Nov 19, 2014 at 10:01:32AM +0100, liviuslivius wrote:
>>
>> I downloaded today FB 3.0.0.31439 - but i can not connect to it
>> And i do not see 3050 listen port with netstat -a
>
> Does setting "RemoteBindAddress 127.0.0.1" in firebird.conf help?

   No. And it can't help. Look at inet.cpp, line 775:

        // Prepare hints
        struct addrinfo gai_hints;
        memset(&gai_hints, 0, sizeof(gai_hints));
        gai_hints.ai_family = (packet ? AF_UNSPEC : AF_INET6);

   How it could work on OS without support for AF_INET6 ?

> According to the info I found, the problem with Windows XP (and older)
> should be that one socket cannot be used to accept both IPv6 and IPv4
> connections.

   Yes, but this is a bit different issue. We must address it too, but not
in current topic.

> But I would still expect a socket listening on '::', not
> having any listening socket would mean there is some other problem.

   See above.

Regards,
Vlad

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to