From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Schaaf Subject: Re: Hi... Date: Sat, 18 Jan 2003 20:18:12 +0100 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20030118191812.GD12401@oknodo.bof.de> References: <20030118184245.88397.qmail@web20907.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: NetFilter Return-path: To: Daniel Content-Disposition: inline In-Reply-To: <20030118184245.88397.qmail@web20907.mail.yahoo.com> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org > www.geocities.com/da_tes/gtk-iptables > It has the very basics of iptables but in the future will cover much > more. Sure. Right now, it shows the current filter table. It does system("iptables -L >/tmp/tables.tmp"), then reads that file. HINT: popen() exists for exactly this purpose. As far as I can see by glancing at the gtk mess, it also opens two windows with dummy select boxen. What will gtk-iptables do to help me understand, and sanely manage, a more than trivial ruleset? What will it be that convinces me to run a GTK application as root? Assume I'm somewhat familiar with iptables, and use a combined mangle/nat/filter setup with about 30 things to do right at once. I.e. the usual mess. How could you help here? best regards Patrick