Re: remote access

Lists: pgsql-tr-genel
From: "Mehmet Uysal" <mehmath(at)gmail(dot)com>
To: pgsql-tr-genel(at)postgresql(dot)org
Subject: remote access
Date: 2006-03-11 15:13:45
Message-ID: 15b5c4c90603110713q4894e2f5t496a2286805a1ce3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-tr-genel

merhaba ,
windows ta çalışan postgresql serverımız var ve ağda veritabanını ortak
kullanmak istiyoruz. ancak doğrudan postgresql server ın IP si ile
erişemiyoruz. aşağıda pg_hba.conf ayarlarım var. bu dosya dışında diğer 2
ayar dosyasında bu problemle ilgili değiştirmem gereken birşey var mı
bilmiyorum.

pg_hba.conf

host all all 127.0.0.1/32 md5
host all all 127.0.0.1 255.255.255.0 trust
host all all 0.0.0.0 0.0.0.0 trust
host all all 192.168.1.4 255.255.255.0 trust

en alt 2 satırı ben ekledim.

teşekürler...


From: "Mehmet Uysal" <mehmath(at)gmail(dot)com>
To: pgsql-tr-genel(at)postgresql(dot)org
Subject: Re: remote access
Date: 2006-03-11 17:09:11
Message-ID: 15b5c4c90603110909i401ede79pfee1ff8c2460e741@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-tr-genel

On 3/11/06, Ali Dereli <derelinux(at)gmail(dot)com> wrote:
>
>
>
> On 3/11/06, Mehmet Uysal <mehmath(at)gmail(dot)com> wrote:
> >
> > merhaba ,
> > windows ta çalışan postgresql serverımız var ve ağda veritabanını ortak
> > kullanmak istiyoruz. ancak doğrudan postgresql server ın IP si ile
> > erişemiyoruz. aşağıda pg_hba.conf ayarlarım var. bu dosya dışında diğer 2
> > ayar dosyasında bu problemle ilgili değiştirmem gereken birşey var mı
> > bilmiyorum.
> >
> > pg_hba.conf
> >
> > host all all 127.0.0.1/32 md5
> > host all all 127.0.0.1 255.255.255.0 trust
> > host all all 0.0.0.0 0.0.0.0 trust
> > host all all 192.168.1.4 255.255.255.0 trust
> >
> > en alt 2 satırı ben ekledim.
> >
> > teşekürler...
> >
> >
> >
>
> Merhaba;
>
> umarım sorunuzu dogru anladım.
>
> 192.168.1.4/32 yazarsanız o makine ulasabilir.
> 192.168.1.0/24 yazarsanız 192.168.1.xxx IP si olan herkes gelir.
>
> kolay gelsin.
>
>
>


From: "Mehmet Uysal" <mehmath(at)gmail(dot)com>
To: pgsql-tr-genel(at)postgresql(dot)org
Subject: Re: remote access
Date: 2006-03-11 17:15:33
Message-ID: 15b5c4c90603110915o6fa98cc8ne81da6dd052f0438@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-tr-genel

# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.0/24 md5

altağ maskesi : 255.255.255.0

pgadmin 3
ile bağlamanya çalışıyorum.. girdiğim degerler

adres : 192.168.1.3
Bakım VT : postgres
kullanici adi : postgres
sifre:xxxxx

postgresql i kurarken domain ismin MEHMET ve tüm clientlara izin ver seçerek
kurdum..

sorun devam ediyor.. defult kurulumdan sadece yukarıda verdiğim pg_hba.conf
dosyasını değiştirdim..

teşekür ederim..

On 3/11/06, Mehmet Uysal <mehmath(at)gmail(dot)com> wrote:
>
> merhaba ,
> windows ta çalışan postgresql serverımız var ve ağda veritabanını ortak
> kullanmak istiyoruz. ancak doğrudan postgresql server ın IP si ile
> erişemiyoruz. aşağıda pg_hba.conf ayarlarım var. bu dosya dışında diğer 2
> ayar dosyasında bu problemle ilgili değiştirmem gereken birşey var mı
> bilmiyorum.
>
> pg_hba.conf
>
> host all all 127.0.0.1/32 md5
> host all all 127.0.0.1 255.255.255.0 trust
> host all all 0.0.0.0 0.0.0.0 trust
> host all all 192.168.1.4 255.255.255.0 trust
>
> en alt 2 satırı ben ekledim.
>
> teşekürler...
>
>


From: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
To: <pgsql-tr-genel(at)postgresql(dot)org>
Subject: Re: remote access
Date: 2006-03-11 22:39:23
Message-ID: BAY106-DAV1A208FA392A3E64E18D22FAE20@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-tr-genel

