Re: connecting to linux server from windows xp - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: connecting to linux server from windows xp
Date
Msg-id 20051114094539.GD25254@webserv.wug-glas.de
Whole thread Raw
In response to Re: connecting to linux server from windows xp  (Sebastian Scarano <opensas@gmail.com>)
Responses Re: connecting to linux server from windows xp  (Sebastian Scarano <opensas@gmail.com>)
List pgsql-novice
am  14.11.2005, um  6:17:49 -0300 mailte Sebastian Scarano folgendes:
> With the help of Andreas, I could finally connect a from a guest xp running
> with vmware inside a host xp machine
>
> Now I'm trying to do the same with a host gentoo box and a guest xp SP1
>
> this is my pg_hba.conf
>
> ---
> tux data # cat pg_hba.conf | tail -n 8
>
> # "local" is for Unix domain socket connections only
> local all all trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 <http://127.0.0.1/32> trust
> host all all 192.168.0.0/16 <http://192.168.0.0/16> md5
                              ^^^^^^^^^^^^^^^^^^^^^^
                              wrong syntax


>
> When I try to connect from the host using pgaminIII for windows, I get the
> following error:
>
> "Server not listening"

1. wrong syntax in pg_hba.conf
2. check, if the server ist running (telnet server 5432, it should
   connect for a few seconds)

My guess: because the wrong syntax the server is not running.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-novice by date:

Previous
From: Sebastian Scarano
Date:
Subject: Re: connecting to linux server from windows xp
Next
From: Gan Uesli Starling
Date:
Subject: Re: My bad...user and database not recognized after reboot