Search Postgresql Archives

cannot connect anymore from a remote host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,
after a crash of my machine I restarted the pgsql as usual, and I can connect 
from the machine itself, but no more from a remote host. I checked the 
pg_hba.conf file and it's ok, but either from psql or pgadmin I cannot 
connect to the host. Nmapping my host I cannot see the daemon listening on 
the port 5342.
I've started the daemon as:
postmaster -D /mnt/data/database &
and my pg_hba.conf gile contains:
local   all         all                                             trust
# IPv4-style local connections:
host    all         all         127.0.0.1         255.255.255.255   trust
host    all         all         192.168.1.0       255.255.255.0     trust
host    all         all         192.168.2.0       255.255.255.0     trust
# IPv6-style local connections:
host    all         all         ::1               
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff        trust


Any suggestion?
Thanks,
Luca


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux