Re: FW: [GENERAL] PostgreSQL and iptables

2015-06-16 Thread mephysto
Many thanks to all, I resolved my issue. A rules has lacked in iptables, like this: iptables -A INPUT -p tcp --dport 5997 -j ACCEPT Bye. Meph -- View this message in context: http://postgresql.nabble.com/PostgreSQL-and-iptables-tp5853587p5854028.html Sent from the PostgreSQL - general maili

Re: FW: [GENERAL] PostgreSQL and iptables

2015-06-13 Thread José María Terry Jiménez
El 13/06/15 a las 10:58, Mephysto escribió: Thank you Holger, any suggestions? I'm using the same settings used for ssh connection to vm, and these work correctly Bye. Meph Hello Are PosgreSQL listening in the IP of the machine with (for example): listen_addresses = '*'# wh

Re: FW: [GENERAL] PostgreSQL and iptables

2015-06-13 Thread Mephysto
Thank you Holger, any suggestions? I'm using the same settings used for ssh connection to vm, and these work correctly Bye. Meph Il 12/giu/2015 17:37, ha scritto: > Melvin Davidson wrote on Friday, June 12, 2015 5:10 PM: > > > To allow external ip access, you need to specifcally add the ip

FW: [GENERAL] PostgreSQL and iptables

2015-06-12 Thread Holger.Friedrich-Fa-Trivadis
Melvin Davidson wrote on Friday, June 12, 2015 5:10 PM: > To allow external ip access, you need to specifcally add the ip's to the > pg_hba.conf on the PostgreSQL server > and then reload the PostgreSQL cluster. IE: pg_ctl reload Generally, yes. But the original poster’s error message said “No