Skocz do zawartości

Postgresql8 I Fc4 - Dostęp Z Zewnątrz


rsobczuk

Rekomendowane odpowiedzi

Witam,

zainstalowałem FC4 i postgreSQL z płytki instalacyjnej FC4. Jest to wersja 8.0 postgresa.

Udaje mi się połączyć z konsoli do PG, ale nie mogę podłączyć się ze zdalnego kompa.

Co do konfiguracji:

Udaje mi się telnetnąć na PG z kompa zdalnego na porcie 5432, więc konfiguracja postgresql.conf -> listen_adresses = '*' mam ustawione.

 

Problem pojawia się w pg_hba.conf

Dopisałem to, co widać w ostatniej linii.

 

#----------------------------------------------------------------------------

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# "local" is for Unix domain socket connections only

local all all ident sameuser

# IPv4 local connections:

host all all 127.0.0.1/32 ident sameuser

 

# IPv6 local connections:

host all all ::1/128 ident sameuser

 

host all all 192.168.0.0/24 md5

#----------------------------------------------------------------------------

 

 

Ponadto mam założone konto w PG poprzez które próbuję się dostać do bazy z pgadmina. Ustaliłem też hasło dla tego konta... wszystko poprzez konsolę.

Przez PHPPgAdmina nie mogę się zalogować...

a pgadminIII wyrzuca błąd:

 

Access to database denied

The server doesn't grant access to the database: the server reports

 

FATAL: no pg_hba.conf entry for host "192.168.1.4", user "rafal", database "template1", SSL off

 

To access a database on a PostgreSQL server, you first have to grant primary access to the server for your client (Host Based Authentication). PostgreSQL will check the pg_hba.conf file if a pattern that matches your client address / username / database is present and enabled before any SQL GRANT access control lists are evaluated.

The initial settings in pg_hba.conf are quite restrictive, in order to avoid unwanted security holes caused by unreviewed but mandatory system settings. You'll probably want to add something like

 

host all all 192.168.0.0/24 md5

 

This example grants MD5 encrypted password access to all databases to all users on the private network 192.168.0.0/24.

You can use the pg_hba.conf editor that is built into pgAdmin III to edit the pg_hba.conf configuration file. After changing pg_hba.conf, you need to trigger a server configuration reload using pg_ctl or by stopping and restarting the server process.

 

 

Pomocy, bo nie wiem, co się dzieje.

Chciał bym mieć dostęp na hasło z phadminIII ze zdalnego kompa i taki sam dostęp przez phppgadmin.

Pozdrawiam

rafał

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...