danielmiessler / danielmiessler/iptables

ICMP Rule Typo

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
80
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Your 2nd ICMP ruleset has a type in the log line. Should be 11/0 not 8/0

/sbin/iptables -A INPUT -p icmp -d $DEMOSTHENES --icmp-type **8/0** -j LOG --log-level 7 --log-prefix "Accept Time Exceeded"
/sbin/iptables -A INPUT -p icmp -d $DEMOSTHENES --icmp-type 11/0 -j ACCEPT

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.