| From: | Alan Hodgson <ahodgson(at)lists(dot)simkin(dot)ca> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: connecting to new instance |
| Date: | 2023-09-22 22:43:03 |
| Message-ID: | 5dc7e5c0fe7e3b3c922b5e543189f29b4447d159.camel@lists.simkin.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, 2023-09-22 at 17:08 -0500, Brad White wrote:
> I have the v15 service started and listening on 0.0.0.0:5434.
> Through TCPView, I can see it listening on 5434, I can see the
> previous version listening and connecting on 5432.
> I can connect from localhost to port 5434.
> I have ipv6 turned off in the network settings on both machines.
> From any other client or server, I get
> "Are you sure the server is running on 192.168.1.112 and accepting
> connections on 5434?
> The relevant line in pg_hba.conf looks like:
> host all all 192.168.1.0/24
> password
>
> I can't see what else I'm missing.
Probably the host firewall.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Kelly | 2023-09-23 18:56:38 | Re: Ubuntu 18 + PHP 8.2 + PDO: can't find drivers |
| Previous Message | Adrian Klaver | 2023-09-22 22:24:13 | Re: connecting to new instance |