I am not able to successfully create an entry in the pg_hba.conf file to enable remote access to my postgres database. The postmaster process HAS been initialized to accept tcp/ip connections. I have tried entering the following record in the file, but it does not grant me access. host all all 192.168.0.0 255.255.255.0 trust NOTE: I'm trying to access the server using pgAdmin 3 on my dev machine. Dev/Client machine is OS X Tiger and server is OS X Tiger Server. I would think that this would be the least restrictive access for our local area network. I'm trying to get it to work in the least secure mode first and then tighten down the security after I know its working. Does anyone have any ideas? Thanks, Colin Shreffler