CentOS的iptables 默認禁止全部端口(起碼經常使用的80,3306都禁用了),因此須要單獨開啓端口,例如開啓80端口,使用以下指令markdown
iptables -I INPUT -p TCP --dport 80 -j ACCEPT