On Wed, Aug 29, 2001 at 12:00:00AM -0400, Wayne Topa wrote: > > Subject: Re: who has *arguably* the best iptables firewall script > around here? > Date: Tue, Aug 28, 2001 at 11:55:19PM +0200 > > In reply to:Cliff Sarginson > > Quoting Cliff Sarginson([EMAIL PROTECTED]): > > On Tue, Aug 28, 2001 at 10:42:39PM +0200, thomas anderson wrote: > > > Hello, > > > > > > If you think you do please tell us why and also kindly send me a copy too! > > > :) > > > > > Well, mine seems ok, I do not run inetd when connected, which does > > not really lose me that much in pratcise. Nexus's only complaint > > about my setup is about "lpd", and I do not know how to solve > > that yet. > > Cliff > This might be what you are looking for > > $IPTABLES -A INPUT -i $IEXT -p tcp --dport 515 -j LOG --log-level NOTICE > --log-prefix "Printer-Attack-Rejected:" > $IPTABLES -A INPUT -i $IEXT -p tcp --dport 515 -j DROP > ^^^ ppp0 in my case
Ah..an iptables expert..:) I will try that. I am hoping that iptables is the last incarnation of firewall "syntax" in linux for a while, my learning capacity strains against my age.. lol Cliff