Обсуждение: affected by ISP/DNS change

Поиск
Список
Период
Сортировка

affected by ISP/DNS change

От
Jun Tanamal
Дата:
I had a working posgresql before we changed to a different ISP and DNS
settings.
I recently noticed that postgresql failed.I am using apache+php4+postgresql.
Is this relevant to postgresql?
Thanks.

Jun



Re: affected by ISP/DNS change

От
Jun Tanamal
Дата:
I checked pg_hba.conf and it is allowing all hosts to connect such that,

-----snip-----
local        all                                           trust
host         all         127.0.0.1     255.255.255.255     trust

Is there a postgresql diagnostic utility that I can do step-by-step?
What other places do I have to check?
Please help. Thanks

Jun

 > Gunnar wrote:
 > I had a working posgresql before we changed to a different ISP and DNS
 > settings.
 > I recently noticed that postgresql failed.I am using
 > apache+php4+postgresql. Is this relevant to postgresql?


 > The only thing I can think of is the pg_hba.conf file where you write
 > access permissions. Are there any IPnumbers, names that have not been
 > changed?

 > Gunnar.