hi, If our server is affected and is listening on the port 2002, I can reject the traffic using iptables or ipchains.....
What else should I check or any other precautionary measure Regards Manu > Binand> ipchains -I input -p udp --dport 2002 -j REJECT -l > > Binand> ipchains -I input -p udp --sport 2002 -j REJECT -l > > > > I've forgotten most of ipchains (more familiar with iptables now), but > > shouldn't you be blocking outgoing traffic destined for port 2002? > > They were the rules I applied to my gateways :-) Don't even allow these > packets to come in. > > But yes, you are correct. Apply those two to both input and output chains. > ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
