Re: weird network issue

From: Shane Ambler <pgsql(at)Sheeky(dot)Biz>
To: kevin kempter <kevin(at)kevinkempterllc(dot)com>
Cc: Jonathan Nalley <jnalley(at)fgp(dot)com>, "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: weird network issue
Date: 2008-03-29 02:40:02
Message-ID: 47EDAC02.3060106@Sheeky.Biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

kevin kempter wrote:
> I'm not sure who all can connect to this box, I have several clients
> with pgadmin III installed that cannot get to it.

> And this is from the 192.168.111.13 box:
>
> [root(at)db1 ~]# iptables -L

> ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:postgres

So the difference you care about is this line. box .13 accepts
connections from anywhere to postgres service. You need this entry to
show on your .11 box

You need to adjust your iptables config for this

I would suggest you may want to refine that to allow only from your
network (as well as the other entries that can be refined to that)

--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message hubert depesz lubaczewski 2008-03-29 14:04:46 Re: off-topic - list files on linux
Previous Message Jeff Frost 2008-03-29 00:31:48 Re: Strange issue with vacuum and temp tables