在调试iptables时候,往往一个不小心,就很容易把我们挡在“门外”,特别是机房不在本地的情况,对于生产环境来讲,这会造成困扰,所以我们采取调试的时候,尽量加个计划任务,调试完后,取消计划任务就可以了。
[[email protected] ~]# crontab -l #Ansible: ntp */5 10 * * * /root/ntp_sync.sh>/dev/null 2>&1 #stop iptables */5 * * * * /bin/bash /etc/init.d/iptables stop
时间: 2024-10-28 20:23:33