iptables에서 icmp차단

image.png

perplexity에서 생성한 AI이미지

iptables 기반으로 외부에서 ICMP 패킷 차단방법

$ iptables -A INPUT -p icmp --icmp-type echo-request -j REJECT

Revision #2
Created 2022-06-07 14:25:42 KST by artop0420
Updated 2026-02-02 01:59:28 KST by artop0420