Re: [Leaf-user] Re: port 53 flooding my log

2002-02-15 Thread Jeff Newmiller
On Fri, 15 Feb 2002, GREGOR wrote: ps... I'm sorry for the typo. the following lines are what actually written in my ipfilter.conf file : # New Port 53 filter start IP_LIST=`cat /etc/dns_floods` for IP in $IP_LIST; do $IPCH -I input -j DENY -p tcp -s $IP/32 -d $EXTERN_IP/32 53

[Leaf-user] Re: port 53 flooding my log

2002-02-14 Thread GREGOR
ps... I'm sorry for the typo. the following lines are what actually written in my ipfilter.conf file : # New Port 53 filter start IP_LIST=`cat /etc/dns_floods` for IP in $IP_LIST; do $IPCH -I input -j DENY -p tcp -s $IP/32 -d $EXTERN_IP/32 53 -i $EXTERN_IF done; unset IP #New Port 53