Re: ok got postgres odbc driver on win2k, but cannot connect

From: "Jason Priebe" <priebe(at)mi-corporation(dot)com>
To: <pgsql-general(at)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ok got postgres odbc driver on win2k, but cannot connect
Date: 2002-03-06 14:14:18
Message-ID: NEBBKLELHKDNKOOCMBBACEDECDAA.priebe@mi-corporation.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

Taking a wild guess here -- make sure that you're not filtering
the ports at the OS level. Recent versions of RH Linux (and probably
many other distros) use fairly stringent ipchains rules for
security. You may need to open up port 5432. Under RH Linux, you
add this to /etc/sysconfig/ipchains (and then restart ipchains):

-A input -s 127.0.0.1 -d 0/0 5432 -p tcp -y -j ACCEPT

(change 127.0.0.1 to your Win2K machine's IP address)

Jason Priebe
Mi-Co
http://www.mi-corporation.com/

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Eric Webber
> Sent: Wednesday, March 06, 2002 8:29 AM
> To: lxp-general(at)commandprompt(dot)com; pgsql-general(at)postgresql(dot)org;
> pgsql-odbc(at)postgresql(dot)org
> Subject: [GENERAL] ok got postgres odbc driver on win2k, but cannot
> connect
>
>
> got the win2k postgres odbc driver, but cannot connect
> to the linux postgres. not sure what settings to use
> or how best to trouble shoot it.
>
>
>
>
>
> ________________________________________________
> Get your own "800" number
> Voicemail, fax, email, and a lot more
> http://www.ureach.com/reg/tag
>
>
> ---- Eric Webber streethockey(at)ureach(dot)com wrote ----
>
> > Date: Wed, 6 Mar 2002 08:16:08 -0500
> > To: lxp-general(at)commandprompt(dot)com, pgsql-general(at)postgresql(dot)org,
> > pgsql-odbc(at)postgresql(dot)org
> > From: Eric Webber <streethockey(at)ureach(dot)com>
> > Reply-to: <streethockey(at)ureach(dot)com>
> > Subject: [lxp-general] Win2k ODBC Data Sources do NOT include Postgres
> >
> >
> > For some reason, my win2k ODBC data sources do not
> > include the option to add Postgres. How do I add that
> > as an option to the list of ODBC sources which can be
> > added ?
> >
> > I have a postgres database on linux I wish to access
> > via thekompany's DataArchitect tool which is running
> > on Win2k. Is there an ODBC driver of Win2k for postgres
> > running on Linux ?
> >
> > warmest regards,
> >
> > Eric Sean Webber
> > streethockey(at)ureach(dot)com
> >
> >
> > ________________________________________________
> > Get your own "800" number
> > Voicemail, fax, email, and a lot more
> > http://www.ureach.com/reg/tag
> > _______________________________________________
> > lxp-general mailing list
> > lxp-general(at)commandprompt(dot)com
> > https://secure.linuxports.com/mailman/listinfo/lxp-general
> >
> >
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

Attachment Content-Type Size
Jason Priebe.vcf text/x-vcard 612 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2002-03-06 14:17:04 Re: ok got postgres odbc driver on win2k, but cannot connect
Previous Message Patrick Welche 2002-03-06 14:07:03 Re: Looking for an ODBC driver for postgres

Browse pgsql-odbc by date

  From Date Subject
Next Message Patrick Welche 2002-03-06 14:17:04 Re: ok got postgres odbc driver on win2k, but cannot connect
Previous Message Eric Webber 2002-03-06 13:28:58 ok got postgres odbc driver on win2k, but cannot connect