<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>forkb0mb.org - Routing</title>
    <link>http://forkb0mb.org/content/</link>
    <description>Still Watching Bits in a Terabyte World</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>The nerd-net</title>
    <link>http://forkb0mb.org/content/index.php?/archives/385-The-nerd-net.html</link>
            <category>Cryptography/Privacy</category>
            <category>Database</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>PostgreSQL</category>
            <category>Routing</category>
            <category>Site News</category>
            <category>SSL</category>
            <category>VPN</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/385-The-nerd-net.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=385</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=385</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;h2&gt;The nerd-net&lt;/h2&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;Notice:&lt;/i&gt;&lt;/h3&gt;&lt;br /&gt;
I do not yet have all of the hardware and networking gear set up on my network; so this is merely a description of what I&#039;m looking to do, to gather some ideas and feedback, and then figure out how to proceed.   If, after reading the details below, you want to join, or have suggestions, please let me know!&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;History / Ideas&lt;/h3&gt;&lt;br /&gt;
I&#039;ve been thinking about starting a &quot;nerd net&quot; for quite some time.  I have many friends that use a Linux/*BSD machine at their border, and typically have some kind of services running inside the network.   I&#039;d like to link these networks together and share access to services.  This opens up all kinds of possibilities...&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Network&lt;/h3&gt;&lt;br /&gt;
To avoid a single point of failure, and saturation of any one network&#039;s bandwidth, we would avoid linking in a hub-and-spoke fashion.   Instead, I propose that we maintain a list of active nodes (essentially, each person&#039;s gateway box) and try to maintain at least 3 active VPN connections at a time.  In other words, each node on the network would have a VPN tunnel to at least 3 other nodes.  It would be very useful to have control of a DNS zone for maintaining this list.  Each node would have it&#039;s own A record; say, &lt;tt&gt;mynode.domain.com&lt;/tt&gt;.  Each time a node wants to connect to the network, it would request the A record for something like &lt;tt&gt;connect.domain.com&lt;/tt&gt;, which would hand out A records of each of the registered nodes in a round-robin fashion.&lt;br /&gt;
&lt;br /&gt;
Authentication will be central in this; so some knowledge of SSL will be beneficial.  I, and possibly a few key others, would maintain access to a CA signing key and the nodes would be authenticated to the network via certificates signed by that CA key.   Any node that you attempt to connect to should trust you based on that certificate; and, based on the certificate presented, you should trust any connection attempt with a valid, signed certificate.   I, and possibly others, can assist with any certificate-based configuration issues that you might have.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Routing&lt;/h3&gt;&lt;br /&gt;
To allow for a private network that&#039;s going to be potentially changing topology on a regular basis, we&#039;ll need a routing protocol, such as RIPv2.  For simplicity, each network would receive it&#039;s own /24 of RFC1918 space, with the gateway box running the VPN software being the &quot;node&quot; on the network.  Most likely, you&#039;d want to set up split-tunneling on the gateway box so that any requests going to the private network route over the VPN and the rest of your traffic (web surfing, email, etc) goes out your normal internet connection.&lt;br /&gt;
&lt;br /&gt;
With each node on the network being connected to at least 3 other nodes at any given time, that requires us to keep track of the various routes from one network to another.  Instead of trying to keep track of this by hand, we could easily set up RIPv2 and announce the routes we &quot;know&quot;.   I imagine using netblocks in the 172.16.0.0/12 range, with each network having a /24 and being multi-homed (connected to 3+ other nodes), there could potentially be several routes from one network to the other.  A light-weight, distance-vector routing protocol like RIPv2 seems to be a good fit; open-source implementations, simple, and proven.  The route to any network from yours would be the one with the least intermittent hops.&lt;br /&gt;
&lt;br /&gt;
Another, more complex, possibility would be using OSPF and OpenBSD&#039;s open-source implementation.   Given that each node will have different bandwidth, this may be a good idea to try.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Services and other ideas&lt;/h3&gt;&lt;br /&gt;
This would be the whole reason for the network!&lt;br /&gt;
&lt;br /&gt;
I would be interested in providing several services to the network, but not publicly.  For one, a Linux- or FreeBSD-based shell server with access to the internet, compilers/development tools, documentation, email (anyone remember pine+procmail?), etc.  A (small-ish) &lt;i&gt;public&lt;/i&gt; web space to let people know that you&#039;re part of the network; something like Apache&#039;s mod_userdir.  A blog application accessible only from within the nerd-net.  &lt;br /&gt;
&lt;br /&gt;
I would also maintain the internal network&#039;s intranet site.  This could be a site used to post updates of system maintenance, new services being offered/tested, and a way to maintain an up-to-date list of all of the nodes.&lt;br /&gt;
&lt;br /&gt;
A private IRC server is definitely on the TODO list.   Any and all bots would be allowed; if anyone would be interested in linking the IRC daemons, I&#039;ll likely be using the Blackened or UltimateIRCd.&lt;br /&gt;
&lt;br /&gt;
I could provide SMTP services for the network.   If we find a zone to use, I can provide email services for that zone.   Technically, unlimited user@zone email addresses.   I would also be willing to host DNS services for the internal network; providing dynamic DNS and a &quot;view&quot; for those coming in via the network.&lt;br /&gt;
&lt;br /&gt;
Another service I&#039;d consider offering would be your own PostgreSQL database for development and testing.  A big part of what I envision for this network is that it&#039;ll be a big collection of computer-savvy geeks; what better place to deploy and test code than on a network inhabited solely by those with the clue to help you in debugging, vuln testing, etc.&lt;br /&gt;
&lt;br /&gt;
Other possibilities include shared-CPU time using tools like distcc(1).   Maybe remote storage (NFS/iSCSI)?  &lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Requirements&lt;/h3&gt;&lt;br /&gt;
&lt;li&gt; a public IP address to allow for incoming VPN connection requests&lt;br /&gt;
&lt;li&gt; a Unix-like machine (Linux, Solaris, *BSD, MacOS/X)&lt;br /&gt;
&lt;li&gt; OpenSWAN, FreeSWAN, OpenVPN, etc for creating the VPN&lt;br /&gt;
&lt;li&gt; Zebra for RIPv2, OpenBSD OpenOSPFd for routing&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Benefits&lt;/h3&gt;&lt;br /&gt;
The benefits of a private network are many, and extend beyond just the sharing of services.  This is a chance to build a real-world, potentially large-scale network with changing topology.  Any member wishing to add/configure new services or features is welcomed to; and the services could be advertised/listed on the internal network&#039;s intranet site.&lt;br /&gt;
&lt;br /&gt;
Other benefits include the ability to policy-route certain traffic.  For instance, I would be interested in routing my DNS traffic over the VPN to be routed out someone else&#039;s connection; it&#039;s low traffic, but my ISP mangles my DNS traffic to route to their servers regardless of what server I point to.  Such configuration could even be set up where my DNS traffic goes out through a different VPN&#039;s node each time (i.e., a type of load-balancing).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Responsibilities&lt;/h3&gt;&lt;br /&gt;
As the network uses a VPN to set up, exactly what it is, a Virtual Private Network, we should seek to keep the network private.  Configuring an Apache reverse-proxy, or some type of port-forward from your external IP address into the network would be frowned upon.  Any need to create such accesses for the outside should be discussed with the entire group, and hopefully some sort of consensus reached.&lt;br /&gt;
&lt;br /&gt;
It would also be the responsibility of each node&#039;s owner to keep the machine secure and up-to-date.  Any breach of one of the nodes would lead to an open route to the network.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Users/Networks&lt;/h3&gt;&lt;br /&gt;
I will create the CA key used to sign all certificates used to access the VPN; but, as I do not wish to be the sole decider in who is allowed on the network and who is not, I plan to create a handful of sub-CA certificates to be distributed to trusted associates who may also sign certificates for potential users.   If you&#039;ve been given a sub-CA certificate, you&#039;re being trusted to know who you&#039;re letting into our private little clubhouse.  :)   Using multiple sub-CA certificates will also allow for anyone to validate who provided access for this particular user/network; and the ability to revoke access as necessary (hoping that it wouldn&#039;t ever become necessary).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;&lt;br /&gt;
A &quot;nerd net&quot; would be a fun project to gather a bunch of us geeks together and share services.   This is the first time I&#039;m really throwing the idea out there (beyond mentioning it to a few people here and there), so if anyone else thinks it would be fun, get ahold of me! 
    </content:encoded>

    <pubDate>Fri, 03 Feb 2012 18:58:19 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/385-guid.html</guid>
    
