Re: [GENERAL] Client connection: Port 5432 / Postgres

2007-02-12 Thread Nicolas Gignac
Thanks. Finally, I discovered one line not uncomment, stupid typos error. Nicolas 2007/2/7, Nicolas Gignac <[EMAIL PROTECTED]>: Hello, I have installed Postgres 8.2 on a internal server having Windows Server 2003 (IIS 6) up and running. - I have configure the hp_config file to: host all

Re: [GENERAL] Client connection: Port 5432 / Postgres

2007-02-12 Thread Tom Lane
"Nicolas Gignac" <[EMAIL PROTECTED]> writes: > I have installed Postgres 8.2 on a internal server having Windows Server > 2003 (IIS 6) up and running. > - I have configure the hp_config file to: host > all 0.0.0.0./0 > md5 > - I have change the listening address to '*' i

Re: [GENERAL] Client connection: Port 5432 / Postgres

2007-02-08 Thread Mikko Partio
Nicolas Gignac wrote: I have installed Postgres 8.2 on a internal server having Windows Server 2003 (IIS 6) up and running. - I have configure the hp_config file to: host all 0.0.0.0./0md5 ^

Re: [GENERAL] Client connection: Port 5432 / Postgres

2007-02-08 Thread Richard Huxton
Nicolas Gignac wrote: Hello, I have installed Postgres 8.2 on a internal server having Windows Server 2003 (IIS 6) up and running. - I have configure the hp_config file to: host all 0.0.0.0./0 md5 Don't you mean pg_hba.conf? - I have change the listening address t

Re: [GENERAL] Client connection: Port 5432 / Postgres

2007-02-08 Thread A. Kretschmer
am Wed, dem 07.02.2007, um 11:28:56 -0500 mailte Nicolas Gignac folgendes: > Hello, > > I have installed Postgres 8.2 on a internal server having Windows Server 2003 > (IIS 6) up and running. > - I have configure the hp_config file to: host > all 0.0

[GENERAL] Client connection: Port 5432 / Postgres

2007-02-08 Thread Nicolas Gignac
Hello, I have installed Postgres 8.2 on a internal server having Windows Server 2003 (IIS 6) up and running. - I have configure the hp_config file to: host all 0.0.0.0./0 md5 - I have change the listening address to '*' in the postgres.conf file - No Firewall activated