Re: Multi Server Setup mit phppgadmin

Thomas Markus <[email protected]>
Newsgroups gmane.comp.db.postgresql.german
Message-ID <[email protected]>
Am 20.11.2012 17:10, schrieb Christopher Westerfield:
> local all postgres peer
> local all all peer
> host all all 127.0.0.1/32 <http://127.0.0.1/32> md5
> host all all ::1/128 md5
> host all all 0.0.0.0/32 <http://0.0.0.0/32> md5
>
Hi,
wie verbindest du dich denn? Die Zeile
host all all 0.0.0.0/32    md5
ist ja nicht sehr sinnvoll. Da willst du evtl 0.0.0.0/0 reject stehen haben.
Testen kannst du das zb per psql
psql DB <- local
psql -h 127.0.0.1 DB <- host

Gruss
Thomas


-- 
Sent via pgsql-de-allgemein mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-de-allgemein
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.