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