Re: postgresql jdbc connect via hostname instead of just ip

From: Jonathan Schreiter <jonathanschreiter(at)yahoo(dot)com>
To: Douglas McNaught <doug(at)mcnaught(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql jdbc connect via hostname instead of just ip
Date: 2005-12-05 01:32:10
Message-ID: 20051205013210.73291.qmail@web33407.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the help - it was a dns resolving issue
after all as you described.

Jonathan

--- Douglas McNaught <doug(at)mcnaught(dot)org> wrote:

> Jonathan Schreiter <jonathanschreiter(at)yahoo(dot)com>
> writes:
>
> > The only way I can connect to the database via
> JDBC
> > seems to be by IP address (both locally and on
> another
> > system allowed by the pg_hba.conf file).
> >
> >
>
jdbc:postgresql://theipaddressofdatabaseserver/mydatabase
> >
> > I'd like to be able to connect to the database
> this
> > way using a DNS name / computer host name. The
> > specific error I recieve is on the lines of no
> route
> > to host.
>
> This implies that the IP address in DNS or
> /etc/hosts is different
> from the IP address you're using in the URL. It's
> almost certainly
> not a Postgres misconfiguration. What happens when
> you do
>
> telnet server.host.name 5432
>
> on the JDBC client machine?
>
> -Doug
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anton Nikiforov 2005-12-05 01:36:28 Re: int to inet conversion
Previous Message Greg Sabino Mullane 2005-12-05 01:19:01 Re: 8.1, OID`s and plpgsql