<?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>Tech &#124; Life &#187; IP</title>
	<atom:link href="http://alloytm.com/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://alloytm.com</link>
	<description>Journals of an IT engineer on Tech &#124; Life &#124; Photography &#124; .ılı..ılı.</description>
	<lastBuildDate>Tue, 03 Jan 2012 04:25:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking external IP from Linux</title>
		<link>http://alloytm.com/2007/07/31/checking-external-ip-from-linux/</link>
		<comments>http://alloytm.com/2007/07/31/checking-external-ip-from-linux/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 06:48:55 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Curl]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://www.alloytm.com/2007/07/31/checking-external-ip-from-linux/</guid>
		<description><![CDATA[Simple method I found to show current external IP from Linux
[root@samsonite qmail_tmp]# curl -s http://checkip.dyndns.org/ &#124; grep -i address
&#60;html&#62;&#60;head&#62;&#60;title&#62;Current IP Check&#60;/title&#62;&#60;/head&#62;&#60;body&#62;Current IP Address: 209.24.148.170&#60;/body&#62;&#60;/html&#62;
]]></description>
		<wfw:commentRss>http://alloytm.com/2007/07/31/checking-external-ip-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Address Allocation for Private Internets</title>
		<link>http://alloytm.com/2007/07/02/address-allocation-for-private-internets/</link>
		<comments>http://alloytm.com/2007/07/02/address-allocation-for-private-internets/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 03:54:30 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[APIPA]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Private IP Address]]></category>
		<category><![CDATA[RFC 1918]]></category>

		<guid isPermaLink="false">http://www.alloytm.com/2007/07/02/address-allocation-for-private-internets/</guid>
		<description><![CDATA[IP address space for private networks have been reserved according to RFC 1918
? 10.0.0.0–10.255.255.255—Single Class A network numbers
? 172.16.0.0–172.31.255.255—Contiguous Class B network numbers
? 192.168.0.0–192.168.255.255—Contiguous Class C network numbers
]]></description>
		<wfw:commentRss>http://alloytm.com/2007/07/02/address-allocation-for-private-internets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

