对于这个 PostgreSQL 配置示例:
https://repmgr.org/docs/4.4/quickstart-authentication.html
local replication repmgr trust
host replication repmgr 127.0.0.1/32 trust
host replication repmgr 192.168.1.0/24 trust
local repmgr repmgr trust
host repmgr repmgr 127.0.0.1/32 trust
host repmgr repmgr 192.168.1.0/24 trust
我有两个问题。
问题 1
这就是网络掩码查找 IPv4 的方式:192.168.1.0/24
.
如何处理 IPv6 IP 地址230b:c010:103:5858:a6a3:3:0:1
?
问题2
如果使用 JDBC 连接到 PostgreSQL 服务器,我可以使用包含192.168.1.11:5432
. 如何用 IPv6 做到这一点?是这样230b:c010:103:5858:a6a3:3:0:1:5432
吗?
答案1:
就像文档说的那样:
答案 2:
就像文档说的那样: