sysc
01-25-2003, 01:06 PM
Actually, figured out how to solve this "exploit" problem? Still severe packet loss have pulled all the win2k boxes patched. Still, hasnt solved the problem also blocked the udp... at a loss here anyone solved it?
![]() | View Full Version : Has anyone.... sysc 01-25-2003, 01:06 PM Actually, figured out how to solve this "exploit" problem? Still severe packet loss have pulled all the win2k boxes patched. Still, hasnt solved the problem also blocked the udp... at a loss here anyone solved it? dynamicnet 01-25-2003, 01:08 PM Greetings: See http://www.webhostingtalk.com/showthread.php?s=&threadid=107187 The problem is global. Also, if you have Microsoft Window servers, specifically SQL Server, apply the free patch that has been available for months. Thank you. alwaysweb 01-25-2003, 01:31 PM The real issue is for the internet backbone providers / data centers to fully resolve the traffic levels. However, Since we don't have Windows servers (thank goodness), we've firewalled off traffic to the infected ports, you may want to do the same. # iptables -A INPUT -j DROP -p udp --dport 1433 # iptables -A INPUT -j DROP -p tcp --dport 1434 |