</item>
<item>
    <title>CRTC Tells Rogers to Stop Slowing Down the Speed of Online Games</title>
    <link>http://forkb0mb.org/content/index.php?/archives/383-CRTC-Tells-Rogers-to-Stop-Slowing-Down-the-Speed-of-Online-Games.html</link>
            <category>Articles</category>
            <category>Networking</category>
            <category>News</category>
            <category>Routing</category>
            <category>VoIP</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/383-CRTC-Tells-Rogers-to-Stop-Slowing-Down-the-Speed-of-Online-Games.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=383</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=383</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.calgaryherald.com/life/CRTC+tells+Rogers+stop+slowing+down+speed+online+games/5415963/story.html&quot; title=&quot;http://www.calgaryherald.com/life/CRTC+tells+Rogers+stop+slowing+down+speed+online+games/5415963/story.html&quot;&gt;CRTC Tells Rogers to Stop Slowing Down the Speed of Online Games&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Canada&#039;s telecommunications regulator on Friday gave Rogers Communications Inc., mere days to come up with a plan to solve a problem that could be unfairly slowing down the speed of online games.&lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
Rogers now has until Sept. 27 to present a plan to the regulator to deal with the issue.&lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
While Internet service providers have said &lt;em&gt;they need to manage online traffic to deal with network congestion during peak hours&lt;/em&gt;, the CRTC has instituted a policy stipulating that the noticeable degradation of time-sensitive Internet traffic requires prior commission approval under Canada&#039;s Telecommunications Act.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Emphasis is my own.  This is my entire point:&lt;br /&gt;
&lt;br /&gt;
If they&#039;re having bandwidth issues during peak-usage, then they are over-subscribing their bandwith ( and/or maxing out the capabilities of their network infrastructure ) and customers notice.  Customers also tend to vote with their dollars.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Fri, 16 Sep 2011 21:56:41 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/383-guid.html</guid>
    
</item>
<item>
    <title>Survey: Most Enterprises Will be on IPv6 by 2013</title>
    <link>http://forkb0mb.org/content/index.php?/archives/379-Survey-Most-Enterprises-Will-be-on-IPv6-by-2013.html</link>
            <category>IPv6 Networking</category>
            <category>Networking</category>
            <category>News</category>
            <category>Routing</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/379-Survey-Most-Enterprises-Will-be-on-IPv6-by-2013.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=379</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=379</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.networkworld.com/slideshows/2011/nww-ipv6-survey-ciscosubnet.html&quot; title=&quot;http://www.networkworld.com/slideshows/2011/nww-ipv6-survey-ciscosubnet.html&quot;&gt;Survey: Most Enterprises Will be on IPv6 by 2013&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
IT professionals overwhelmingly say they want their companies to be leaders not laggards in IPv6 adoption, Network World survey finds.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Warning:  This article contains a slideshow.&lt;br /&gt;
&lt;br /&gt;
Otherwise, it&#039;s pretty interesting to see how important IPv6 adoption has become in the networking world now that it&#039;s starting to sink-in that IPv4-space is quickly dwindling.   See &lt;a href=&quot;http://forkb0mb.org/content/index.php?/archives/375-Two-8s-allocated-to-APNIC-from-IANA.html&quot; title=&quot;http://forkb0mb.org/content/index.php?/archives/375-Two-8s-allocated-to-APNIC-from-IANA.html&quot;&gt;here&lt;/a&gt;.  The last /8&#039;s were allocated in early February 2011.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 28 Jul 2011 12:21:02 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/379-guid.html</guid>
    
</item>
<item>
    <title>Tunneling nmap through Tor</title>
    <link>http://forkb0mb.org/content/index.php?/archives/378-Tunneling-nmap-through-Tor.html</link>
            <category>Articles</category>
            <category>Cryptography/Privacy</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Operating Systems</category>
            <category>Routing</category>
            <category>Software</category>
            <category>Technology</category>
            <category>Tools</category>
            <category>Unix</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/378-Tunneling-nmap-through-Tor.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=378</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=378</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.commondork.com/2009/06/26/tunneling-nmap-through-tor/&quot; title=&quot;http://www.commondork.com/2009/06/26/tunneling-nmap-through-tor/&quot;&gt;Tunneling nmap through Tor&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I looked at how to reduce your exposure using Tor earlier in the week. We installed Tor and Privoxy and configured our system to browse the Internet anonymously. We can use Tor and another great program called proxychains to Torify our network scans with nmap.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I checked this out and it seems to work well.  Other than the fact that Tor doesn&#039;t seem to carry UDP traffic (other than DNS) or ICMP traffic, you&#039;re limited to TCP traffic alone, which isn&#039;t too much of a limitation.&lt;br /&gt;
&lt;br /&gt;
It is a little slow getting your scan results back - especially if you don&#039;t pass -p&amp;lt;port1&gt;,&amp;lt;port2&gt; to nmap(1), but it&#039;s certainly more secure than just trying to use an open proxy server out on the &#039;net.&lt;br /&gt;
&lt;br /&gt;
All in all, a neat trick.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 28 Jul 2011 12:11:34 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/378-guid.html</guid>
    
</item>
<item>
    <title>Two /8s allocated to APNIC from IANA</title>
    <link>http://forkb0mb.org/content/index.php?/archives/375-Two-8s-allocated-to-APNIC-from-IANA.html</link>
            <category>Articles</category>
            <category>Networking</category>
            <category>News</category>
            <category>Routing</category>
            <category>Technology</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/375-Two-8s-allocated-to-APNIC-from-IANA.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=375</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=375</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;https://www.apnic.net/publications/news/2011/delegation&quot; title=&quot;https://www.apnic.net/publications/news/2011/delegation&quot;&gt;Two /8s allocated to APNIC from IANA&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
APNIC received the following IPv4 address blocks from &lt;a href=&quot;http://www.iana.org/&quot; title=&quot;http://www.iana.org/&quot;&gt;IANA&lt;/a&gt; in February 2011 and will be making allocations from these ranges in the near future:&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;39/8&lt;br /&gt;
&lt;li&gt;106/8&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
The allocation of these blocks left the IANA with 5 /8 blocks left; which triggers a clause saying that when the pool gets down to 5 remaining blocks, each of the 5 *NICs get one of the remaining blocks.   It&#039;s just unfortunate that 2 of the last 6 or 7 blocks are completely wasted by being routed to what essentially amounts to an Internet cesspool (APNIC).   I regularly pull down the IANA assignments, parse out the netblocks assigned to APNIC, and then null-route them all.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Note&lt;/em&gt;:  The aforementioned clause is stated in the &quot;&lt;a href=&quot;http://www.icann.org/en/general/allocation-remaining-ipv4-space.htm&quot; title=&quot;http://www.icann.org/en/general/allocation-remaining-ipv4-space.htm&quot;&gt;Global policy for the allocation of the remaining IPv4 address space&lt;/a&gt;.&quot;&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Here&#039;s a ticker, from &lt;a href=&quot;http://www.he.net/&quot; title=&quot;http://www.he.net/&quot;&gt;Hurricane Electric&lt;/a&gt;, that estimates the eventual exhaustion of IPv4 addresses from the regional registries.&lt;br /&gt;
&lt;br /&gt;
You might take this time to &lt;a href=&quot;http://tunnelbroker.net/&quot; title=&quot;http://tunnelbroker.net/&quot;&gt;register for a block&lt;/a&gt; of IPv6 addresses - It&#039;s free!&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://ipv6.he.net/v4ex/sidebar.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 10 Feb 2011 08:26:53 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/375-guid.html</guid>
    
