>>> Carol Walter <walterc(at)indiana(dot)edu> wrote:
> The server starts and runs. I can connect to it from the local host
> and list the databases, connect to them etc. I can't connect to the
> database instance from a remote host.
Have you set listen_addresses in postgresql.conf?
You likely want:
listen_addresses = '*'
-Kevin