Re: Postgre Connection question

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: "Jeff Stanley" <jt_stanley(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postgre Connection question
Date: 2007-02-06 13:08:30
Message-ID: a47902760702060508g62458e12o3ee3aa293cbb222a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Disable all your firewall rules for a moment and see if it works that way.
something like
service iptables stop (in fedora)

Thanks,
Jas

On 2/6/07, Shane Ambler <pgsql(at)007marketing(dot)com> wrote:
>
> Jeff Stanley wrote:
> > I am using Postgre DB 8.1.5. I am using another machine on the same
> network
> > to connect via IP with no success. I have edited the postgresql.conf
> > file and changed listen_address = '*' and edited the hba.conf file to
> > include the IP that I can connect to. Any help would be appreciated.
> >
> > Thanks
>
> As long as your pg_hba.conf file is setup correct, check that you don't
> have any firewall settings blocking incoming traffic to the server.
> Default is port 5432
>
>
>
> --
>
> Shane Ambler
> pgSQL(at)007Marketing(dot)com
>
> Get Sheeky @ http://Sheeky.Biz
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message chrisj 2007-02-06 17:45:11 Re: is there more documentation?
Previous Message Sue Fitt 2007-02-06 10:18:08 Re: Stored Procedure to return a result set