vuurmuur: Define a sane ruleset.
[matthijs/servers/drsnuggles.git] / etc / vuurmuur / rules / rules.conf
1 RULE="Accept service any from firewall to world.inet options comment=\"Outgoing host traffic\""
2 RULE="Accept service any from vservers.internal to world.inet options comment=\"Outgoing vserver traffic\""
3 RULE="Snat service any from vservers.internal to world.inet options comment=\"snat for vservers\""
4 RULE="Accept service any from zeratul.direct to firewall options comment=\"direct traffic from zeratul\""
5 RULE="Accept service any from firewall to zeratul.direct options comment=\"direct traffice to zeratul\""
6 RULE="Accept service ssh-host from any to firewall(any) options comment=\"ssh access to the host\""
7 RULE="Portfw service http from world.inet to www.vservers.internal options comment=\"http to www\""
8 RULE="Portfw service smtp from world.inet to mail.vservers.internal options comment=\"smtp to mail\""
9 RULE="Portfw service dns from world.inet to dns.vservers.internal options comment=\"dns to dns\""
10 RULE="Portfw service imaps from world.inet to mail.vservers.internal options comment=\"imaps to mail\""
11 RULE="Portfw service ssh from world.inet to login.vservers.internal options comment=\"ssh to login\""