Re: Configurar PostgreSQL en Red...Nuevo en la Lista

From: "Hugo Joel Fuentes Alcantara" <joel_fuentes(at)hotmail(dot)com>
To: msotocl(at)gmail(dot)com
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Configurar PostgreSQL en Red...Nuevo en la Lista
Date: 2005-04-26 18:28:19
Message-ID: BAY106-F4B03F45DFC31E6DEA76FBE6210@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

<html><div style='background-color:'><DIV class=RTE>
<P>revise los manuales mensajes, etc, etc, e hice los cambios&nbsp;siguientes, pero nose si estoy errado en algo, &nbsp;</P>
<P><STRONG>CONFIGURACION DEL PG_HBA</STRONG></P>
<P># TYPE&nbsp; DATABASE&nbsp;&nbsp;&nbsp; USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CIDR-ADDRESS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; METHOD</P>
<P># IPv4 local connections:<BR>host&nbsp;all&nbsp;all&nbsp;127.0.0.1/32&nbsp;md5<BR>host&nbsp;all&nbsp;all&nbsp;127.0.0.1&nbsp;255.255.255.255&nbsp;trust<BR>host&nbsp;all&nbsp;192.168.1.0&nbsp;255.255.255.0&nbsp;trust<BR></P>
<P><STRONG>CONFIGURACION DEL POSTGRESQL</STRONG></P>
<P>#---------------------------------------------------------------------------<BR># CONNECTIONS AND AUTHENTICATION<BR>#---------------------------------------------------------------------------</P>
<P># - Connection Settings -</P>
<P>listen_addresses = '*'&nbsp;# what IP interface(s) to listen on; <BR>&nbsp;&nbsp;&nbsp;&nbsp;# defaults to localhost, '*' = any<BR>port = 5432<BR>max_connections = 50<BR>&nbsp;# note: increasing max_connections costs about 500 bytes of shared<BR>&nbsp;# memory per connection slot, in addition to costs from shared_buffers<BR>&nbsp;# and max_locks_per_transaction.<BR>superuser_reserved_connections = 2<BR>#unix_socket_directory = ''<BR>#unix_socket_group = ''<BR>#unix_socket_permissions = 0777&nbsp;# octal<BR>#rendezvous_name = ''&nbsp;&nbsp;# defaults to the computer name</P>
<P># - Security &amp; Authentication -</P>
<P>authentication_timeout = 90&nbsp;# 1-600, in seconds<BR>ssl = false<BR>#password_encryption = true<BR>#krb_server_keyfile = ''<BR>#db_user_namespace = false<BR><BR><BR></P></DIV>
<DIV></DIV>&gt;From: Mario Soto Cordones &lt;msotocl(at)gmail(dot)com&gt;
<DIV></DIV>&gt;Reply-To: Mario Soto Cordones &lt;msotocl(at)gmail(dot)com&gt;
<DIV></DIV>&gt;To: Hugo Joel Fuentes Alcantara &lt;joel_fuentes(at)hotmail(dot)com&gt;
<DIV></DIV>&gt;CC: pgsql-es-ayuda(at)postgresql(dot)org
<DIV></DIV>&gt;Subject: Re: [pgsql-es-ayuda] Configurar PostgreSQL en Red...Nuevo en la Lista
<DIV></DIV>&gt;Date: Tue, 26 Apr 2005 14:20:07 -0400
<DIV></DIV>&gt;
<DIV></DIV>&gt;Hola debes cambiar la configuracion del postgresql.conf, este tema ha
<DIV></DIV>&gt;salido muchas veces, busca en los archivos de correos, ahi esta la
<DIV></DIV>&gt;solucion
<DIV></DIV>&gt;
<DIV></DIV>&gt;Saludos
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;El 26/04/05, Hugo Joel Fuentes Alcantara&lt;joel_fuentes(at)hotmail(dot)com&gt; escribió:
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; Amigos, soy nuevo en PostgreSQL, instale la version 8.0 para windows,
<DIV></DIV>&gt; &gt; localmente funciona normal, pero cuando trato de acceder desde otra pc de mi
<DIV></DIV>&gt; &gt; red, es una red punto a punto con pcs con WXP, me sale el siguiente mensaje:
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; could not connect to server: Connection timed out (0x0000274C/10060)
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; Is the server running on host planillas and accepting
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; TCP/IP connections on port 5432 ?
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; segun lo que pude ver en la ayuda es que tengo que cambiar el listen address
<DIV></DIV>&gt; &gt; = '*' , ya lo hize pero sigo con este mensaje, gracias por adelantado por su
<DIV></DIV>&gt; &gt; colaboracion,
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; saludos,
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; Joel Fuentes
<DIV></DIV>&gt; &gt; ________________________________
<DIV></DIV>&gt; &gt; Descubre la descarga digital segura. Medio millón de canciones en MSN Music.
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;--
<DIV></DIV>&gt;cordialmente,
<DIV></DIV>&gt;
<DIV></DIV>&gt;Ing. Mario Soto Cordones
<DIV></DIV>&gt;
<DIV></DIV>&gt;---------------------------(fin del mensaje)---------------------------
<DIV></DIV>&gt;TIP 9: el optimizador ignorará el uso de recorridos de índice si los
<DIV></DIV>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tipos de datos de las columnas no coinciden
<DIV></DIV></div><br clear=all><hr>Encuentra una aventura, un romance o al amor de tu vida. <a href="http://g.msn.com/8HMAESES/2737??PS=47575" target="_top">Date de alta gratis.</a> </html>

Attachment Content-Type Size
unknown_filename text/html 4.2 KB

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mario Soto Cordones 2005-04-26 18:34:07 Re: Configurar PostgreSQL en Red...Nuevo en la Lista
Previous Message Mario Soto Cordones 2005-04-26 18:20:07 Re: Configurar PostgreSQL en Red...Nuevo en la Lista