Re: weird network issue

From: "Phillip Smith" <phillip(dot)smith(at)weatherbeeta(dot)com(dot)au>
To: "'kevin kempter'" <kevin(at)kevinkempterllc(dot)com>, "'Shane Ambler'" <pgsql(at)Sheeky(dot)Biz>
Cc: "'Jonathan Nalley'" <jnalley(at)fgp(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: weird network issue
Date: 2008-03-30 23:34:18
Message-ID: 009601c892be$92da4a00$9b0014ac@wbaus090
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You're missing this entry from your .11 box:
ACCEPT tcp -- anywhere anywhere state NEW tcp
dpt:postgres

So iptables goes right to the end and then rejects with "Host Prohibited"
which is reported on your .13 box as "No route to host"

I think the command you want on your .11 box is:
/sbin/iptables --insert RH-Firewall-1-INPUT 19 --protocol tcp
--destination-port 5432 -j ACCEPT

THINK BEFORE YOU PRINT - Save paper if you don't really need to print this

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
e-mail.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Potluri Srikanth 2008-03-31 06:26:52 how to improve COPY timings or reduce data loading time using copy
Previous Message Phillip Smith 2008-03-30 23:24:13 Re: bacula problem - failures with no error message in postgres?