アクセスできるIPアドレスを指定します。
/var/lib/pgsql/data/pg_hba.conf
で
host all 127.0.0.1 255.255.255.255 trust
host all 202.216.30.224 255.255.255.248 trust
を追加します。
IPv6に対応したようです。下記の記述で問題ないと思われます(未実証)
# IPv6-style local connections:
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
host all all 2001:xxxx:xxxx:xxxx::1 ffff:ffff:ffff:ffff::0 trust
#su - postgres
-bash-2.05b$ createuser nobody
Shall the new user be allowed to create databases? (y/n) n
Shall the new user be allowed to create more new users? (y/n) n