Why does Postgres tell me "no pg_hba.conf entry for host..." when I have already modified this file?
The story so far: I have installed Postgres on my Linux based desktop (HOST). I have created a test database, with test data, on HOST. I have added to the end of the pg_hba.conf file on HOST: host samerole all 0.0.0.0/0 md5 I have added to the end of the postgresql.conf file on HOST: listen_addresses = '*' I have installed PGAdmin4 on the Linux virtual machi