Thread: PostgreSQL on Guest Host (VMWare)
Hi! Description: VMware 4.0 Main host is WinXP Pro (on FAT32) and Guest Host is WinXP Pro (on NTFS) 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? Thanx
Give the IP Address of your connecting client in the pg_hda.conf file and restart postgres. Thanks ! - goutam > -----Original Message----- > From: pgsql-general-owner@postgresql.org > [mailto:pgsql-general-owner@postgresql.org] On Behalf Of ON.KG > Sent: Monday, November 15, 2004 5:06 PM > To: pgsql-general@postgresql.org > Subject: [GENERAL] PostgreSQL on Guest Host (VMWare) > > Hi! > > Description: > VMware 4.0 > Main host is WinXP Pro (on FAT32) > and Guest Host is WinXP Pro (on NTFS) > > 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? > > Thanx > > ---------------------------(end of > broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so > that your > message can get through to the mailing list cleanly > Confidentiality Notice The information contained in this e-mail is confidential and intended for use only by the person(s) or organization listedin the address. If you have received this communication in error, please contact the sender at O'Neil & Associates,Inc., immediately. Any copying, dissemination, or distribution of this communication, other than by the intendedrecipient, is strictly prohibited.
Have you configured postgresql to work with tcp/ip ? http://www.postgresql.org/docs/current/static/postmaster-start.html Succes Estienne ON.KG wrote: >Hi! > >Description: >VMware 4.0 >Main host is WinXP Pro (on FAT32) >and Guest Host is WinXP Pro (on NTFS) > >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? > >Thanx > >---------------------------(end of broadcast)--------------------------- >TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > >
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