Re: removing ipfw rules

2007-12-28 Thread Ian Smith
On Fri, 28 Dec 2007 02:21:54 +0200 Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2007-12-27 15:47, Noah <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have two ipfw rules that I want to remove. They are viewable with the > > "ipfw show" command > > > > > > --- snip --- > > > > 06600

Re: removing ipfw rules

2007-12-27 Thread Noah
thanks for the response. I was Looking for awk to do some of the parsing like this: /sbin/ipfw list | grep '%IP%' | awk '{ print "ipfw -q delete " $1 }' | sh cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: removing ipfw rules

2007-12-27 Thread Giorgos Keramidas
On 2007-12-27 15:47, Noah <[EMAIL PROTECTED]> wrote: > Hi, > > I have two ipfw rules that I want to remove. They are viewable with the > "ipfw show" command > > > --- snip --- > > 06600 0 0 allow ip from any to any proto tcp src-ip > 66.66.66.66 dst-port 22 > 06700 0 0 al

removing ipfw rules

2007-12-27 Thread Noah
Hi, I have two ipfw rules that I want to remove. They are viewable with the "ipfw show" command --- snip --- 06600 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22 06700 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22