<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Something New</title> <atom:link href="http://d33z.com/learn/feed/" rel="self" type="application/rss+xml" /><link>http://d33z.com/learn</link> <description>Continuing Education through Self Motivation</description> <lastBuildDate>Thu, 04 Mar 2010 17:25:58 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.1</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>opie keys: One-time Passwords In Everything</title><link>http://d33z.com/learn/2010/03/04/opie-keys-one-time-passwords-in-everything/</link> <comments>http://d33z.com/learn/2010/03/04/opie-keys-one-time-passwords-in-everything/#comments</comments> <pubDate>Thu, 04 Mar 2010 17:25:58 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[Uncategorized]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=88</guid> <description><![CDATA[OPIE is the initialism of "One time Passwords In Everything". Opie is a mature, Unix-like login and password package installed on the server and the client which makes untrusted networks safer against password-sniffing packet-analysis software like dSniff and safe against Shoulder surfing. It works by circumventing the delayed attack method because the same password is [...]]]></description> <content:encoded><![CDATA[<p><strong>OPIE</strong> is the initialism of "One time Passwords In Everything". Opie is a <a
title="Capability Maturity Model" href="http://en.wikipedia.org/wiki/Capability_Maturity_Model">mature</a>, <a
title="Unix-like" href="http://en.wikipedia.org/wiki/Unix-like">Unix-like</a> login and <a
title="Password" href="http://en.wikipedia.org/wiki/Password">password</a> package installed on the server and the client which makes untrusted networks safer against password-sniffing <a
title="Packet analyzer" href="http://en.wikipedia.org/wiki/Packet_analyzer">packet-analysis</a> software like <a
title="DSniff" href="http://en.wikipedia.org/wiki/DSniff">dSniff</a> and safe against <a
title="Shoulder surfing (computer security)" href="http://en.wikipedia.org/wiki/Shoulder_surfing_%28computer_security%29">Shoulder surfing</a>. It works by circumventing the delayed attack method because the same password is never used twice after installing Opie. OPIE implements a <a
title="One-time password" href="http://en.wikipedia.org/wiki/One-time_password">one-time password</a> (OTP) scheme based on <a
title="S/key" href="http://en.wikipedia.org/wiki/S/key">S/key</a>, which will require a secret <a
title="Passphrase" href="http://en.wikipedia.org/wiki/Passphrase">passphrase</a> (not echoed) to generate a password for the current session, or a list of passwords you can print and carry on your person.</p><p>OPIE uses an MD4 or MD5 <a
title="Hash function" href="http://en.wikipedia.org/wiki/Hash_function">hash function</a> to generate passwords.</p><p>OPIE can restrict its logins based on IP address. It uses its own <a
title="Passwd" href="http://en.wikipedia.org/wiki/Passwd">passwd</a> and login modules.</p><p>Sources:</p><p><a
href="http://en.wikipedia.org/wiki/OPIE_Authentication_System" target="_blank">http://en.wikipedia.org/wiki/OPIE_Authentication_System</a></p><p><a
href="http://www.freebsd.org/doc/handbook/one-time-passwords.html" target="_blank">http://www.freebsd.org/doc/handbook/one-time-passwords.html</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2010/03/04/opie-keys-one-time-passwords-in-everything/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ipsec: Authentication Header (AH) and Encapsulating Security Payload (ESP)</title><link>http://d33z.com/learn/2010/02/02/ipsec-authentication-header-ah-and-encapsulating-security-payload-esp/</link> <comments>http://d33z.com/learn/2010/02/02/ipsec-authentication-header-ah-and-encapsulating-security-payload-esp/#comments</comments> <pubDate>Tue, 02 Feb 2010 23:49:20 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=82</guid> <description><![CDATA[The IPsec suite is a framework of open standards. IPsec uses the following protocols to perform various functions:Internet key exchange (IKE and IKEv2) to set up a security association (SA) by handling negotiation of protocols and algorithms and to generate the encryption and authentication keys to be used by IPsec.Authentication Header (AH) to provide connectionless [...]]]></description> <content:encoded><![CDATA[<p>The IPsec suite is a framework of <a
title="Open standard" href="http://en.wikipedia.org/wiki/Open_standard">open standards</a>. IPsec uses the following <a
title="Protocol (computing)" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocols</a> to perform various functions:</p><ul><li><a
title="Internet key exchange" href="http://en.wikipedia.org/wiki/Internet_key_exchange">Internet key exchange</a> (IKE and IKEv2) to set up a <a
title="Security association" href="http://en.wikipedia.org/wiki/Security_association">security association</a> (SA) by handling negotiation of protocols and algorithms and to generate the encryption and authentication keys to be used by IPsec.</li></ul><ul><li><a
title="IPsec" href="http://en.wikipedia.org/wiki/IPsec#Authentication_Header">Authentication Header (AH)</a> to provide connectionless <a
title="Integrity" href="http://en.wikipedia.org/wiki/Integrity">integrity</a> and data origin <a
title="Authentication" href="http://en.wikipedia.org/wiki/Authentication">authentication</a> for IP <a
title="Datagrams" href="http://en.wikipedia.org/wiki/Datagrams">datagrams</a> and to provide protection against <a
title="Replay attack" href="http://en.wikipedia.org/wiki/Replay_attack">replay attacks</a>.</li></ul><ul><li><a
title="IPsec" href="http://en.wikipedia.org/wiki/IPsec#Encapsulating_Security_Payload">Encapsulating Security Payload (ESP)</a> to provide <a
title="Confidentiality" href="http://en.wikipedia.org/wiki/Confidentiality">confidentiality</a>, data origin <a
title="Authentication" href="http://en.wikipedia.org/wiki/Authentication">authentication</a>, connectionless <a
title="Integrity" href="http://en.wikipedia.org/wiki/Integrity">integrity</a>, an anti-replay service (a form of partial sequence integrity), and limited traffic flow confidentiality.</li></ul><p>The IPSec headers (AH and ESP) can be used in transport mode or tunnel mode. In transport mode, the original IP header is followed by the AH or ESP header. If ESP is used in transport mode, only the upper-layer (e.g., TCP, UDP, IGMP) is encrypted. The IP header is not encrypted.</p><p>Additional Reading:</p><p><a
href="http://www.networksorcery.com/enp/protocol/esp.htm" target="_blank">http://www.networksorcery.com/enp/protocol/esp.htm</a></p><p><a
href="http://www.networksorcery.com/enp/protocol/ah.htm">http://www.networksorcery.com/enp/protocol/ah.htm</a></p><p><a
href="http://docs.hp.com/en/J4255-90011/ch04s03.html" target="_blank">http://docs.hp.com/en/J4255-90011/ch04s03.html</a></p><p><a
href="http://en.wikipedia.org/wiki/IPsec" target="_blank">http://en.wikipedia.org/wiki/IPsec</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2010/02/02/ipsec-authentication-header-ah-and-encapsulating-security-payload-esp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Virtual Private Dialup Network (VPDN)</title><link>http://d33z.com/learn/2010/01/22/virtual-private-dialup-network-vpdn/</link> <comments>http://d33z.com/learn/2010/01/22/virtual-private-dialup-network-vpdn/#comments</comments> <pubDate>Fri, 22 Jan 2010 20:43:05 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[cisco]]></category> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=80</guid> <description><![CDATA[A VPDN is a network that extends remote access to a private network using a shared infrastructure. VPDNs use Layer 2 tunnel technologies (L2F, L2TP, and PPTP) to extend the Layer 2 and higher parts of the network connection from a remote user across an ISP network to a private network. VPDNs are a cost [...]]]></description> <content:encoded><![CDATA[<p>A VPDN is a network that extends remote access to a private network using a shared infrastructure. VPDNs use Layer 2 tunnel technologies (L2F, L2TP, and PPTP) to extend the Layer 2 and higher parts of the network connection from a remote user across an ISP network to a private network. VPDNs are a cost effective method of establishing a long distance, point-to-point connection between remote dial users and a private network.</p><p>Reading:</p><p><a
href="http://www.cisco.com/en/US/tech/tk801/tk703/tsd_technology_support_protocol_home.html" target="_blank">http://www.cisco.com/en/US/tech/tk801/tk703/tsd_technology_support_protocol_home.html</a></p><p><a
href="http://www.cisco.com/en/US/tech/tk801/tk703/tech_configuration_examples_list.html" target="_blank">Cisco VPDN Configuration Examples and TechNotes</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2010/01/22/virtual-private-dialup-network-vpdn/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>l2tp: layer 2 tunneling protocol</title><link>http://d33z.com/learn/2009/12/29/l2tp-layer-2-tunneling-protocol/</link> <comments>http://d33z.com/learn/2009/12/29/l2tp-layer-2-tunneling-protocol/#comments</comments> <pubDate>Tue, 29 Dec 2009 18:15:05 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=72</guid> <description><![CDATA[In computer networking, Layer 2 Tunneling Protocol (L2TP) is a tunneling protocol used to support virtual private networks (VPNs). It does not provide any encryption or confidentiality by itself; it relies on an encryption protocol that it passes within the tunnel to provide privacy.[1]
Although L2TP acts like a Data Link Layer protocol in the OSI [...]]]></description> <content:encoded><![CDATA[<p>In computer networking, Layer 2 Tunneling Protocol (L2TP) is a tunneling protocol used to support virtual private networks (VPNs). It does not provide any encryption or confidentiality by itself; it relies on an encryption protocol that it passes within the tunnel to provide privacy.[1]</p><p>Although L2TP acts like a Data Link Layer protocol in the OSI model, L2TP is in fact a Session Layer protocol,[2] and uses the registered UDP port 1701. (see List of TCP and UDP port numbers).</p><p>(shamelessly copied from wikipedia)</p><p>Additional Reading:</p><p><a
href="http://en.wikipedia.org/wiki/Layer_2_Tunneling_Protocol" target="_blank">http://en.wikipedia.org/wiki/Layer_2_Tunneling_Protocol</a></p><p><a
href="http://www.cisco.com/en/US/docs/ios/12_0t/12_0t1/feature/guide/l2tpT.html" target="_blank">http://www.cisco.com/en/US/docs/ios/12_0t/12_0t1/feature/guide/l2tpT.html</a></p><p><a
href="http://www.cisco.com/en/US/tech/tk801/tk703/technologies_tech_note09186a0080094c4f.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk801/tk703/technologies_tech_note09186a0080094c4f.shtml</a></p><p><a
href="http://www.iana.org/assignments/l2tp-parameters" target="_blank">http://www.iana.org/assignments/l2tp-parameters</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/12/29/l2tp-layer-2-tunneling-protocol/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>protocol overhead</title><link>http://d33z.com/learn/2009/12/18/protocol-overhead/</link> <comments>http://d33z.com/learn/2009/12/18/protocol-overhead/#comments</comments> <pubDate>Fri, 18 Dec 2009 20:47:52 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=69</guid> <description><![CDATA[Additional Reading:
http://sd.wareonearth.com/~phil/net/overhead/
http://en.wikipedia.org/wiki/Protocol_overhead
]]></description> <content:encoded><![CDATA[<p>Additional Reading:</p><p><a
href="http://sd.wareonearth.com/~phil/net/overhead/">http://sd.wareonearth.com/~phil/net/overhead/</a></p><p><a
href="http://en.wikipedia.org/wiki/Protocol_overhead">http://en.wikipedia.org/wiki/Protocol_overhead</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/12/18/protocol-overhead/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Iptables : Remove an entry</title><link>http://d33z.com/learn/2009/11/17/iptables-remove-an-entry/</link> <comments>http://d33z.com/learn/2009/11/17/iptables-remove-an-entry/#comments</comments> <pubDate>Tue, 17 Nov 2009 18:30:24 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=64</guid> <description><![CDATA[Sorry it's been a while.
You can either delete by number or by recreating the rule. "iptables -D
INPUT 3" will remove the 3rd (counting from 1) rule. Or "iptables -D
INPUT -s 65.75.152.40 -j DROP" will remove the corresponding entry
independent of location. The rules must match exactly though or you'll
get a "Bad rule" error.http://www.plug.org/pipermail/plug/2004-November/010606.html
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-iptables-options.html
http://netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html
]]></description> <content:encoded><![CDATA[<p>Sorry it's been a while.</p><pre>You can either delete by number or by recreating the rule. "iptables -D
INPUT 3" will remove the 3rd (counting from 1) rule. Or "iptables -D
INPUT -s 65.75.152.40 -j DROP" will remove the corresponding entry
independent of location. The rules must match exactly though or you'll
get a "Bad rule" error.

<a href="http://www.plug.org/pipermail/plug/2004-November/010606.html">http://www.plug.org/pipermail/plug/2004-November/010606.html</a>
<a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-iptables-options.html">http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-iptables-options.html</a>
<a href="http://netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html">http://netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html</a></pre>]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/11/17/iptables-remove-an-entry/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>xargs and find</title><link>http://d33z.com/learn/2009/11/16/xargs-and-find/</link> <comments>http://d33z.com/learn/2009/11/16/xargs-and-find/#comments</comments> <pubDate>Mon, 16 Nov 2009 19:16:11 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[scripts]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=66</guid> <description><![CDATA[xargs is a command on Unix and most Unix-like operating systems. It is useful when one wants to pass a large number of arguments to a command. Until Linux kernel 2.6.23, arbitrarily long lists of parameters could not be passed to a command [1], so xargs will break the list of arguments into sublists small [...]]]></description> <content:encoded><![CDATA[<p><strong>xargs</strong> is a command on <a
title="Unix" href="http://en.wikipedia.org/wiki/Unix">Unix</a> and most <a
title="Unix-like" href="http://en.wikipedia.org/wiki/Unix-like">Unix-like</a> <a
title="Operating system" href="http://en.wikipedia.org/wiki/Operating_system">operating systems</a>. It is useful when one wants to pass a large number of arguments to a command. Until <a
title="Linux kernel" href="http://en.wikipedia.org/wiki/Linux_kernel">Linux kernel</a> 2.6.23, arbitrarily long lists of parameters could not be passed to a command <sup
id="cite_ref-0"><a
href="http://en.wikipedia.org/wiki/Xargs#cite_note-0"><span>[</span>1<span>]</span></a></sup>, so xargs will break the list of arguments into sublists small enough to be acceptable.</p><p>Additional Reading:</p><p><a
href="http://en.wikipedia.org/wiki/Xargs">http://en.wikipedia.org/wiki/Xargs</a></p><p><a
href="http://www.softpanorama.org/Tools/xargs.shtml">http://www.softpanorama.org/Tools/xargs.shtml</a></p><p><a
href="http://www.linuxplanet.com/linuxplanet/tutorials/6522/1/">http://www.linuxplanet.com/linuxplanet/tutorials/6522/1/</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/11/16/xargs-and-find/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>tail -f multiple files</title><link>http://d33z.com/learn/2009/11/03/tail-f-multiple-files/</link> <comments>http://d33z.com/learn/2009/11/03/tail-f-multiple-files/#comments</comments> <pubDate>Tue, 03 Nov 2009 18:58:47 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[linux]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=58</guid> <description><![CDATA[Pass more than one filename to tail -f and it will follow each file and let you know when one changes.
daniel@mycomputer:~$ tail -f /var/log/dmesg /var/log/kern.log
==&#62; /var/log/dmesg &#60;==
[   14.951256] type=1505 audit(1256945274.318:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=2001
[   16.052417] e1000e 0000:00:19.0: irq 2300 for MSI/MSI-X
[   16.108300] e1000e 0000:00:19.0: irq 2300 for MSI/MSI-X
[   16.108533] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   [...]]]></description> <content:encoded><![CDATA[<p>Pass more than one filename to tail -f and it will follow each file and let you know when one changes.</p><p>daniel@mycomputer:~$ tail -f /var/log/dmesg /var/log/kern.log<br
/> ==&gt; /var/log/dmesg &lt;==<br
/> [   14.951256] type=1505 audit(1256945274.318:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=2001<br
/> [   16.052417] e1000e 0000:00:19.0: irq 2300 for MSI/MSI-X<br
/> [   16.108300] e1000e 0000:00:19.0: irq 2300 for MSI/MSI-X<br
/> [   16.108533] ADDRCONF(NETDEV_UP): eth0: link is not ready<br
/> [   17.572692] Bluetooth: BNEP (Ethernet Emulation) ver 1.3<br
/> [   17.572694] Bluetooth: BNEP filters: protocol multicast<br
/> [   17.578508] Bridge firewalling registered<br
/> [   18.272754] 0000:00:19.0: eth0: Link is Up 100 Mbps Full Duplex, Flow Control: None<br
/> [   18.272757] 0000:00:19.0: eth0: 10/100 speed: disabling TSO<br
/> [   18.272906] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready</p><p>==&gt; /var/log/kern.log &lt;==<br
/> Nov  2 09:39:21 mycomputer kernel: [231116.479553] [drm] Resetting GPU<br
/> Nov  2 09:39:21 mycomputer kernel: [231116.479608] [drm] writeback test succeeded in 1 usecs<br
/> Nov  2 09:39:25 mycomputer kernel: [231120.406627] CPU0 attaching NULL sched-domain.<br
/> Nov  2 09:39:25 mycomputer kernel: [231120.406630] CPU1 attaching NULL sched-domain.<br
/> Nov  2 09:39:25 mycomputer kernel: [231120.407377] CPU0 attaching sched-domain:</p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/11/03/tail-f-multiple-files/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bash Numeric Comparison</title><link>http://d33z.com/learn/2009/11/02/bash-numeric-comparison/</link> <comments>http://d33z.com/learn/2009/11/02/bash-numeric-comparison/#comments</comments> <pubDate>Mon, 02 Nov 2009 19:40:37 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[scripts]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=60</guid> <description><![CDATA[Do not use &#62; or &#60; when comparing numbers in BASH. It doesn't work. It tries to redirect output instead of performing the comparison. Use -lt or -gt instead.
Additional Reading:
http://fvue.nl/wiki/Bash:_Numeric_comparison
http://tldp.org/LDP/abs/html/
]]></description> <content:encoded><![CDATA[<p>Do not use &gt; or &lt; when comparing numbers in BASH. It doesn't work. It tries to redirect output instead of performing the comparison. Use -lt or -gt instead.</p><p>Additional Reading:</p><p><a
href="http://fvue.nl/wiki/Bash:_Numeric_comparison">http://fvue.nl/wiki/Bash:_Numeric_comparison</a></p><p><a
href="http://tldp.org/LDP/abs/html/">http://tldp.org/LDP/abs/html/</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/11/02/bash-numeric-comparison/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>policy based routing</title><link>http://d33z.com/learn/2009/11/01/policy-based-routing/</link> <comments>http://d33z.com/learn/2009/11/01/policy-based-routing/#comments</comments> <pubDate>Sun, 01 Nov 2009 19:46:56 +0000</pubDate> <dc:creator>Daniel</dc:creator> <category><![CDATA[networking]]></category><guid
isPermaLink="false">http://d33z.com/learn/?p=62</guid> <description><![CDATA[When a router receives a packet it normally decides where to forward it based on the destination address in the packet, which is then used to look up an entry in a routing table. However, in some cases, there may be a need to forward the packet based on other criteria. For example, a network [...]]]></description> <content:encoded><![CDATA[<p>When a <a
title="Router" href="http://en.wikipedia.org/wiki/Router">router</a> receives a packet it normally decides where to forward it based on the destination address in the packet, which is then used to look up an entry in a <a
title="Routing table" href="http://en.wikipedia.org/wiki/Routing_table">routing table</a>. However, in some cases, there may be a need to forward the packet based on other criteria. For example, a network administrator might want to forward a packet based on the source address, not the destination address.</p><p>Additional Reading:</p><p><a
href="http://en.wikipedia.org/wiki/Policy-based_routing">http://en.wikipedia.org/wiki/Policy-based_routing</a></p><p><a
href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml</a></p><p><a
href="http://www.policyrouting.org/PolicyRoutingBook/ONLINE/TOC.html">http://www.policyrouting.org/PolicyRoutingBook/ONLINE/TOC.html</a></p> ]]></content:encoded> <wfw:commentRss>http://d33z.com/learn/2009/11/01/policy-based-routing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 25/41 queries in 0.013 seconds using disk

Served from: playerpc.dyndns.org @ 2010-03-11 05:54:43 -->