<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/"
> <channel><title>Comments on: Syn Packets</title> <atom:link href="http://chris.pirillo.com/syn-packets/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com/syn-packets/</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Tue, 24 Nov 2009 17:33:24 -0800</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-86</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 19:18:40 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-86</guid> <description>I hate it when that happens, I mean when I get locked out from valuable pieces of wisdom when I need them most. Ripping out their toenails is too nice.</description> <content:encoded><![CDATA[<p>I hate it when that happens, I mean when I get locked out from valuable pieces of wisdom when I need them most. Ripping out their toenails is too nice.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-85</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:43:41 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-85</guid> <description>You should have your sysadmin (if u can find him) do a few minor things. You can runa  cronjob every few minutes and cat that netstat output to a file so you can backtrace it and see what&#039;s happening right before the crashes. That coupled with the Apache watcher I sent before should keep you at least up and running. If you can target a specific IP or block of IP&#039;s you should be able to deny them access with TCP wrappers which you should be using already. If not get that installed ASAP. You should get a security expert to do an audit of your system and plug any holes you got happenin. Hell, Kevin Poulson and Kevin Mitnick are in the studios for the Screensavers every other week. I&#039;m sure they can give you some good advice ;-)</description> <content:encoded><![CDATA[<p>You should have your sysadmin (if u can find him) do a few minor things. You can runa  cronjob every few minutes and cat that netstat output to a file so you can backtrace it and see what&#39;s happening right before the crashes. That coupled with the Apache watcher I sent before should keep you at least up and running. If you can target a specific IP or block of IP&#39;s you should be able to deny them access with TCP wrappers which you should be using already. If not get that installed ASAP. You should get a security expert to do an audit of your system and plug any holes you got happenin. Hell, Kevin Poulson and Kevin Mitnick are in the studios for the Screensavers every other week. I&#39;m sure they can give you some good advice ;-)</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-84</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:35:38 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-84</guid> <description>Fame is frustrating. :) Again, an attack is still speculation at this point. It could very well be an internal bottleneck, in which case we&#039;ll have to find a few mirrors to defray the load.</description> <content:encoded><![CDATA[<p>Fame is frustrating. :) Again, an attack is still speculation at this point. It could very well be an internal bottleneck, in which case we&#39;ll have to find a few mirrors to defray the load.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-83</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:33:03 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-83</guid> <description>Chris, as you move up the food chain and become more widely known you&#039;re going to experience more and more of these things.  Now would be a good time to start looking into firewalling and protecting yourself and your sites from these knds of things.
The price of fame?  :)</description> <content:encoded><![CDATA[<p>Chris, as you move up the food chain and become more widely known you&#39;re going to experience more and more of these things.  Now would be a good time to start looking into firewalling and protecting yourself and your sites from these knds of things.<br
/> The price of fame?  :)</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-82</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:28:01 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-82</guid> <description>I&#039;ll give that a shot the next time we go down for the count. Thanks, Jason!</description> <content:encoded><![CDATA[<p>I&#39;ll give that a shot the next time we go down for the count. Thanks, Jason!</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/syn-packets/comment-page-1/#comment-81</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:10:47 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/06/syn-packets/#comment-81</guid> <description>netstat -s &#124;grep &quot;listenqueue overflows&quot;
Too many connections in the state &quot;SYN_RECEIVED&quot; could indicate that the system is being attacked.</description> <content:encoded><![CDATA[<p>netstat -s |grep &#8220;listenqueue overflows&#8221;<br
/> Too many connections in the state &#8220;SYN_RECEIVED&#8221; could indicate that the system is being attacked.</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 12/26 queries in 0.012 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-25 10:19:34 -->