Ver Mensaje Individual
  #51 (permalink)  
Antiguo 25/04/2006, 02:17
nesetru123
 
Fecha de Ingreso: mayo-2004
Mensajes: 101
Antigüedad: 20 años
Puntos: 0
Hola de nuevo, al parecer ahora lo que no puedo es acceder con el pgadminIII a un servidor postgre al intentarlo me dice que mi archipo pg_ctl esta mal configurado. a continuacion pego el error que me da:

Access to database denied
The server doesn't grant access to the database: the server reports
FATAL: no pg_hba.conf entry for host "83.53.52.3", user "postgres", database "postgres", SSL off
To access a database on a PostgreSQL server, you first have to grant primary access to the server for your client (Host Based Authentication). PostgreSQL will check the pg_hba.conf file if a pattern that matches your client address / username / database is present and enabled before any SQL GRANT access control lists are evaluated.
The initial settings in pg_hba.conf are quite restrictive, in order to avoid unwanted security holes caused by unreviewed but mandatory system settings. You'll probably want to add something like
host all all 192.168.0.0/24 md5
This example grants MD5 encrypted password access to all databases to all users on the private network 192.168.0.0/24.
You can use the pg_hba.conf editor that is built into pgAdmin III to edit the pg_hba.conf configuration file. After changing pg_hba.conf, you need to trigger a server configuration reload using pg_ctl or by stopping and restarting the server process.


COmo puedo decirle a mi archivo pg_pgl que lo acepte todo de cualquier IP ? para poder acceder al sistema desde cualquier maquina solo poniendo el puerto nombre db user y pass! es decir poder conectar desde cualquier sitio.

Muchas gracias de antemano agradeceria cualquie tipo de ayuda ya que estoy bastante perdida en este tema. Añadir que el puerto esta abierto en el firewall