>The SSH traffic (as an example) is 
>dropped, no other rules (snipped) match even if they shall match.
>
>*filter
>:INPUT ACCEPT [0:0]
>:FORWARD ACCEPT [0:0]
>:OUTPUT ACCEPT [0:0] 
>-A INPUT -i lo -j ACCEPT 
>-A INPUT -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT 
>-A INPUT -i eth0 -p tcp -m tcp --dport 22 -j ACCEPT 
># The following line drops everything, after disabling
>-A INPUT -i eth0 -j DROP COMMIT

Precisely, you are dropping everything else, including vital ICMPv6.


This is not a bug. Your ruleset is too restrictive.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to