I have PostgreSQL server running and it all works fine when accessed from the localhost.
Now when I switch to a remote client I can not connect in any way shape or form to the PostgreSQL server. I have made all the documented modifications to the 'postgresql.conf' and 'pg_hba.conf' files but no joy.
Port forwarding is working fine as I tested with some PB code and a PB created server. Without forwarding I could not connect to the PB server. With forwarding everything was fine.
There must be some config setting I am missing.
Has anyone any experience with this who could perhaps lend a hand or two? I really do want to get this thing working because I really like PostgreSQL... what I have seen of it so far anyhow.

Thanks.