</item>
<item>
    <title>Secret Forum Reveals Oz Firewall Backroom Dealing</title>
    <link>http://forkb0mb.org/content/index.php?/archives/371-Secret-Forum-Reveals-Oz-Firewall-Backroom-Dealing.html</link>
            <category>Articles</category>
            <category>Cryptography/Privacy</category>
            <category>Firewall</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Routing</category>
            <category>SSL</category>
            <category>Technology</category>
            <category>VPN</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/371-Secret-Forum-Reveals-Oz-Firewall-Backroom-Dealing.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=371</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=371</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.theregister.co.uk/2010/05/10/australia_firewall_forum/&quot; title=&quot;http://www.theregister.co.uk/2010/05/10/australia_firewall_forum/&quot;&gt;Secret Forum Reveals Oz Firewall Backroom Dealing&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Circumvention legal, but you can&#039;t tell anyone how&lt;/strong&gt;[.]&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Emphasis is theirs. &lt;br /&gt;
&lt;br /&gt;
Now say what?  It will be legal to circumvent (technical details at the bottom), but illegal to explain to someone else how to perform this perfectly legal configuration.   I wonder how this might affect a corporate or ISP helpdesk perform VPN connectivity setup?&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Australia’s plans for a firewall to protect its population from smut on the internet are rapidly evolving from farce to total chaos. Weekly revelations on bulletin boards suggest that &lt;strong&gt;Stephen Conroy&lt;/strong&gt;, the man behind the big idea, does not know what forthcoming legislation on the topic will say, when it will be introduced or how the firewall will work in practice.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This time, emphasis is mine.  I want to continue to point out how big of an asshat this particular Australian politician is.  He is the &quot;Minister for Broadband, Communications and the Digital Economy.&quot;  He&#039;s the one that floated the idea of this nation-wide &quot;firewall&quot; (which is technically a proxy since it will be filtering at layer 7 - hence the technical problems) to &quot;protect&quot; citizens from illegal, immoral, or &quot;dangerous&quot; content.  This is nearly the same thing the Chinese and Iranians are doing, just using layer 7 proxy devices instead of what&#039;s assumed to be basic layer 3 IP filtering of destination hosts.  Skip to the very end of the post for the technical details behind this.&lt;br /&gt;
&lt;br /&gt;
To say this whole thing began as a farce is hitting the nail right on the head.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Meanwhile, it turns out that the Minister’s own Department of Broadband, Communications and the Digital Economy (DBCDE) has been hosting a secret forum for discussions with ISPs likely to be affected by proposals. Along the way it floated the idea of making it a crime to advise surfers on how to do things that are perfectly legal to do. Confused? You will be.&lt;br /&gt;
&lt;br /&gt;
First up is the time scale for plans to introduce the new firewall. As &lt;a href=&quot;http://www.theregister.co.uk/2010/05/04/aus_net_filter_law_delay/&quot; title=&quot;http://www.theregister.co.uk/2010/05/04/aus_net_filter_law_delay/&quot;&gt;already reported&lt;/a&gt;, the question of when legislation will be introduced has now been bouncing between the offices of Prime Minister Kevin Rudd and Communications Minister Stephen Conroy. Severe wriggling from Conroy’s office suggests that plans for an early introduction of legislation have been put on the back burner for now.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Stephen_Conroy&quot; title=&quot;http://en.wikipedia.org/wiki/Stephen_Conroy&quot;&gt;Conroy&lt;/a&gt; wants to shelve the legislation until after the elections.  He&#039;s technically incompetent, but he&#039;s smart enough to realize that this is going to be a screw-up of biblical proportions and it will likely cost him the election.  It&#039;s &quot;on the back burner for now,&quot; but it&#039;s by no means dead.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Meanwhile further digging inside this forum revealed that departmental officials appear to have been discussing the possibility of making it a criminal offen[s]e to advise individuals of means that would enable them to circumvent the filter – even where the means themselves were perfectly legal.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I would say that this equates to information being illegal.  In a way, that&#039;s in the same league as banning books.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
As the EFA suggests, this answer raises more issues than it addresses, and relies on the degradation of the Australian network being gradual, rather than catastrophic. It does appear, however, that the government has no plans to deal with a possible overload of its firewall bringing the Australian internet to its knees – beyond setting up a review when such an event actually happens.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Why should there be any degradation of bandwidth at all?  I suspect that if this goes through, there&#039;s going to be a noticeable difference in download speeds and initial access to websites.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
&lt;strong&gt;Details:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Circumvention:&lt;/em&gt;&lt;br /&gt;
Circumvention of these filters will be trivial; you can wrap your request in SSL (such as https:// if the website supports it), &lt;a href=&quot;http://filesharefreak.com/2008/10/18/total-anonymity-a-list-of-vpn-service-providers/&quot; title=&quot;http://filesharefreak.com/2008/10/18/total-anonymity-a-list-of-vpn-service-providers/&quot;&gt;by using&lt;/a&gt; &lt;a href=&quot;http://www.yourprivatevpn.com/?q=en&quot; title=&quot;http://www.yourprivatevpn.com/?q=en&quot;&gt;a&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Virtual_Private_Network&quot; title=&quot;http://en.wikipedia.org/wiki/Virtual_Private_Network&quot;&gt;VPN&lt;/a&gt; &lt;a href=&quot;http://torrentfreedom.com/&quot; title=&quot;http://torrentfreedom.com/&quot;&gt;provider&lt;/a&gt; &lt;a href=&quot;http://www.perfect-privacy.com/&quot; title=&quot;http://www.perfect-privacy.com/&quot;&gt;outside&lt;/a&gt; &lt;a href=&quot;http://vpngates.com/&quot; title=&quot;http://vpngates.com/&quot;&gt;Australia&lt;/a&gt; (many more found on the link for the word &quot;using&quot;), by using &lt;a href=&quot;https://www.torproject.org/&quot; title=&quot;https://www.torproject.org/&quot;&gt;Tor&lt;/a&gt; (which uses a technique known as &lt;a href=&quot;http://en.wikipedia.org/wiki/Onion_Routing&quot; title=&quot;http://en.wikipedia.org/wiki/Onion_Routing&quot;&gt;Onion Routing&lt;/a&gt;), or even by viewing blocked pages via the &lt;a href=&quot;http://googlesystem.blogspot.com/2007/01/browsing-web-using-google-cache.html&quot; title=&quot;http://googlesystem.blogspot.com/2007/01/browsing-web-using-google-cache.html&quot;&gt;Google cache&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Technical Considerations:&lt;/em&gt;&lt;br /&gt;
This filtering is to take place with proxies (at the Application [7] layer) as opposed to the traditional large-scale deployments of firewalls (at the Network [3] and Transport [4]) layers).  The deeper you have to inspect a packet, the more CPU and memory required to process the filters.  It costs - in many ways, from actual dollars for the hardware and software, to performance impact, to configuration complexity to man-hours of maintenance - considerably more to filter at layer 7 with a proxy than layers 3/4 with a firewall.&lt;br /&gt;
&lt;br /&gt;
The one benefit to filtering at layer 7 is that you block only what is intended to be blocked.  In today&#039;s world (where we&#039;ve been running out of IPv4 space for a dacade now) a lot of websites are configured using &lt;a href=&quot;http://en.wikipedia.org/wiki/Virtual_host&quot; title=&quot;http://en.wikipedia.org/wiki/Virtual_host&quot;&gt;virtual hosts&lt;/a&gt;.   This allows web hosting providers to host a virtually unlimited number of websites on a single IP address.  Let&#039;s say there are two websites, both hosted on the same virtual host IP address, where one is banned and the other is not:&lt;br /&gt;
&lt;br /&gt;
www.bannedwebsite.co.au (banned)&lt;br /&gt;
www.momsrecipies.co.au (allowed)&lt;br /&gt;
&lt;br /&gt;
With a layer 7 proxy, when the user attempts to reach a website, the proxy intercepts the request, checks the request (including hostname and URI), and then either blocks the request, or requests the page on behalf of the end-user and returns her the requested webpage.  So your mom can still access www.momsrecipes.co.au while nobody can access www.bannedwebsite.co.au.  With a proxy, you can return HTML to the end-user explaining why access to this particular website is blocked and possibly a method of contact to dispute the denial of access.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Pros:&lt;/u&gt;&lt;br /&gt;
() Finer-grained control of what&#039;s filtered&lt;br /&gt;
() Less &quot;false positives&quot;&lt;br /&gt;
&lt;u&gt;Cons:&lt;/u&gt;&lt;br /&gt;
() Expensive in many aspects (mentioned above)&lt;br /&gt;
() Complex configuration&lt;br /&gt;
() Considerable service impact due to use of &lt;a href=&quot;http://en.wikipedia.org/wiki/Deep_Packet_Inspection&quot; title=&quot;http://en.wikipedia.org/wiki/Deep_Packet_Inspection&quot;&gt;DPI&lt;/a&gt; at Application [7] layer&lt;br /&gt;
() Slightly easier to circumvent; using https is the only circumvention measure mentioned that does not tend to work with the firewall approach - the rest should work against both types&lt;br /&gt;
&lt;br /&gt;
With a layer 3/4 firewall, access to the virtual host IP address (or even the subnet it&#039;s part of) will be blocked.  When anyone tries to go to www.bannedwebsite.co.au, they are unable to, which is the intended result.  They will get a different error; the browser will just report that website was unreachable.  End of explanation.  If anyone tries to go to www.momsrecipies.co.au, they will also be denied with the same uninformative unreachable error.  Since both websites are on the same IP address, the firewall has no way of knowing which website you&#039;re looking for, so it blocks everything.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Pros:&lt;/u&gt;&lt;br /&gt;
() Cheaper to deploy&lt;br /&gt;
() Simpler configuration - hundreds of hosts/subnets vs. thousands of hostnames&lt;br /&gt;
() Can often be implemented on existing hardware - edge or core routers utilization IP ACLs&lt;br /&gt;
() Faster, more responsive access to allowed websites; less service impact&lt;br /&gt;
&lt;u&gt;Cons:&lt;/u&gt;&lt;br /&gt;
() Collateral damage - legitimate sites on the same virtual host as banned site are also blocked&lt;br /&gt;
() Slightly more difficult to circumvent (a websites https site will likely be in the same blocked subnet)&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Comparison with Other Instances of State-Controlled Internet Access:&lt;/em&gt;&lt;br /&gt;
I see three major differences in the Australian proposal as opposed to the other major regimes implementing state-wide filtering of websites (China and Iran).  They are as follows:&lt;br /&gt;
&lt;br /&gt;
  &lt;li&gt; The use of layer 7 proxies instead of layer 3/4 firewalls and route filtering&lt;br /&gt;
&lt;br /&gt;
  &lt;li&gt; In China and Iran the responsibility of implementing and maintaining the filters rests on the tier-1 to tier-2 network providers who bring capacity into the country.  By filtering at this level, you are enforcing that ISPs block these sites along with everyone else in the country.  By placing the responsibility on the ISP, who provides the access to the end-user, you are going to find that ISPs (a) will add/remove entries from the blocked list to fit their own agendas; (b) will suffer varying performance impact and quality of service based on their investment in the filtering technology and correctness of the implementation; (c) will raise prices to pay for increased hardware/software components, man-hours maintaining the systems, and extra capacity required to maintain a reasonable quality of service; and (d) some will become popular with a certain customer base due to being lax in their filter list updates and tendency to allow some banned content.&lt;br /&gt;
&lt;br /&gt;
Another side effect of this proposal, from an economic standpoint, is that it is likely to put smaller ISPs out of business.  Instead of putting the smaller burden on the backbone providers, with considerably more capital, it will place a more expensive burden on ISPs with less resources at their disposal.  If these filters become legally mandatory, this will likely put smaller ISPs out of business.  A smaller provider may not have access to the resources (money, manpower, and know-how) to meet these requirements and will thus have to shut down operations.&lt;br /&gt;
&lt;br /&gt;
  &lt;li&gt; The third difference is in the legality and enforcement of the filters.  In the Australian proposal, it will be legal to circumvent the filters provided you know how.  In China, they are known for randomly allowing then blocking then allowing access to certain websites and enforcement is relatively low.  Occasionally they will decide to make an example of someone, and they will end up in prison.  In Iran, enforcement is rather strong, with penalties ranging from prison time to possibly &quot;disappearing&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Other Thoughts:&lt;/em&gt;&lt;br /&gt;
There is one other somewhat commonly used filtering technique involving DNS.  The ISP or corporate gateway will transparently route all DNS requests by the end-user to DNS servers under their control.  The DNS servers will be configured as authoritative for the blocked domains; typically configured to return an IP address that connects you to a website telling you that your access is blocked and possibly why.  This is similar to the &lt;a href=&quot;http://en.wikipedia.org/wiki/Walled_garden_%28technology%29&quot; title=&quot;http://en.wikipedia.org/wiki/Walled_garden_%28technology%29&quot;&gt;Walled Garden&lt;/a&gt; approach.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 17 May 2010 00:56:52 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/371-guid.html</guid>
    
</item>
<item>
    <title>Rough Justice for Terry Childs</title>
    <link>http://forkb0mb.org/content/index.php?/archives/369-Rough-Justice-for-Terry-Childs.html</link>
            <category>Articles</category>
            <category>Cisco</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Routing</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/369-Rough-Justice-for-Terry-Childs.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=369</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=369</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://infoworld.com/t/insider-threat/rough-justice-terry-childs-066&quot; title=&quot;http://infoworld.com/t/insider-threat/rough-justice-terry-childs-066&quot;&gt;Rough Justice for Terry Childs&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
A San Francisco jury found Terry Childs guilty of one count of felony denial of service yesterday. The count carries a maximum sentence of five years in prison. Considering that he&#039;s already served nearly two years to date, he may actually be released on parole at his June 14 sentencing hearing, or he may be facing another three years behind bars. His lawyers stated that they will appeal.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This ruling brings a chill to my spine.  While Childs could have handled the situation with a little more grace, I don&#039;t believe that any crime was actually committed.  I&#039;ve worked under some pretty shoddy conditions before - lack of procedures, lack of accountability - but this sets precedent for criminal prosecution.&lt;br /&gt;
&lt;br /&gt;
Knowing firsthand how difficult this would be, I&#039;d have just let the lackluster-at-best management sink.  I would have turned over the passwords along with my resignation.  Anyone with a CCIE can find another job, even in this economy.  If it comes down to risking my freedom and clean criminal record because my boss is a moron, then it&#039;s time to move on.  I can&#039;t imagine how painful it would have to be to create such a complex, intricate system, only to have to turn it over to inept cretins who will undoubtedly destroy it.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Wed, 28 Apr 2010 17:58:46 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/369-guid.html</guid>
    
</item>
<item>
    <title>IPv4 Free Pool Drops Below 10%, 1.0.0.0/8 Allocated</title>
    <link>http://forkb0mb.org/content/index.php?/archives/360-IPv4-Free-Pool-Drops-Below-10%25,-1.0.0.08-Allocated.html</link>
            <category>Firewall</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Routing</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/360-IPv4-Free-Pool-Drops-Below-10%25,-1.0.0.08-Allocated.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=360</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=360</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://seclists.org/nanog/2010/Jan/776&quot; title=&quot;http://seclists.org/nanog/2010/Jan/776&quot;&gt;IPv4 Free Pool Drops Below 10%, 1.0.0.0/8 Allocated&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&quot;A total of &lt;a href=&quot;http://seclists.org/nanog/2010/Jan/776&quot; title=&quot;http://seclists.org/nanog/2010/Jan/776&quot;&gt;16,777,216 IP address numbers were just allocated&lt;/a&gt; to the Asian Pacific Network Information Centre IP address registry for assignment to users. Some venerable IP addresses such as 1.1.1.1 and 1.2.3.4 have been officially assigned to the registry itself temporarily, for testing as part of the DEBOGON project. The major address blocks 1.0.0.0/8 and 27.0.0.0/8, are chosen accordance with a &lt;a href=&quot;http://blog.icann.org/2009/09/selecting-which-8-to-allocate-to-an-rir/&quot; title=&quot;http://blog.icann.org/2009/09/selecting-which-8-to-allocate-to-an-rir/&quot;&gt;decision&lt;/a&gt; by ICANN to assign the least-desirable remaining IP address ranges to the largest regional registries first, reserving most more desirable blocks of addresses for the African and Latin American internet users, instead of North America, Europe, or Asia. In other words: of the 256 major networks in IPv4, only 24 network blocks remain unallocated in the global free pool, and many of the remaining networks have been tainted or made less desirable by unofficial users who attempted an end-run around the registration process, and treated &#039;RESERVED&#039; IP addresses as &#039;freely available&#039; for their own internal use. This allocation is right on target with projected IPv4 consumption and was predicted by the &lt;a href=&quot;http://www.potaroo.net/tools/ipv4/index.html&quot; title=&quot;http://www.potaroo.net/tools/ipv4/index.html&quot;&gt;IPv4 report&lt;/a&gt;, which has continuously and reliably estimated global pool IP address exhaustion for late 2011 and regional registry exhaustion by late 2012. So, does your enterprise intranet use any unofficial address ranges for private networks?&quot;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
The content of this post was shamelessly ripped from the front page of &lt;a href=&quot;http://slashdot.org/&quot; title=&quot;http://slashdot.org/&quot;&gt;Slashdot&lt;/a&gt;.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
The IANA still shows 1.0.0.0/8 and 27.0.0.0/8 as being RESERVED and registered to them.&lt;br /&gt;
&lt;br /&gt;
What burns my ass like 3 foot flames is that we&#039;re giving these dwindling IP blocks to countries that shouldn&#039;t even be allowed to participate in the global internet!   As I&#039;ve stated before, on my own private network, for my own protection, I null-route all blocks allocated to APNIC, whether they&#039;ve been sub-allocated out yet or not.&lt;br /&gt;
&lt;br /&gt;
I say we pull &lt;em&gt;all&lt;/em&gt; of China&#039;s IP space.  With their &quot;Great Firewall of China,&quot; they&#039;ve made it clear that they don&#039;t want their citizens participating in the global Internet, anyway.  I say that we pull all of their routable IP space, give them -- let&#039;s be generous here -- a /20 to NAT behind, and let them use RFC1918-space for every machine in their god-forsaken country.  If they use RFC1918-space (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), that gives them a total of:&lt;br /&gt;
16,777,216 + 1,048,576 + 65,536 = 17,891,328 IP addresses to use.&lt;br /&gt;
&lt;br /&gt;
Under this scenario, those of us who wish to rid ourselves of the useless packets (i.e., botnets and spam) spewing forth from this country, we can simply firewall or null-route a /20 and protect ourselves with better than 95% certainty.  Sure, a few users will manage to VPN out to somewhere else in the world (*cough*Russia*cough) and wreak havoc from there, but it still keeps the vast majority off our Internet.  I am sure that you could convince management to allow you to block a /20, even in the enterprise, a lot easier that wide swaths of /8s.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
In regards to corporations &quot;borrowing&quot; publicly routable IP space; I&#039;ve seen it first-hand.  I worked for a fairly large company in the financial sector, whose network was probably designed around the time I was born.  They decided they were going to use 88.0.0.0/8 for their internal addressing scheme.  Why not 10.0.0.0/8 you ask?  It has the same amount of IP addresses; but the answer eluded me.  With hundreds of branch locations all routing into their internal network, then through proxy servers, and finally out to the real Internet, this got to be quite a mess.  We had to create a special route on the proxy pairs that linked directly to the ingress routers so that when a user needed to access a site whose IP just so happened to reside in 88.0.0.0/8, we&#039;d have a special allow rule for that host/domain name that bypassed the traditional routing.  I guess it&#039;s a good thing that they were bought out and their services either integrated or deprecated.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Sun, 24 Jan 2010 21:37:46 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/360-guid.html</guid>
    
</item>
<item>
    <title>Law Firm Suing China Hit By Cyber Attack</title>
    <link>http://forkb0mb.org/content/index.php?/archives/359-Law-Firm-Suing-China-Hit-By-Cyber-Attack.html</link>
            <category>Articles</category>
            <category>Firewall</category>
            <category>Malware</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Routing</category>
            <category>Spyware</category>
            <category>Vulnerabilities</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/359-Law-Firm-Suing-China-Hit-By-Cyber-Attack.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=359</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=359</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.techweb.com/article/showArticle?articleID=222301001&quot; title=&quot;http://www.techweb.com/article/showArticle?articleID=222301001&quot;&gt;Law Firm Suing China Hit By Cyber Attack&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Last week, Santa Barbara, Calif.-based CYBERsitter sued the People&#039;s Republic of China, the two Chinese software makers, and seven computer manufacturers for distributing Web filtering software known as Green Dam with allegedly stolen code.&lt;br /&gt;
&lt;br /&gt;
This week, the law firm representing the company said that it had been targeted in a cyber attack from China.&lt;br /&gt;
&lt;br /&gt;
In a phone interview, Elliot B. Gipson of Gipson Hoffman &amp;amp; Pancione described what amounts to a spear-phishing attack -- the same technique used against Google in China. &quot;They were e-mails targeted at individuals in our law firm that were made to appears as if they were coming from other individuals at our law firm,&quot; he said. &quot;They attempted to get the target to click on a link or attachment.&quot;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It looks like China is at it again.  When will our government say &quot;enough is enough?&quot;&lt;br /&gt;
&lt;br /&gt;
Given that we&#039;ve &quot;outsourced&quot; essentially all of our manufacturing jobs to China, India, and Mexico, all we have left to power our economy is our ingenuity; our intellectual property.  The Chinese government has made little effort to hide the fact that they are behind these attacks.&lt;br /&gt;
&lt;br /&gt;
I&#039;m really starting to favor a new &quot;Cold War,&quot; this time against China.  We toppled the Soviet Union without firing a single shot; there&#039;s no reason we couldn&#039;t do the same to China.  With carefully coordinated electronic attacks, we could cripple their booming economy and leave them in ruins without risking one single American life.&lt;br /&gt;
&lt;br /&gt;
For those who have no reason to receive email, or other network traffic, from China and the other &quot;problem children&quot; in APNIC, &lt;a href=&quot;http://bgp.potaroo.net/ipv4-stats/allocated-apnic.html&quot; title=&quot;http://bgp.potaroo.net/ipv4-stats/allocated-apnic.html&quot;&gt;here is a list of subnets&lt;/a&gt; that are managed by APNIC.  You may wish to null-route all of them, or fine-tune the list to your needs.&lt;br /&gt;
&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Sun, 17 Jan 2010 07:40:59 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/359-guid.html</guid>
    
</item>
<item>
    <title>Graphical Network Simulator 3</title>
    <link>http://forkb0mb.org/content/index.php?/archives/354-Graphical-Network-Simulator-3.html</link>
            <category>AAA</category>
            <category>Cisco</category>
            <category>Firewall</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Routing</category>
            <category>Software</category>
            <category>Tools</category>
            <category>VPN</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/354-Graphical-Network-Simulator-3.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=354</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=354</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.gns3.net/&quot; title=&quot;http://www.gns3.net/&quot;&gt;Graphical Network Simulator 3&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This simulator is absolutely &lt;strong&gt;awesome&lt;/strong&gt;.  It requires that you have the Cisco IOS images as it comes with a MIPS emulator and actually emulates a real Cisco router, switch, or PIX firewall.  It&#039;s so realistic that you can design a network, configure the routers and switches, and then drop the running configurations onto real network gear.&lt;br /&gt;
&lt;br /&gt;
It certainly helps to have &lt;em&gt;plenty&lt;/em&gt; of RAM available to run this.  1 GB or more is almost a necessity.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Tue, 08 Dec 2009 03:17:43 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/354-guid.html</guid>
    
</item>
<item>
    <title>Why is the Internet So Infuriatingly Slow?</title>
    <link>http://forkb0mb.org/content/index.php?/archives/332-Why-is-the-Internet-So-Infuriatingly-Slow.html</link>
            <category>Networking</category>
            <category>News</category>
            <category>Routing</category>
            <category>VoIP</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/332-Why-is-the-Internet-So-Infuriatingly-Slow.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=332</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=332</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.slate.com/id/2199368&quot;  title=&quot;http://www.slate.com/id/2199368&quot;&gt;Why is the Internet So Infuriatingly Slow?&lt;/a&gt;&lt;br /&gt;
&lt;em&gt;Plus, two horrible things your Internet service provider wants to do to make it speedier.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Everyone hates their Internet service provider. And with good cause: In the age of ubiquitous Internet access, Web service in America is still often frustratingly slow. Tired of being the villain, telecom companies have assigned blame for this problem to a new bad guy. He&#039;s called the &quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Bandwidth_hogging&quot;  title=&quot;http://en.wikipedia.org/wiki/Bandwidth_hogging&quot;&gt;bandwidth hog&lt;/a&gt;,&quot; and it&#039;s his fault that streaming video on your computer looks more like a slide show than a movie. The major ISPs all &lt;a href=&quot;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/06/23/BU9V11CIVA.DTL&amp;tsp=1&quot;  title=&quot;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/06/23/BU9V11CIVA.DTL&amp;tsp=1&quot;&gt;tell a similar story&lt;/a&gt;: A mere 5 percent of their customers are using around 50 percent of the bandwidth—sometimes more during peak hours. While these &quot;power users&quot; are sharing three-gig movies and playing online games, poor granny is twiddling her thumbs waiting for Ancestry.com to load.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I can&#039;t say I believe their argument that everyone hates their ISP.   I don&#039;t hate mine.  Long gone are the days of the independent ISPs, so for bandwidth reasons I&#039;ve gone with Big Cable.   I can&#039;t complain about the 10 Mb service.  I&#039;ve probably gotten between 2 and 3 9&#039;s as far as availability.  &lt;br /&gt;
&lt;br /&gt;
I&#039;ve spent almost the entirety of the last 10 years working in various capacities - ranging from front-line tech support to Unix engineering and on-site network technician - in the ISP world.  I&#039;ve worked at independent ISPs, Big Telco, Big Cable, and a transit provider.  Far and wide, the vast majority of the customers I spoke with liked their service and was very friendly and cooperative.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
The ISPs are certainly correct that there&#039;s a problem: The current network in the United States struggles to accommodate everyone, and the barbarians at the gate—voice-over-IP telephony, live video streams, high-def movies—threaten to drown the grid. (This &lt;a href=&quot;http://www.deloitte.com/dtt/cda/doc/content/UK_TMT_Telecoms_Predictions_2007(1).pdf&quot;  title=&quot;http://www.deloitte.com/dtt/cda/doc/content/UK_TMT_Telecoms_Predictions_2007(1).pdf&quot;&gt;Deloitte report&lt;/a&gt; has a good treatment of that eventuality.) It&#039;s less clear that the telecom companies, fixated as they are on the bandwidth hogs, are doing a good job of managing the problem and planning for the future. The ISPs have put forward two big ideas, in recent months, about how to fix our bandwidth crisis. We can arrange these plans into two categories: horrible now and horrible later.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I don&#039;t see the &quot;struggle,&quot; either.  Considering my experience in a wide range of ISP/ASP/NSP roles, I&#039;ve never seen backbone and/or uplink capacity as a major concern.  There was always plenty of bandwidth to go around, and they were already planning the &quot;new&quot; network design to bring in even more.&lt;br /&gt;
&lt;br /&gt;
I&#039;m beginning to wonder if this isn&#039;t more of a willful restriction of bandwidth to create an artificially low supply thus driving up prices (read: profits) on the demand side.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* On the topic of paying per GB for internet access: */&lt;br /&gt;
The criticism is easy to condense: No one joyrides in a taxi. A plan like this, as its &lt;a href=&quot;http://www.techcrunch.com/2008/06/02/going-medieval-time-warner-begins-metered-bandwidth-testing/&quot;  title=&quot;http://www.techcrunch.com/2008/06/02/going-medieval-time-warner-begins-metered-bandwidth-testing/&quot;&gt;many opponents have noted&lt;/a&gt;, will cramp the freewheeling, inventive nature of the Internet. The Internet owes its success to two pillars of human activity: masturbation and procrastination. (Seriously: We have the porn companies to thank for pioneering all sorts of technologies, from VHS to secure credit-card transactions online.) Is the Internet really the Internet if people don&#039;t use it to waste time?&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Finally, a kernel of truth to this article!  You know you&#039;ve had too much internet when you&#039;re too lazy to rub one out.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Beyond that, capping data transfer is simply a crude way to get people to curb their data appetites. Imposing limits on gigabytes per month is as sensible as replacing speed limits with a total number of miles you can drive in a given day. A more reasonable scenario—though one that&#039;s still decidedly unfun—would be to charge for Internet access as we charge for cell phones, running the meter during peak hours and letting people surf and download for free on nights and weekends, when there&#039;s far less competition for bandwidth.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I guess the pay hours/free hours would be about the opposite of internet traffic.  It&#039;s those 3:30 - 4:00 PM and 5:30 - 6:30 PM spans when you see the biggest spikes - people coming home from school or work and checking email, reading the news, playing online games, etc.&lt;br /&gt;
&lt;br /&gt;
How many times have you set up a big download (like a Linux DVD ISO) before bed to just let it run overnight?&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Comcast &lt;a href=&quot;http://www.pcmag.com/article2/0,2817,2328581,00.asp&quot;  title=&quot;http://www.pcmag.com/article2/0,2817,2328581,00.asp&quot;&gt;now says&lt;/a&gt; it will pursue a more compliant strategy that slows the connections of power users during peak times without singling out specific types of traffic. This tactic is similar to the more general practice of &quot;traffic shaping&quot;: prioritizing data packets for applications like video that shouldn&#039;t lag at the expense of something like e-mail, which can wait in line an extra few seconds without anyone noticing—except that it&#039;s deprioritizing users, not data packets. (People who hate the concept of traffic shaping prefer to call this &quot;throttling&quot; or &quot;choking.&quot;)&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I have no problem whatsoever with basic &lt;a href=&quot;http://en.wikipedia.org/wiki/QoS&quot;  title=&quot;http://en.wikipedia.org/wiki/QoS&quot;&gt;QoS&lt;/a&gt;.  Obviously you&#039;ll want to give higher precedence to things like VoIP and video conferencing to keep latency as low as possible, but there should be enough bandwidth that nobody gets &quot;starved.&quot;  Rate-limiting just for the sake of &quot;throttling&quot; is evil.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
This plan is &quot;horrible later&quot; because it fails to account for the natural evolution of the Web toward larger file sizes and higher bandwidth activities. While it isn&#039;t a God-given right to be able to downloaded pirated DVDs all day long, the ISPs should not adopt a long-term strategy that penalizes high-bandwidth activity. As FCC commissioner &lt;a href=&quot;http://www.washingtonpost.com/wp-dyn/content/article/2008/07/27/AR2008072701172.html&quot;  title=&quot;http://www.washingtonpost.com/wp-dyn/content/article/2008/07/27/AR2008072701172.html&quot;&gt;Robert M. McDowell pointed out&lt;/a&gt; in the Washington Post a few weeks ago, this is not the first time we&#039;ve reached a crisis level of congestion. If Time Warner and Comcast had structured their networks around anti-bandwidth-hogging policies, say, 20 years ago, revolutionary services like YouTube and BitTorrent might not even exist.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I&#039;m certain that they would not.  If we had signed away our rights to the internet as quickly as we did our telco infrastructure, good old corporate greed would have ensured that we had the slowest average internet access in the industrialized world.&lt;br /&gt;
&lt;br /&gt;
I do find the joke about pirated DVDs worth a chuckle.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Cold, hard cache.&lt;/strong&gt; Shortly before the start of the 2008 Olympics, some commentators feared the global network wouldn&#039;t be able to handle all the demand for streaming Web video. The fact that the Internet didn&#039;t &quot;melt,&quot; as one ZDNet author feared, set tongues wagging about NBC&#039;s use of third-party &quot;content-delivery networks.&quot; To deliver nonlive content, these companies can store popular content on many different servers around the country—a method of ensuring that data packets don&#039;t have to travel as far to reach their destination. In general, your machine will retrieve information much faster from a &quot;nearby&quot; server on the network than from one across the globe. If a copy of the movie you want is stored by your ISP on a local server, you&#039;ll both get it faster and hold up fewer people in the process.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
How many times have we heard &quot;chicken little&quot; foretelling of an &quot;internet meltdown?&quot;  It&#039;s not going to happen, people.  There&#039;s a lot of really smart people who get paid to make sure those things don&#039;t happen.&lt;br /&gt;
&lt;br /&gt;
It certainly makes sense to use things like &lt;a href=&quot;http://en.wikipedia.org/wiki/Anycast&quot;  title=&quot;http://en.wikipedia.org/wiki/Anycast&quot;&gt;Anycast&lt;/a&gt; to serve content as close to the subscriber as possible.  The fewer hops it is to your destination, theoretically, the faster you should be able to get your content.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Sun, 07 Sep 2008 23:41:31 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/332-guid.html</guid>
    
</item>
<item>
    <title>Interesting Bit of iptables(8) Hackery</title>
    <link>http://forkb0mb.org/content/index.php?/archives/304-Interesting-Bit-of-iptables8-Hackery.html</link>
            <category>Firewall</category>
            <category>Linux</category>
            <category>Malware</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>Operating Systems</category>
            <category>Routing</category>
            <category>Site News</category>
            <category>Spyware</category>
            <category>Unix</category>
            <category>Vulnerabilities</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/304-Interesting-Bit-of-iptables8-Hackery.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=304</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=304</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    /*&lt;br /&gt;
A while back, I set up a &lt;a href=&quot;http://forkb0mb.org/content/index.php?/archives/273-Blocking-Malware-at-the-Border.html&quot;  title=&quot;http://forkb0mb.org/content/index.php?/archives/273-Blocking-Malware-at-the-Border.html&quot;&gt;transparent Squid proxy&lt;/a&gt; at my border to limit my exposure to &quot;drive-by downloads.&quot;  It&#039;s a pretty standard setup; Squid running on the gateway/firewall, and iptables configured to route all tcp/80 traffic back into itself on port 3128.&lt;br /&gt;
&lt;br /&gt;
An unfortunate side effect of this is that tcptraceroute breaks.  As port 80 is the default port that tcptraceroute uses (as the destination port), you end up with a traceroute that looks something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;(root@desktop1) ~# tcptraceroute www.ebay.com&lt;br /&gt;
Selected device eth0, address 172.25.X.XXX, port 39068 for outgoing packets&lt;br /&gt;
Tracing the path to www.ebay.com (66.135.200.145) on TCP port 80 (www), 30 hops max&lt;br /&gt;
 1  hp-core.ebay.com (66.135.200.145) [open]  0.558 ms  0.384 ms  0.315 ms&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
I can assure you, I&#039;m not 1 hop off from www.ebay.com.  Since iptables is mangling the packet at the very first hop, my gateway/firewall, I&#039;m receiving the SYN-ACK from that first hop.&lt;br /&gt;
&lt;br /&gt;
Keep in mind, tcptraceroute will use any destination port you specify, but the default is port 80 since it&#039;s usually allowed through most firewalls, and often open.&lt;br /&gt;
&lt;br /&gt;
Given that the default TTL of a Linux-based computer is 64, I can use the TTL match in iptables to selectively capture what tcp/80 traffic goes to the proxy and what does not.  Consider the following rule:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;iptables -t nat -A PREROUTING -i $IF_INT -p tcp --dport 80 \&lt;br /&gt;
-j DNAT --to-destination 172.25.X.XXX:3128&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
This is the rule that routes all outbound traffic, originating on the internal network, to the Squid proxy.  Now if we change that rule to match only packets with a TTL larger than, say, 48, we end up with the following:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;iptables -t nat -A PREROUTING -m ttl --ttl-gt 48 -i $IF_INT -p tcp --dport 80 \&lt;br /&gt;
-j DNAT --to-destination 172.25.X.XXX:3128&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
With this rule in place, a tcptraceroute headed for www.ebay.com on tcp/80 looks more like the following:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;(root@desktop1) ~# tcptraceroute -f6 www.ebay.com&lt;br /&gt;
Selected device eth0, address 172.25.X.XXX, port 57684 for outgoing packets&lt;br /&gt;
Tracing the path to www.ebay.com (66.135.200.145) on TCP port 80 (www), 30 hops max&lt;br /&gt;
 6  so-1-2-0.gar2.chi1.bbnplanet.net (4.79.74.1)  76.668 ms  23.024 ms  30.840 ms&lt;br /&gt;
 7  ae-31-55.ebr1.Chicago1.Level3.net (4.68.101.158)  57.014 ms  34.438 ms  36.097 ms&lt;br /&gt;
 8  ae-68.ebr3.Chicago1.Level3.net (4.69.134.58)  25.716 ms  22.857 ms  32.941 ms&lt;br /&gt;
 9  ae-3.ebr2.Denver1.Level3.net (4.69.132.61)  84.660 ms  49.091 ms  40.722 ms&lt;br /&gt;
10  ae-1-100.ebr1.Denver1.Level3.net (4.69.132.37)  79.996 ms  52.921 ms  52.897 ms&lt;br /&gt;
11  ae-3.ebr2.SanJose1.Level3.net (4.69.132.57)  71.323 ms  70.999 ms  71.651 ms&lt;br /&gt;
12  ae-82-82.csw3.SanJose1.Level3.net (4.69.134.218)  66.468 ms  70.863 ms  72.099 ms&lt;br /&gt;
13  ae-32-89.car2.SanJose1.Level3.net (4.68.18.132)  65.688 ms  62.794 ms  59.597 ms&lt;br /&gt;
14  EBAY-INC.car2.SanJose1.Level3.net (166.90.140.134)  60.576 ms  65.507 ms  58.566 ms&lt;br /&gt;
15  10.6.1.158  71.070 ms  59.413 ms  59.670 ms&lt;br /&gt;
16  10.6.1.146  61.397 ms  88.846 ms  68.280 ms&lt;br /&gt;
17  hp-core.ebay.com (66.135.200.145) [open]  84.341 ms  59.523 ms  62.286 ms&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
Now that looks a little more reasonable.  Given that I&#039;m 1 hop off from the gateway/firewall, and Linux uses a default TTL of 64, then all of my packets generated by, say, Firefox, will come into $IF_INT with a TTL of 64.  With 64 &gt; 48, the DNAT rule matches, and the request gets routed through the Squid.  As tcptraceroute works like any other traceroute tool, only using TCP SYN packets, the first packet will only have a TTL of 1.  With 1 &lt; 48, it does not match the DNAT rule, and passes through unchanged.  The second packet will have a TTL of 2, with 2 &lt; 48, and so on.  As most all destinations on the internet are reachable in 30 hops or less, this guarantees that my browser generated requests are proxied, while my diagnostic requests are passed through unchanged.&lt;br /&gt;
&lt;br /&gt;
You can view/change your default TTL as such:&lt;br /&gt;
&lt;tt&gt;(root@desktop1) ~# cat /proc/sys/net/ipv4/ip_default_ttl&lt;br /&gt;
64&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Needless to say, the IP addresses have been changed to protect the innocent.&lt;/em&gt;  ;)&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 16:59:13 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/304-guid.html</guid>
    
</item>
<item>
    <title>pfSense</title>
    <link>http://forkb0mb.org/content/index.php?/archives/275-pfSense.html</link>
            <category>BSD</category>
            <category>Firewall</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>Operating Systems</category>
            <category>Routing</category>
            <category>Tools</category>
            <category>Unix</category>
            <category>VPN</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/275-pfSense.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=275</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=275</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.pfsense.org/index.php?option=com_frontpage&amp;Itemid=1&quot;  title=&quot;http://www.pfsense.org/index.php?option=com_frontpage&amp;Itemid=1&quot;&gt;pfSense&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
&lt;a href=&quot;http://www.pfsense.org/index.php?option=com_frontpage&amp;Itemid=1&quot;  title=&quot;http://www.pfsense.org/index.php?option=com_frontpage&amp;Itemid=1&quot;&gt;pfSense&lt;/a&gt; is (yet another) all-in-one router/firewall/VPN device.  It&#039;s based on the &lt;a href=&quot;http://m0n0.ch/wall/&quot;  title=&quot;http://m0n0.ch/wall/&quot;&gt;m0n0wall&lt;/a&gt; firewall, so it&#039;s based on FreeBSD and the entire system configuration is contained in one XML file.  The entire rc process is written in PHP, making the XML parsing easy and also allowing for easy extendability.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve seen about a million of these all-in-one devices, but what sets this one apart for me is the &lt;a href=&quot;http://www.pfsense.com/screenshots/&quot;  title=&quot;http://www.pfsense.com/screenshots/&quot;&gt;GUI&lt;/a&gt;.  This looks to be the simplest, yet most-powerful, all-inclusive web-based GUI I&#039;ve seen on such a platform.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a quick rundown of the &lt;a href=&quot;http://www.pfsense.com/index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=43&quot;  title=&quot;http://www.pfsense.com/index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=43&quot;&gt;features&lt;/a&gt; included:&lt;br /&gt;
&lt;br /&gt;
SSL web interface&lt;br /&gt;
wireless support&lt;br /&gt;
stateful packet filtering&lt;br /&gt;
NAT (many-to-one/one-to-one)&lt;br /&gt;
PPPoE and PPTP support on the WAN interface&lt;br /&gt;
DHCP client/server&lt;br /&gt;
IPsec VPN tunnels (IKE; with support for hardware crypto cards and mobile clients)&lt;br /&gt;
PPTP VPN (with RADIUS server support)&lt;br /&gt;
caching DNS server&lt;br /&gt;
DynDNS support&lt;br /&gt;
SNMP agent&lt;br /&gt;
traffic shaping&lt;br /&gt;
configuration backup/restore&lt;br /&gt;
load balancing&lt;br /&gt;
bridging firewall (&quot;invisible&quot; firewall)&lt;br /&gt;
&lt;em&gt;many others&lt;/em&gt;&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 20 Mar 2008 09:15:21 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/275-guid.html</guid>
    
</item>
<item>
    <title>FCC Hints at Taking Action Against Comcast</title>
    <link>http://forkb0mb.org/content/index.php?/archives/272-FCC-Hints-at-Taking-Action-Against-Comcast.html</link>
            <category>Networking</category>
            <category>News</category>
            <category>Routing</category>
            <category>Technology</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/272-FCC-Hints-at-Taking-Action-Against-Comcast.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=272</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=272</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.news.com/8301-10784_3-9889825-7.html?tag=bl&quot;  title=&quot;http://www.news.com/8301-10784_3-9889825-7.html?tag=bl&quot;&gt;FCC Hints at Taking Action Against Comcast&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The Federal Communications Commission is edging toward taking action against cable operator Comcast for monkeying with its customers&#039; peer-to-peer traffic, according to several news reports.&lt;br /&gt;
&lt;br /&gt;
On Friday [03/07/2008] FCC Chairman Kevin Martin indicated during a speech at Stanford University&#039;s Law School that the commission may take action against the cable operator, which has been accused of blocking or slowing down the peer-to-peer file sharing service BitTorrent on its broadband network.&lt;br /&gt;
&lt;br /&gt;
Martin didn&#039;t say for certain that the FCC would take action against Comcast. But he did say that he was troubled by Comcast&#039;s initial denial of slowing or blocking traffic, according to news reports from people who attended the speech. What worried him most was the fact that Comcast wasn&#039;t forthcoming to its customers about what it was doing.&lt;br /&gt;
&lt;br /&gt;
&quot;A hallmark of what should be seen as a reasonable business practice is certainly whether or not the people engaging in that practice are willing to describe it publicly,&quot; The Wall Street Journal quoted Martin as saying.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I completely agree.  If my ISP is going to throttle or &quot;shape&quot; their network traffic, I believe that it should be completely transparent with it&#039;s customer base in what it is doing.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve seen numbers kicked around on many lists such as the North American Network Operators Group (&lt;a href=&quot;http://www.nanog.org/&quot;  title=&quot;http://www.nanog.org/&quot;&gt;NANOG&lt;/a&gt;) reflecting the fact that roughly 10% of customers utilize more than 50% of the available bandwidth.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve purchased what&#039;s known as &quot;unlimited access&quot; at 5 Mbit/sec (downstream), and I believe I am entitled to use up to 5 Mbit/sec at any time for any duration.  That would be my definition of &quot;unlimited access.&quot;   I run MRTG on all of my active switchports as well as my 3-interface firewall/routing device; and I occasionally burst up to my full 5 Mbit/sec for anywhere from a few minutes to a few hours per day, but never around-the-clock.&lt;br /&gt;
&lt;br /&gt;
The only way that an ISP can run into trouble with customers making full use of what they have purchased is when they are oversubscribing their bandwidth too much.  Bandwidth is cheap these days, and if it requires me paying a small amount more (say, 5% - 10%) for my ISP to purchase additional bandwidth, then so be it.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Martin has said he understands the need for companies to manage their networks. And he has said that reasonable network management practices are acceptable.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Agreed.  As I&#039;ve been on both ends of this dispute, I recognize the need for network providers to protect their investment.   What I do not agree with is network providers meddling with the customer&#039;s layer 7 data.  As far as the provider is concerned, the customer is just passing IP traffic.  They need not know what type of data is being carried over IP.   Nor should they concern themselves with &quot;imitating&quot; the customer by injecting packets into the stream to throttle or limit traffic on a connection-by-connection basis.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
But now it looks like Chairman Martin, and by extension the commission, sees Comcast as going beyond simply managing its network. But even if the FCC decides that Comcast has violated Net neutrality principles, it&#039;s unclear what the agency can actually do to Comcast. The principles are not agency regulation. And there are no Net neutrality laws on the books, so it&#039;s hard to say what kind of enforcement the FCC can impose.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
While the FCC may not be able to directly punish Comcast, I believe the negative publicity will affect their &quot;bottom line&quot; and they will get the hint.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Still, if the FCC finds that Comcast has violated its Net neutrality principles, it will be a big deal. In the past, carriers have argued that regulation and new laws were not needed because network operators had not abused their power as network gatekeepers. But if the FCC acknowledges that one major broadband provider has crossed this line, then it could add more weight to the arguments of those supporting Net neutrality legislation.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Proof yet again that any industry that cannot self regulate will force the hands of government to intervene.  The last thing the Internet needs is more government regulation.   The entire spirit of the Internet is the lack of governmental boundaries and influence.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Fri, 14 Mar 2008 00:51:39 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/272-guid.html</guid>
    
</item>
<item>
    <title>Gunplay Blamed for Internet Slowdown</title>
    <link>http://forkb0mb.org/content/index.php?/archives/214-Gunplay-Blamed-for-Internet-Slowdown.html</link>
            <category>Networking</category>
            <category>Network Security</category>
            <category>Routing</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/214-Gunplay-Blamed-for-Internet-Slowdown.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=214</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=214</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.networkworld.com/news/2007/082107-gunplay-blamed-for-internet.html&quot;  title=&quot;http://www.networkworld.com/news/2007/082107-gunplay-blamed-for-internet.html&quot;&gt;Gunplay Blamed for Internet Slowdown&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Oddly enough, this was also a fairly regular problem for a previous employer w/ a large metro fiber ring when I lived in Cincinnati, OH.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Tue, 21 Aug 2007 14:56:25 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/214-guid.html</guid>
    
</item>

</channel>
</rss>