Hey, i'm sending another email! How about it. I just started using this rule as well:
iptables -A INPUT -p tcp --syn --dport 27015 -m connlimit --connlimit-above 3 -j REJECT to limit myself to 3 (adjust to suit your needs) concurrent TCP connections from any given IP to the server port. Why would you need to have more than three rcon sessions going with one server? - Neph On Mon, Apr 28, 2008 at 11:59 PM, Nephyrin Zey <[EMAIL PROTECTED]> wrote: > Another update, because i love iptables so much, you might want to do > --hashlimit-burst 3 instead of 1, so that 'bursts' of three packets > can occur. This allows the rcon login packet + a command packet to get > through before triggering the filter, so your first rcon command isn't > lagged a second becuase it has to resend. > > - Neph > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

