Hi,
Currently i’m testing the demo of mAirlist Pro for our radiostation. Everything seem to work, except for the part where i want to get mAirlist Professional Management to work.
Main computer (ip : 192.168.1.39) has the following installed ;
mAirlist 4.0 pro studio
Postgresql 8.4
All works like a charm.
Management computer (ip : 192.168.1.5) has mAirlist 4.0 pro management installed.
On the main computer i have made a pg_hba.conf, and opened it in the pgAdmin management tool. It has the following lines defined ;
TYPE DATABASE USER CIDR-ADDRESS METHOD
@remove-line-for-nolocal@# “local” is for Unix domain socket connections only
@remove-line-for-nolocal@local all all @authmethod@
IPv4 local connections:
host all all 192.168.1.0/24 md5
IPv6 local connections:
host all all ::1/128 md5
The postgresql.conf is also opened, and has the following line ;
listen_addresses = ‘*’
I have restarted the postgresql db.
Now when i go into the configuration of mAirlist pro management, i set up a new db connection (networked),
fill in the following ;
Host name : 192.168.1.39
Database : mairlist
Protocol/DLL version: postgresql-7
User : mairlist
Password : my password
When i hit test login, it gives an error ;
SQL Error: FATAL: no pg_hba.conf entry for host “192.168.1.5”, user “mairlist”, daatabase “mairlist”, SSL off
I’m a bit puzzled right here, how can i get this to work?
Thanks
Raymond