On 3/15/2015 1:03 AM, Laurent CREPET wrote:
- Check that iptables (firewall) is allowing the connections from the
network to PostgreSQL. Use the following command to get the list of rules that are currently loaded:
iptables -L
I usually use
iptables -L -vn
to see the full rules and what they are doing. the default -L display is missing important bits.