Ciao a tutti, innanzitutto non so se è la sezione giusta....
vorrei connettermi al mio database in locale...
pratticamente ho postgre che gira su un computer in rete e vorrei
connettermi da un altro computere con pgAdminIII...
metto come host l' ind IP 192.168.1.4 (è l'ind di rete del pc dove c' è
postgre)
porta 5432
ecc
mi da questo errore:
could not connect to server: Connection refused (ox0000274D/10061) Is the
server running on host "192.168.1.4" and accepting TCP/IP connection on port
5432?
ho modificato anche il file postgresql.conf così:
# - Connection Settings -

#listen_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)
port = 5432 # (change requires restart)

ho modificato anche pg_hba.conf

TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.0/10 md5
# IPv6 local connections:
#host all all ::1/128 md5



firewall disattivati su tutte e due i computer(entrambi con winxp sp3)....
ma niente
non penso possa dipendere dal router....
sicuramente devo modificare qualcosa che ignoro.....