At 10:13 AM 21/08/2007, Nobuya Higuchi wrote: >Hi, > >Just for the information. I am experiencing a similar problem. My >Firebird2.0 DB resides on a PC server that has two NICs. When I try to >install my application server program onto the same PC server, it seems that >the application server program cannot connect to the DB on the same machine. >I tries "localhost", "127.0.0.1", and "192.168.x.x" in vain.
The localhost IP address (127.0.0.1) does not route via any NIC. It is the local loopback server, which is an emulated transport accessible only by a local network client. If you are using the remote client interface as your local network interface (the default for S2003 and Vista) then you won't be able to access the local loopback server. I don't know how your network sees 192.168.x.x but, if it is a machine-local address also not visible to the network, then the remote client interface won't find it either, even if it is running on the same physical machine. Helen ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
