From: root Date: Thu, 16 Apr 2009 14:20:24 +0000 (+0200) Subject: vuurmuur: Add separators to the rule config. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=70f4f512ef539e6140c47f3fc32fe5022a75fb07 vuurmuur: Add separators to the rule config. --- diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index 33e4bc9..b7085fe 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -2,8 +2,10 @@ RULE="Accept service ping from any to any options comment=\"ping\"" RULE="Accept service any from firewall to world.inet options comment=\"Outgoing host traffic\"" RULE="Accept service any from vservers.internal to world.inet options comment=\"Outgoing vserver traffic\"" RULE="Snat service any from vservers.internal to world.inet options comment=\"snat for vservers\"" +RULE="separator" RULE="Accept service any from zeratul.direct to firewall options comment=\"direct traffic from zeratul\"" RULE="Accept service any from firewall to zeratul.direct options comment=\"direct traffice to zeratul\"" +RULE="separator" RULE="Accept service ssh-host from any to firewall(any) options comment=\"ssh access to the host\"" RULE="Portfw service http from world.inet to www.vservers.internal options comment=\"http to www\"" RULE="Portfw service smtp from world.inet to mail.vservers.internal options comment=\"smtp to mail\""