Re: [GENERAL] port warded (iptables) postgres

2010-11-16 Thread Scott Mead
Make sure that listen_addresses='' or '*' By default, the server only listens on unix sockets. --Scott On Tue, Nov 16, 2010 at 6:41 PM, zhong ming wu wrote: > Hello > > I have successfully used iptables to direct ports for other services. > For example I run apache on 8443 on 127.0.0.1 and

[GENERAL] port warded (iptables) postgres

2010-11-16 Thread zhong ming wu
Hello I have successfully used iptables to direct ports for other services. For example I run apache on 8443 on 127.0.0.1 and use iptable to direct traffic to public ip on 443. Trying the same with postgresql does not seem to work properly. I was wondering whether anyone has successfully used ip