> host SIGED 192.9.200.199 255.255.255.0 trust
This looks correct. Are the permissions on the pg_hba.conf file set so the
postgres user can read it?
I think postgres will look in /etc/postgresql/pg_hba.conf if there is no
readable file in the data directory. You might try editing this file to see
if it helps.
-Nick