iptables
iptables copied to clipboard
ICMP Rule Typo
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
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 ).