X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fvuurmuur%2Frules%2Frules.conf;h=ab06d8a1632e083c2eb9a6efc4585055459987d9;hb=9812f563638a1a49653728d5aec18367073ab0eb;hp=fb4713ebd6c30482c5e3aad583e3c8440720b8cf;hpb=f16cc6ed9f1216c78dce11aef31de6a942fae959;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index fb4713e..ab06d8a 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -9,6 +9,8 @@ RULE="separator" RULE="Accept service ssh-host from any to firewall(any) options comment=\"ssh access to the host\"" 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\"" +RULE="Accept service https 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 in_int=\"inet-nic\",remoteport=\"54\",comment=\"dns to dns (running on port 54)\""