I installed PostgreSQL on my local server (Ubuntu) with IP 192.168.1.10. Now, I'm trying to access the database from my client machine (Ubuntu) with IP 192.168.1.11 with pgAdmin.
I know I have to make changes in postgresql.conf and pg_hba.conf to allow the client to connect. Could you please guide me?