From: Matthijs Kooijman Date: Mon, 26 Jul 2010 13:44:25 +0000 (+0200) Subject: vuurmuur: Accept ident connections to the host. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=7f3c6490f16c65125f4a72aa7ad6bbbe774a9f89 vuurmuur: Accept ident connections to the host. --- 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\""