X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fvuurmuur%2Frules%2Frules.conf;h=ab06d8a1632e083c2eb9a6efc4585055459987d9;hb=8c389d732030786e88a56822764dcc593d94b49b;hp=1e49c3c25144c8234222b4c3a3f94ab1fa456972;hpb=6f9dbdad3a9210a27fddcc58a56590b4087758b1;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index 1e49c3c..ab06d8a 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -1,11 +1,26 @@ +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="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 out_int=\"inet-nic\",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 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)\"" +RULE="Accept service dns-internal from world.inet to firewall options in_int=\"vserver-dns-nic\"" +RULE="Dnat service imaps from world.inet to mail.vservers.internal options in_int=\"inet-nic\",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 in_int=\"inet-nic\",comment=\"ssh to login\"" +RULE="Accept service ssh from world.inet to firewall options in_int=\"vserver-login-nic\"" +RULE="Dnat service locus from world.inet to login.vservers.internal options in_int=\"inet-nic\",comment=\"Locus GPS tracker to login\"" +RULE="Accept service locus from world.inet to firewall options in_int=\"vserver-login-nic\"" +RULE="Dnat service telnet from world.inet to www.vservers.internal options in_int=\"inet-nic\",remoteport=\"2323\",comment=\"Hunternet gameserver\"" +RULE="Accept service telnet-nonpriv from world.inet to firewall options in_int=\"vserver-www-nic\",comment=\"Hunternet gameserver\"" +RULE="Drop service dhcp from any to any options comment=\"Drop all DHCP without logging\""