connecting to new instance

Started by Brad Whiteover 2 years ago3 messagesgeneral
Jump to latest
#1Brad White
b55white@gmail.com

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.

#2Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Brad White (#1)
Re: connecting to new instance

On 9/22/23 15:08, Brad White wrote:

I have the v15 service started and listening on 0.0.0.0:5434
<http://0.0.0.0:5434&gt;.
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

Is the above across a network?

If so is there a firewall and is it blocking 5434?

"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 <http://192.168.1.0/24&gt;
    password

I can't see what else I'm missing.

--
Adrian Klaver
adrian.klaver@aklaver.com

#3Alan Hodgson
ahodgson@lists.simkin.ca
In reply to: Brad White (#1)
Re: connecting to new instance

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.