XPマシンでpgAdminを実行しています。ネットワーク上で Postgres サーバーを実行している Centos マシンがあります。Postgres サーバーpg_hba.conf
ファイルには次の行があります。
TYPE DATABASE USER CIDR-ADDRESS METHOD
host all all 10.0.0.68/32 trust
local mydb myuser password
local all postgres ident
host mydb myuser 10.0.0.68/32 password
host all postgres 10.0.0.68/32 trust
私のpostgresql.conf
ファイルには次の行があります。
listen_address = 'localhost, 10.0.20.10'
nmap -sS 10.0.20.10
ショー:
PORT STATE SERVICE
5432/tcp open postgresql
サーバー上の bash シェルに ssh できますが、pgAdmin に接続できません。私は以下を取得します:
サーバーに接続できませんでした: ホスト (0x00002751/10065) へのルートがありません サーバーはホスト "10.0.20.10" で実行され、ポート 5432 で TCP/IP 接続を受け入れていますか?
何が問題なのかわかりません。