在CentOS中,iptables规则的生效通常涉及以下几个步骤:
保存iptables规则:
firewall-cmd
命令来管理防火墙规则,并且这些规则会自动保存到/etc/firewalld/zones/
目录下的相应区域配置文件中。service iptables save
或者iptables-save > /etc/sysconfig/iptables
重启防火墙服务:
firewall-cmd
命令重新加载防火墙配置:systemctl restart firewalld
service iptables restart
检查iptables规则:
iptables -L -n -v
firewall-cmd
命令查看防火墙状态:firewall-cmd --list-all
持久化规则:
firewalld
,规则会自动持久化,因为它们存储在/etc/firewalld/zones/
目录下的配置文件中。/etc/rc.d/rc.local
文件中:iptables-restore < /etc/sysconfig/iptables
通过以上步骤,你可以确保iptables规则在CentOS系统中生效并持久化。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>