yum install iptables-services
systemctl enable iptables.service ← 모듈 설치되어 있는 경우 해당 명령어만 실행
아래의 명령어 실행.
/usr/libexec/iptables/iptables.init save
운영중에 특정 IP(아래에서는 192.168.0.1) 의 차단을 해제하고자 할때는 아래의 명령어를 실행합니다.
echo -192.168.0.1 > /proc/net/xt_recent/flood_list
...[더 보기]