How to configure two netcard for PostgreSQL?

From: "dailiming" <ldai(at)accunettech(dot)com>
To: "Bruno Wolff III" <bruno(at)wolff(dot)to>, "Rudi Starcevic" <rudi(at)oasis(dot)net(dot)au>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: How to configure two netcard for PostgreSQL?
Date: 2003-03-28 02:35:52
Message-ID: 004101c2f4d2$c2590a80$1f00a8c0@accunettech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Popeanga Marian 2003-03-28 05:43:27 Re: How to configure two netcard for PostgreSQL?
Previous Message jack 2003-03-28 00:59:40 Re: EXECUTE problem on schema