From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Hemmann Subject: Update: Too scared.... Script Date: Wed, 12 Jun 2002 04:15:59 +0200 Sender: netfilter-admin@lists.samba.org Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.samba.org Hy a litttle update: I forgot to mention the DEBUG parameter, otherwise the script would not work unattended: If your 100% shure your firewall rules are well done, change DEBUG to 0 !/bin/bash DEBUG="1" # 0 for normal use [the scipt as posted] if [ $DEBUG="1" ]; then echo "Are you dead ? answer with Ctrl C [..as posted ] fi Ralf