Hello Vikram
When using VMWare, you've a fake network interface installed which is use
for communication between
your host and virtual machine.
Login on your 'virtual' RH7.3, go to the /etc/sysconfig/network-scripts, and
issue a command:
grep IPADDR ifcfg-eth?
then it should output a line formed like this:
ifcfg-eth0:IPADDR="XXX.XXX.XXX.XXX"
where XXX.XXX.XXX.XXX is an IP address you're looking for
Make sure that your pg_hba.conf allows to connect from your w2k box as user
postgres with no password! (postgresql documentation covers this area very
well)
hope this helps
Krystian Brazulewicz
> Howdy,
>
> I have RH 7.3 running on VMWare with W2k as the host. Postgres is
> running on the Linux VMware. How do I connect to Postgres from the W2k
> box. I tried the default connection with server=localhost, port =5432
> and username=postgres with pwd blank, but no luck.
>
> I'll appreciate it if someone can point me to some HOWTO's on the web. I
> couldn't find any on the archive for this mailing list or on Google.
>
> Thanks,
> Vikram
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>