From 2843401b4f128e1aa51cd210488cf3744e679555 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 4 Jan 2013 02:28:41 -0500 Subject: [PATCH] Allow outgoing ping --- files/ferm.conf.hcoop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/ferm.conf.hcoop b/files/ferm.conf.hcoop index 56da7a3..24f2adf 100644 --- a/files/ferm.conf.hcoop +++ b/files/ferm.conf.hcoop @@ -40,6 +40,9 @@ table filter { #mod state state INVALID DROP; mod state state (ESTABLISHED RELATED) ACCEPT; + # Allow ping + proto icmp ACCEPT; + proto tcp dport ssh ACCEPT; # connections to domtool dispatcher and slaves (for e.g. QFoo) -- 2.20.1