X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 5A0053A4D59 for ; Tue, 16 Nov 2004 02:58:38 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 47876-06 for ; Tue, 16 Nov 2004 02:58:33 +0000 (GMT) Received: from smtp104.mail.sc5.yahoo.com (smtp104.mail.sc5.yahoo.com [66.163.169.223]) by svr1.postgresql.org (Postfix) with SMTP id 819FA3A4C86 for ; Tue, 16 Nov 2004 02:58:35 +0000 (GMT) Received: from unknown (HELO jupiter.black-lion.info) (janwieck@68.80.245.191 with login) by smtp104.mail.sc5.yahoo.com with SMTP; 16 Nov 2004 02:58:35 -0000 Received: from [127.0.0.1] (family [192.168.192.43]) (authenticated bits=0) by jupiter.black-lion.info (8.12.10/8.12.9) with ESMTP id iAG2wP94026862; Mon, 15 Nov 2004 21:58:28 -0500 (EST) (envelope-from JanWieck@Yahoo.com) Message-ID: <41996DEA.3070104@Yahoo.com> Date: Mon, 15 Nov 2004 22:03:06 -0500 From: Jan Wieck User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "ON.KG" Cc: pgsql-general@postgresql.org Subject: Re: PostgreSQL on Guest Host (VMWare) References: <200411132120.51294.peter_e@gmx.net> <1100449519.2950.1123.camel@localhost.localdomain> <1100493852.23420.33.camel@localhost.localdomain> <200411151016.53648.josh@agliodbs.com> <3234659046.20041116010544@on.kg> In-Reply-To: <3234659046.20041116010544@on.kg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests=HOT_NASTY X-Spam-Level: X-Archive-Number: 200411/748 X-Sequence-Number: 68828 On 11/15/2004 5:05 PM, ON.KG wrote: > Hi! > > Description: > VMware 4.0 > Main host is WinXP Pro (on FAT32) > and Guest Host is WinXP Pro (on NTFS) I hope you're running the guest with fully preallocated virtual disks. Any FAT inconsistency caused by a system crash could destroy your entire guest otherwise. > > On Guest Host - PostgreSQL 8.0-beta2-dev3 > >>From Main host i'm trying to connect to PostgreSQL to Guest host > But as a result i'm receiving next message: > > Connection Refused (0x0000274D/10061) > Is the server running on host xxx.xxx.xxx.xxx and accepting TCP/IP > connections on port 5432? > > Tell me please, what is the problem? Windows XP has some basic firewall functionality. Could it be that this is blocking inbound access on the Guest side? Jan