iptables icon indicating copy to clipboard operation
iptables copied to clipboard

ICMP Rule Typo

Open djarbz opened this issue 5 years ago • 1 comments

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

djarbz avatar Dec 14 '19 16:12 djarbz

Thanks!

On Sat, Dec 14, 2019 at 8:14 AM, djarbz < [email protected] > wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/danielmiessler/iptables/issues/3?email_source=notifications&email_token=AAAMLXU33KOJ6X74LPNBDJLQYUA5BA5CNFSM4J23LK22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IAQGQCA ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAAMLXUSOJUGTP7EFONI6E3QYUA5BANCNFSM4J23LK2Q ).

danielmiessler avatar Dec 16 '19 01:12 danielmiessler