<?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>Kudithipudi.Org &#187; Networking</title>
	<atom:link href="http://kudithipudi.org/category/technology/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://kudithipudi.org</link>
	<description>Too much time on hand!!!</description>
	<lastBuildDate>Tue, 22 May 2012 13:11:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Brilliant use of DNS</title>
		<link>http://kudithipudi.org/2012/05/18/brilliant-use-of-dns/</link>
		<comments>http://kudithipudi.org/2012/05/18/brilliant-use-of-dns/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:33:27 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1444</guid>
		<description><![CDATA[I was listening to this week&#8217;s edition of Steve Gibson&#8217;s Security Now podcast and Steve talked about a unique way of using DNS. His spintrite application uses DNS to check for the latest version of the application. Most applications use http to check version information. This might pose a problem in environments with proxy servers. [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to <a href="http://media.grc.com/sn/sn-353-lq.mp3">this</a> week&#8217;s edition of <a href="http://steve.grc.com/">Steve Gibson&#8217;s</a> <a href="http://www.grc.com/securitynow.htm">Security Now</a> podcast and Steve talked about a unique way of using DNS. His <a href="http://www.grc.com/sr/spinrite.htm">spintrite</a> application uses DNS to check for the latest version of the application. Most applications use http to check version information. This might pose a problem in environments with proxy servers. DNS traffic on the other hand is generally allowed in most environments. He says his application does a DNS lookup for something like application.version.grc.com and the &#8220;IP&#8221; address that is returned denotes the major and minor versions of the code. And depending on the response, the application will prompt with a &#8220;need to update&#8221; message.</p>
<p>Brilliant!!!</p>
<p>Here&#8217;s a more technical post way back from 2006 by Jan-Piet Mens on the same subject</p>
<p><a href="http://jpmens.net/pages/checking-current-application-or-data-versions-using-dns/">http://jpmens.net/pages/checking-current-application-or-data-versions-using-dns/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/05/18/brilliant-use-of-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.grc.com/sn/sn-353-lq.mp3" length="0" type="audio/mpeg" />
		</item>
		<item>
		<title>HOW TO : Capture all traffic to and from a host using tcpdump</title>
		<link>http://kudithipudi.org/2012/03/30/how-to-capture-all-traffic-to-and-from-a-host-using-tcpdump/</link>
		<comments>http://kudithipudi.org/2012/03/30/how-to-capture-all-traffic-to-and-from-a-host-using-tcpdump/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 15:59:02 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1303</guid>
		<description><![CDATA[Quick one liner for capturing traffic destined to and arriving from a host (IP address) using tcpdump and writing it to a file for analyzing later on]]></description>
			<content:encoded><![CDATA[<p>Quick one liner for capturing traffic destined to and arriving from a host (IP address) using tcpdump and writing it to a file for analyzing later on</p>
<pre class="brush: plain; title: ; notranslate">tcpdump -s0 host x.x.x.x -w destination.pcap </pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/03/30/how-to-capture-all-traffic-to-and-from-a-host-using-tcpdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Uptime : Progress Report &#8211; 3</title>
		<link>http://kudithipudi.org/2012/03/28/project-uptime-progress-report-3/</link>
		<comments>http://kudithipudi.org/2012/03/28/project-uptime-progress-report-3/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 04:45:24 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1288</guid>
		<description><![CDATA[Things have been a bit hectic at work.. so didn&#8217;t get a lot of time to work on this project. Now that that the new server has been setup and the kernel updated, we get down to the mundane tasks of installing the software. One of the first things I do, when configuring any new [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been a bit hectic at work.. so didn&#8217;t get a lot of time to work on this <a href="http://kudithipudi.org/2012/03/05/project-uptime/">project</a>. Now that that the new server has been setup and the kernel updated, we get down to the mundane tasks of installing the software.</p>
<p>One of the first things I do, when configuring any new server is to restrict root user from logging into the server remotely. <a title="Wikipedia : SSH" href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a> is the default remote shell access method nowadays. Pls don&#8217;t tell me you are still using <a title="Wikipedia : Telnet" href="http://en.wikipedia.org/wiki/Telnet">telnet</a> <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>And before restricting the root user for remote access, add a new user that you want to use for regular activities, add the user to sudo group and ensure you can login and sudo to root as this user. Here are the steps I follow to do this on a <a href="http://www.ubuntu.com">Ubuntu</a> server</p>
<p>Add a new user</p>
<pre class="brush: plain; title: ; notranslate">useradd xxxx </pre>
<p>Add user to sudo group</p>
<pre class="brush: plain; title: ; notranslate">usermod -G sudo -a xxxx</pre>
<p>Check user can sudo to gain root access</p>
<pre class="brush: plain; title: ; notranslate">sudo su - xxxx
su - </pre>
<p>Now moving into the software installation part</p>
<p>Install Mysql</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install mysql-server </pre>
<p>you will be prompted to set the root user during this install. This is quite convenient, unlike the older installs, where you had to set the root password later on.</p>
<p>Install PHP</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install php5-mysql </pre>
<p>In addition to installing the PHP5-mysql, this will also install <a href="http://httpd.apache.org/">apache</a>. I know, I mentioned, I would <a href="http://kudithipudi.org/2012/03/05/project-uptime/">like to try out the new version</a> of Apache. But it looks like Ubuntu, doesn&#8217;t have a package for it yet. And I am too lazy to compile from source <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>With this you have all the basic software for <a href="http://www.wordpress.org">wordpress</a>. Next, we will tweak this software to use less system resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/03/28/project-uptime-progress-report-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Route traffic to loopback interface in Linux</title>
		<link>http://kudithipudi.org/2012/03/26/how-to-route-traffic-to-loopback-interface-in-linux/</link>
		<comments>http://kudithipudi.org/2012/03/26/how-to-route-traffic-to-loopback-interface-in-linux/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 04:02:12 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1280</guid>
		<description><![CDATA[Back in 2009 (last decade!! ), I wrote a blog post on how you can trick windows to route traffic destined to a particular IP address to a black-hole. In it, I mentioned the command to route traffic to /dev/null in Linux was I ran into a need to try it today and looks like [...]]]></description>
			<content:encoded><![CDATA[<p>Back in 2009 (last decade!! <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), I wrote a <a href="http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/">blog post</a> on how you can trick windows to route traffic destined to a particular IP address to a black-hole. In it, I mentioned the command to route traffic to /dev/null in Linux was
<pre class="brush: plain; title: ; notranslate">&lt;code&gt;route ADD IP_ADDRESS_OF_MAIL_SERVER MASK 255.255.255.255 127.0.0.1&lt;/code&gt; </pre>
<p>I ran into a need to try it today and looks like the trick doesn&#8217;t work <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So here is the right command if you want to route traffic to the loopback (or blackhole) destined to a particular IP address
<pre class="brush: plain; title: ; notranslate">sudo route add -host IP_ADDRESS_OF_HOST/NETWORK_MASK lo </pre>
<p>For example if I want to black-hole traffic destined to 74.205.216.2, I would do the following
<pre class="brush: plain; title: ; notranslate"> sudo route add -host 74.205.216.2/32 lo </pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/03/26/how-to-route-traffic-to-loopback-interface-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Check SSL certificate validity using curl</title>
		<link>http://kudithipudi.org/2012/03/19/how-to-check-ssl-certificate-validity-using-curl/</link>
		<comments>http://kudithipudi.org/2012/03/19/how-to-check-ssl-certificate-validity-using-curl/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 16:01:07 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1257</guid>
		<description><![CDATA[If you want to check the SSL certificate validation (expiry time, hostname match, self signed etc) using curl, you can do it by running Example : If you want to check the SSL certificate of GoDaddy]]></description>
			<content:encoded><![CDATA[<p>If you want to check the SSL certificate validation (expiry time, hostname match, self signed etc) using curl, you can do it by running</p>
<pre class="brush: plain; title: ; notranslate">curl -cacert URL_ADDRESS </pre>
<p>Example : If you want to check the SSL certificate of GoDaddy</p>
<pre class="brush: plain; title: ; notranslate">curl -cacert https://www.godaddy.com </pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/03/19/how-to-check-ssl-certificate-validity-using-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project : Uptime</title>
		<link>http://kudithipudi.org/2012/03/05/project-uptime/</link>
		<comments>http://kudithipudi.org/2012/03/05/project-uptime/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 10:13:27 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1197</guid>
		<description><![CDATA[The uptime of this blog has been really bad recently. I switched to hosting it on a Rackspace virtual server last year and went with the cheapest option. A 256MB Linux virtual server that was costing me ~$12/month. I never got around to tuning the OS, so the server was always using swap and would [...]]]></description>
			<content:encoded><![CDATA[<p>The uptime of this <a href="http://kudithipudi.org">blog</a> has been really bad recently. I switched to hosting it on a <a href="http://www.rackspace.com/cloud/">Rackspace virtual server</a> last year and went with the cheapest option. A 256MB Linux virtual server that was costing me ~$12/month. I never got around to tuning the OS, so the server was always using swap and would go down pretty much every day. Last week, I upgraded the plan and moved to a 512MB server. But the uptime hasn&#8217;t been any better. Here&#8217;s a report from <a href="http://www.pingdom.com">Pingdom</a> (which by the way is a great service to track the uptime and responsiveness of your website) showing the availability of the site over the last year <img class="aligncenter" title="Pingdom Report : Kudithipudi.Org" src="http://farm8.staticflickr.com/7186/6954497697_ae9db5e83c_o_d.png" alt="" width="300" height="165" />96%!!.. And for someone that has been working in the operations and infrastructure world, that is unacceptable <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So my new goal is to maintain at least 99.5% uptime. Here is my plan to achieve this</p>
<ol>
<li>Move to a fresh <a href="http://www.rackspace.com/cloud/cloud_hosting_products/servers/pricing/">VM</a> with the <a href="http://samsaffron.com/archive/2012/03/01/why-upgrading-your-linux-kernel-will-make-your-customers-much-happier">latest kernel</a></li>
<li>Upgrade to the latest version of <a href="http://httpd.apache.org">Apache</a>. Initially, I wanted to move to <a href="http://nginx.org/">nginx</a> or <a href="http://www.lighttpd.net/">lighttpd</a>, but with the <a href="http://httpd.apache.org/docs/trunk/new_features_2_4.html">recent Apache upgrade</a>, I hear good things about Apache working well in low memory situations.</li>
<li>Upgrade to latest version of <a href="http://mysql.com">MySQL</a> and tune it for memory usage</li>
<li>Configure <a href="http://www.cloudflare.com">cloudflare</a> to serve a static version of front page, in case the server goes down. Design the static page to point people to my other digital presences (<a href="https://plus.google.com/107691341586252309757">Google+</a>, <a href="http://www.linkedin.com/in/kudithipudi">LinkedIn</a>, <a href="http://flickr.com/kudithipudi">Flickr</a> etc)</li>
</ol>
<p>I plan to blog the progress and learnings as I implement this plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2012/03/05/project-uptime/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HOW TO : Modify iptables rules</title>
		<link>http://kudithipudi.org/2011/12/12/how-to-modify-iptables-rules/</link>
		<comments>http://kudithipudi.org/2011/12/12/how-to-modify-iptables-rules/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 20:17:16 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1143</guid>
		<description><![CDATA[Quick how to for my personal records. iptables is an open source firewall (and it does a lot more) included with most linux distributions. Steps to add new rule to existing configuration Check the list of rules and their corresponding sequence Add the new rule at the required location/sequence Example : Save the configuration Thx [...]]]></description>
			<content:encoded><![CDATA[<p>Quick how to for my personal records. <a href="http://en.wikipedia.org/wiki/Iptables">iptables</a> is an open source firewall (and it does a lot more) included with most linux distributions.</p>
<p>Steps to add new rule to existing configuration</p>
<ul>
<li>Check the list of rules and their corresponding sequence</li>
</ul>
<p>
<pre class="brush: plain; title: ; notranslate">sudo iptables -vL --line-numbers </pre>
</p>
<ul>
<li>Add the new rule at the required location/sequence</li>
</ul>
<p>
<pre class="brush: plain; title: ; notranslate"> sudo iptables -I INPUT LINE_NUMBER RULE </pre>
</p>
<p style="padding-left: 30px;">Example :</p>
<p>
<pre class="brush: plain; title: ; notranslate">iptables -I INPUT 8 -s X.X.X.X/24 -p tcp -m state --state NEW -m tcp --dport 3128 -j ACCEPT</pre>
</p>
<ul>
<li>Save the configuration</li>
</ul>
<p>
<pre class="brush: plain; title: ; notranslate"> sudo serivce iptables save </pre>
</p>
<p>Thx to Sijis for helping with the commands.</pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2011/12/12/how-to-modify-iptables-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Check web services using curl</title>
		<link>http://kudithipudi.org/2011/10/31/how-to-check-web-services-using-curl/</link>
		<comments>http://kudithipudi.org/2011/10/31/how-to-check-web-services-using-curl/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:36:40 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1077</guid>
		<description><![CDATA[Quick note for myself to check web services using curl ([L/U]nix utility to play with http(s) traffic) Comments on options : &#8211;insecure is used if you are testing web services served over SSL using self signed certs &#8211;trace-ascii dumps all traffic between the client (curl in this case) and the server in human readable format]]></description>
			<content:encoded><![CDATA[<p>Quick note for myself to check web services using <a href="http://curl.haxx.se/">curl</a> ([L/U]nix utility to play with http(s) traffic)</p>
<pre class="brush: plain; title: ; notranslate"> curl https://URL_TO_TEST --insecure --trace-ascii debug.txt </pre>
<p>Comments on options :<br />
&#8211;insecure is used if you are testing web services served over SSL using self signed certs<br />
&#8211;trace-ascii dumps all traffic between the client (curl in this case) and the server in human readable format</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2011/10/31/how-to-check-web-services-using-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Apache and SELinux</title>
		<link>http://kudithipudi.org/2011/08/22/how-to-apache-and-selinux/</link>
		<comments>http://kudithipudi.org/2011/08/22/how-to-apache-and-selinux/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 16:13:32 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=1021</guid>
		<description><![CDATA[Quick note for future reference.. If you ever run into errors like this And you are scratching your head why Apache is throwing these errors, even when the said directory and files exist. And you have the right permissions!! Check if you have SELinux running and being enforced. On RHEL, you can check if SELinux [...]]]></description>
			<content:encoded><![CDATA[<p>Quick note for future reference..</p>
<p>If you ever run into errors like this</p>
<pre class="brush: plain; title: ; notranslate">
&lt;pre&gt;Starting httpd: Warning: DocumentRoot [/var/www/html/static] does not exist
Warning: DocumentRoot [/var/www/html/static] does not exist
Warning: DocumentRoot [/var/www/html/static] does not exist
Warning: DocumentRoot [/var/www/html/static] does not exist
(13)Permission denied: httpd: could not open error log file /etc/httpd/logs/error_log.
Unable to open logs
                                                           [FAILED]
</pre>
<p>And you are scratching your head why Apache is throwing these errors, even when the said directory and files exist. And you have the right permissions!! Check if you have SELinux running and being enforced.<br />
On <a href="http://www.redhat.com/rhel/">RHEL</a>, you can check if <a href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux">SELinux</a> is running by</p>
<pre class="brush: plain; title: ; notranslate">cat /selinux/enforce </pre>
<p>The two values are 0 and 1. 0 means, SELinux is not being enforced and 1 means it is.<br />
You can quickly disable SELinux temporarily by </p>
<pre class="brush: plain; title: ; notranslate">echo 0 &gt;/selinux/enforce </pre>
<p>If you want to disable it permanently (i.e. survive reboots), you have to edit the file /etc/selinux/config and change the SELINUX line from enabled to disabled.</pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2011/08/22/how-to-apache-and-selinux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOW TO : Export and import certificates using keytool</title>
		<link>http://kudithipudi.org/2011/07/20/how-to-export-and-import-certificates-using-keytool/</link>
		<comments>http://kudithipudi.org/2011/07/20/how-to-export-and-import-certificates-using-keytool/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 19:55:51 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=990</guid>
		<description><![CDATA[Keytool is a java utility to manage SSL key databases (stores). Here are a couple of options for using this tool List the certificates in the keystore Export a particular certificate from the keystore Import a certificate into the keystore]]></description>
			<content:encoded><![CDATA[<p><a href="http://download.oracle.com/javase/6/docs/technotes/tools/windows/keytool.html">Keytool</a> is a <a href="http://www.java.com">java</a> utility to manage SSL key databases (stores). Here are a couple of options for using this tool</p>
<ul>
<li>List the certificates in the keystore</li>
</ul>
<pre class="brush: plain; title: ; notranslate">keytool -list -keystore NAME_OF_KEYSTORE_FILE </pre>
<ul>
<li>Export a particular certificate from the keystore</li>
</ul>
<pre class="brush: plain; title: ; notranslate">keytool -export -alias ALIAS_NAME_OF_CERT -keystore NAME_OF_KEYSTORE_FILE </pre>
<ul>
<li>Import a certificate into the keystore</li>
</ul>
<pre class="brush: plain; title: ; notranslate">keytool -import -alias ALIAS_NAME_YOU_WANT -keystore NAME_OF_KEYSTORE_FILE -file NAME_OF_CERT_FILE_TO_IMPORT </pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2011/07/20/how-to-export-and-import-certificates-using-keytool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

