correctif filtrage r-vp2

This commit is contained in:
Anthony Arnoux 2023-04-06 08:42:14 +02:00
parent b7d8e6e9d4
commit 542978fd75

View File

@ -51,6 +51,7 @@ table filter {
chain FORWARD {
policy ACCEPT;
proto icmp icmp-type echo-request ACCEPT;
# connection tracking
mod state state INVALID DROP;
mod state state (ESTABLISHED RELATED) ACCEPT;