Merhaba,

ph_hba.conf içersine sunucunuza ulaşacak IP bilgilerini girin. Postgresql.conf dosyasının "listen addresses" değerine de sunucunuzun IP
adresini yazın.

Adnan DURSUN
ASRIN Bilişim Ltd.
----- Original Message -----
From: Mehmet Uysal
To: pgsql-tr-genel(at)postgresql(dot)org
Sent: Saturday, March 11, 2006 7:15 PM
Subject: Re: [pgsql-tr-genel] remote access

# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.0/24 md5

altağ maskesi : 255.255.255.0

pgadmin 3
ile bağlamanya çalışıyorum.. girdiğim degerler

adres : 192.168.1.3
Bakım VT : postgres
kullanici adi : postgres
sifre:xxxxx

postgresql i kurarken domain ismin MEHMET ve tüm clientlara izin ver seçerek kurdum..

sorun devam ediyor.. defult kurulumdan sadece yukarıda verdiğim pg_hba.conf dosyasını değiştirdim..

teşekür ederim..

On 3/11/06, Mehmet Uysal <mehmath(at)gmail(dot)com> wrote:
merhaba ,
windows ta çalışan postgresql serverımız var ve ağda veritabanını ortak kullanmak istiyoruz. ancak doğrudan postgresql server ın IP si ile erişemiyoruz. aşağıda pg_hba.conf ayarlarım var. bu dosya dışında diğer 2 ayar dosyasında bu problemle ilgili değiştirmem gereken birşey var mı bilmiyorum.

pg_hba.conf

host all all 127.0.0.1/32 md5
host all all 127.0.0.1 255.255.255.0 trust
host all all 0.0.0.0 0.0.0.0 trust
host all all 192.168.1.4 255.255.255.0 trust

en alt 2 satırı ben ekledim.

teşekürler...


From: "Mehmet Uysal" <mehmath(at)gmail(dot)com>
To: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
Cc: pgsql-tr-genel(at)postgresql(dot)org
Subject: Re: remote access
Date: 2006-03-11 23:17:48
Message-ID: 15b5c4c90603111517p6106db78hdda90ced9038547a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-tr-genel

teşekür ederim. Bütün problem firewall dan kaynaklanıyormuş
tekrar teşekürler

On 3/12/06, Adnan DURSUN <a_dursun(at)hotmail(dot)com> wrote:
>
> Merhaba,
>
> ph_hba.conf içersine sunucunuza ulaşacak IP bilgilerini girin.
> Postgresql.conf dosyasının "listen addresses" değerine de sunucunuzun IP
> adresini yazın.
>
> Adnan DURSUN
> ASRIN Bilişim Ltd.
>
> ----- Original Message -----
> *From:* Mehmet Uysal <mehmath(at)gmail(dot)com>
> *To:* pgsql-tr-genel(at)postgresql(dot)org
> *Sent:* Saturday, March 11, 2006 7:15 PM
> *Subject:* Re: [pgsql-tr-genel] remote access
>
> # IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.1.0/24 md5
>
> altağ maskesi : 255.255.255.0
>
> pgadmin 3
> ile bağlamanya çalışıyorum.. girdiğim degerler
>
> adres : 192.168.1.3
> Bakım VT : postgres
> kullanici adi : postgres
> sifre:xxxxx
>
> postgresql i kurarken domain ismin MEHMET ve tüm clientlara izin ver
> seçerek kurdum..
>
>
> sorun devam ediyor.. defult kurulumdan sadece yukarıda verdiğim
> pg_hba.conf dosyasını değiştirdim..
>
> teşekür ederim..
>
> On 3/11/06, Mehmet Uysal <mehmath(at)gmail(dot)com> wrote:
> >
> > merhaba ,
> > windows ta çalışan postgresql serverımız var ve ağda veritabanını ortak
> > kullanmak istiyoruz. ancak doğrudan postgresql server ın IP si ile
> > erişemiyoruz. aşağıda pg_hba.conf ayarlarım var. bu dosya dışında diğer 2
> > ayar dosyasında bu problemle ilgili değiştirmem gereken birşey var mı
> > bilmiyorum.
> >
> > pg_hba.conf
> >
> > host all all 127.0.0.1/32 md5
> > host all all 127.0.0.1 255.255.255.0 trust
> > host all all 0.0.0.0 0.0.0.0 trust
> > host all all 192.168.1.4 255.255.255.0 trust
> >
> > en alt 2 satırı ben ekledim.
> >
> > teşekürler...
> >
> >
>