[root@localhost sysconfig]# cd /etc/sysconfig [root@localhost sysconfig]# vi iptables # 添加以下内容 -A INPUT -p tcp -m tcp --dport 5432 -j ACCEPT