From 5925e2a2e71c2046b65526fabf00e8cb4e3f8501 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:12:53 +0200 Subject: [PATCH] vuurmuur: Forward ident connections to login. --- etc/vuurmuur/rules/rules.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/vuurmuur/rules/rules.conf b/etc/vuurmuur/rules/rules.conf index ab06d8a..e9e2ea9 100644 --- a/etc/vuurmuur/rules/rules.conf +++ b/etc/vuurmuur/rules/rules.conf @@ -23,4 +23,6 @@ RULE="Dnat service locus from world.inet to login.vservers.internal options in_i 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="Dnat service ident from world.inet to login.vservers.internal options in_int=\"inet-nic\",comment=\"Identd for login\"" +RULE="Accept service ident from world.inet to firewall options in_int=\"vserver-login-nic\",comment=\"Identd for login\"" RULE="Drop service dhcp from any to any options comment=\"Drop all DHCP without logging\"" -- 2.30.2