vuurmuur: No longer forward ident connections to login.
[matthijs/servers/drsnuggles.git] / etc / vuurmuur / rules / rules.conf
index 4454c9c0c870bff9bc8f3501d0584d6888f0ae47..ab06d8a1632e083c2eb9a6efc4585055459987d9 100644 (file)
@@ -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)\""
@@ -19,4 +21,6 @@ RULE="Dnat service ssh from world.inet to login.vservers.internal options in_int
 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\""