-- configuring the postgresql.conf wit following lines:
#listen_addresses = '*'
#port = 5432
#tcpip_socket = true
Jari,You need to remove the # from the lines, a # comments the line out, so although you have set the port and changed the address it will not actually have done anything.
Regards Ben