Re: How to configure two netcard for PostgreSQL?

From: Popeanga Marian <pmarian(at)cnlo(dot)ro>
To: dailiming <ldai(at)accunettech(dot)com>
Cc: Bruno Wolff III <bruno(at)wolff(dot)to>, Rudi Starcevic <rudi(at)oasis(dot)net(dot)au>, pgsql-sql(at)postgresql(dot)org
Subject: Re: How to configure two netcard for PostgreSQL?
Date: 2003-03-28 05:43:27
Message-ID: 3E83E0FF.3020503@cnlo.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Try first to ping both addresses.
You need to add routing for your both ip classes.
Why not use those two net cards in the same address class ?

dailiming wrote:

>Hi,everybody:
> Today ,I have met a problem.
> I have two netcard. One is eth0 192.168.1.10/255.255.255.0
>the other is eth1 192.168.0.10/255.255.255.0
>
> When I conenct database use "psql -h 192.168.0.10 cityDB" , I cann't connect database.
> When I connect database use "psql -h 192.168.1.10 cityDB", I can connect database.
>
> In fact ,I want to connect database through the two netcard. What should I do for finishing the idea ?
>
>Please help.
>thanks.
>
>leon
>2003/03/28
>
>---------------------------(end of broadcast)---------------------------TIP 3: if posting/reading through Usenet, please send an appropriatesubscribe-nomail command to majordomo(at)postgresql(dot)org so that yourmessage can get through to the mailing list cleanly
>
>
>

--
Popeanga Marian
DBA Oracle
CNLO Romania

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ian Barwick 2003-03-28 08:34:59 Re: EXECUTE problem on schema
Previous Message dailiming 2003-03-28 02:35:52 How to configure two netcard for PostgreSQL?