X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fvuurmuur%2Frules%2Frules.conf;h=8fd8344ecc55c2d9d328b2ce42872289ac6411f1;hb=8461477e00d5912d57fc3bec528e80bf98e807a7;hp=33e4bc96cfc69c0f73d92d59e01bfaab146a1033;hpb=31f3539dc1e55de13b92d7c332e87793844961ee;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index 33e4bc9..8fd8344 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -1,12 +1,19 @@ 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="Accept service any from any to world.inet options comment=\"Outgoing vserver traffic (but from any due to vuurmuur limits)\"" 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\"" -RULE="Portfw service dns from world.inet to dns.vservers.internal options comment=\"dns to dns\"" -RULE="Portfw service imaps from world.inet to mail.vservers.internal options comment=\"imaps to mail\"" -RULE="Portfw service ssh from world.inet to login.vservers.internal options comment=\"ssh to login\"" +RULE="Dnat service http from world.inet to www.vservers.internal options comment=\"http to www\"" +RULE="Accept service http from world.inet to firewall options in_int=\"vserver-www-nic\"" +RULE="Dnat service smtp from world.inet to mail.vservers.internal options comment=\"smtp to mail\"" +RULE="Accept service smtp from world.inet to firewall options in_int=\"vserver-mail-nic\"" +RULE="Dnat service dns from world.inet to dns.vservers.internal options comment=\"dns to dns\"" +RULE="Accept service dns from world.inet to firewall options in_int=\"vserver-dns-nic\"" +RULE="Dnat service imaps from world.inet to mail.vservers.internal options comment=\"imaps to mail\"" +RULE="Accept service imaps from world.inet to firewall options in_int=\"vserver-mail-nic\"" +RULE="Dnat service ssh from world.inet to login.vservers.internal options comment=\"ssh to login\"" +RULE="Accept service ssh from world.inet to firewall options in_int=\"vserver-login-nic\""