l -- anywhere anywherereject-with
icmp-port-unreachable
there is not filtering on output.
--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems
tcp0 0 127.0.0.1:5432 0.0.0.0:*
LISTEN
is the only line for that port
Chris sent the following on 6/28/2009 7:33 PM:
> BJ Freeman wrote:
>> PostgreSQL version 8.1.11 (With schemas)
>> I have read the recent emails and believe I have covered all the ba
sorry about the post did not do a reply all and sent a personal replay
yes in the chain I have
ACCEPT all -- anywhere anywherestate
RELATED,ESTABLISHED
it is the next to last rule.
Andrej sent the following on 6/28/2009 8:14 PM:
> 2009/6/29 BJ Freeman :
>>
Thanks for you help
found that this not connect problem is server wide.
not just Isolated to postgresql.
so tracking down what i did to mess it up
:D
BJ Freeman sent the following on 6/28/2009 8:23 PM:
> sorry about the post did not do a reply all and sent a personal replay
> yes in the c
added this to iptables
ACCEPT all -- localhostlocalhost
BJ Freeman sent the following on 6/28/2009 8:23 PM:
> sorry about the post did not do a reply all and sent a personal replay
> yes in the chain I have
> ACCEPT all -- anywhere anywhere
did a centos 5.6 server upgrade to PostgreSQL version 8.4.12.
console:
[root@main jdbc]# psql -h localhost -U gameserver
passwordfromentityengine.xml
psql: could not connect to server: Connection refused
Is the server running on host "localhost" and accepting
TCP/IP connections
:
On Wed, Jul 25, 2012 at 9:57 AM, BJ Freeman wrote:
did a centos 5.6 server upgrade to PostgreSQL version 8.4.12.
console:
[root@main jdbc]# psql -h localhost -U gameserver
passwordfromentityengine.xml
psql: could not connect to server: Connection refused
Is the server running on host
st all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
host all all 127.0.0.1 255.255.255.255 trust
host all all 0.0.0.0 0.0.0.0 trust
Merlin Moncure sent the following on 7/25/2012 9:42 AM:
On Wed, Jul 25, 2012 at 11:42 AM, Merlin Moncure wrote:
On Wed, Jul 25, 2012 at 10