From 7f3c6490f16c65125f4a72aa7ad6bbbe774a9f89 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 26 Jul 2010 15:44:25 +0200 Subject: [PATCH] vuurmuur: Accept ident connections to the host. --- etc/vuurmuur/rules/rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index ab06d8a..bae0514 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -7,6 +7,7 @@ RULE="Accept service any from zeratul.direct to firewall options comment=\"direc 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="Accept service ident from world.inet to firewall(any)" RULE="Dnat service http from world.inet to www.vservers.internal options in_int=\"inet-nic\",comment=\"http to www\"" RULE="Accept service http from world.inet to firewall options in_int=\"vserver-www-nic\"" RULE="Dnat service https from world.inet to www.vservers.internal options in_int=\"inet-nic\",comment=\"https to www\"" -- 2.30.2