pgAdmin III 의 Tools - Server Configuration - pg_hba.conf 를 사용해서 추가 하니 잘 안된다 ( 9.1 버전인데, Tool 버그가 있는 것 같다 )
걍 PosgresSQL 의 Data 위치에 보면 pg_hba.conf 파일이 있는데 직접 아래와 같이 집어 넣는다.
[ 모든 IP 허용 ]
host all all 0.0.0.0/0 password
그리고 pgAdmin III 의 Tools - Server Configuration - pg_hba.conf 를 열고 Reload Server 버튼을 한번 눌러준다
그리고 원격에서 접속해 보기
[ linux ]
위치 : /var/lib/pgsql/data내용 : host all all 192.168.1.0/16 md5