X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-firewall-config.git/blobdiff_plain/96aea2bd112d12b85efa1b5b43ee0b807a6d183a..2843401b4f128e1aa51cd210488cf3744e679555:/files/ferm.conf.hcoop 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)