From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrick conlin Subject: general policy question Date: Fri, 07 Jun 2002 10:35:25 -0400 Sender: netfilter-admin@lists.samba.org Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: 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 does one generally set the -P on their mangle table chains to DROP, even if you're not using them for anything? usual procedure says set -P on all chains to DROP and allow what's necessary, but if you're not using your mangle table chains for anything and you set -P to DROP (on the iptables -t mangle PREROUTING chain, for example) all packets get dropped. you guessed it, I just did this and got booted from the machine. Now I have to wait until I can go home and reboot my firewall before I can play with it any more. Just wondering how everyone else handles this. -=p=-