I can access the server via localhost (127.0.0.1), not via external IP 192.168.33.135 (even if I try it locally with pgAdmin).
I tried to change 'localhost' to '*' in the postgresql.conf
- Code: Select all
listen_addresses = '*' # what IP address(es) to listen on;
Now it's listen on 192.168.33.135 but when I try to connect this gimme another error.
[ img ]
I have added the line host all all 192.168.0.0/24 md5 to the pg_hba.conf file and it's the same error.
Any idea?
