<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Finding external IP from command line</title>
	<atom:link href="http://linuxgravity.com/finding-external-ip-from-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxgravity.com/finding-external-ip-from-command-line</link>
	<description>Linux tutorials, guides, howtos, tips, tricks and hacks</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:02:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marnix A.  van Ammers</title>
		<link>http://linuxgravity.com/finding-external-ip-from-command-line/comment-page-1#comment-230</link>
		<dc:creator>Marnix A.  van Ammers</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=937#comment-230</guid>
		<description>Good and useful tips.  Thanks.  In Mac OS X, ifconfig output is slightly different.  To show all IPs assigned in a Mac OS X system, the following works:

 ifconfig &#124; awk &#039;$1 == &quot;inet&quot; &amp;&amp; $2 != &quot;127.0.0.1&quot; {print $2}&#039;</description>
		<content:encoded><![CDATA[<p>Good and useful tips.  Thanks.  In Mac OS X, ifconfig output is slightly different.  To show all IPs assigned in a Mac OS X system, the following works:</p>
<p> ifconfig | awk &#8216;$1 == &#8220;inet&#8221; &amp;&amp; $2 != &#8220;127.0.0.1&#8243; {print $2}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K</title>
		<link>http://linuxgravity.com/finding-external-ip-from-command-line/comment-page-1#comment-229</link>
		<dc:creator>K</dc:creator>
		<pubDate>Sat, 28 Nov 2009 09:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=937#comment-229</guid>
		<description>Umm..
Why don&#039;t you simply use &#039;lynx www.whatsmyip.org&#039; ?

It&#039;s standard and very easy.. =)</description>
		<content:encoded><![CDATA[<p>Umm..<br />
Why don&#8217;t you simply use &#8216;lynx <a href="http://www.whatsmyip.org" rel="nofollow">http://www.whatsmyip.org</a>&#8216; ?</p>
<p>It&#8217;s standard and very easy.. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: external ip from the command line &#171; Azitech</title>
		<link>http://linuxgravity.com/finding-external-ip-from-command-line/comment-page-1#comment-228</link>
		<dc:creator>external ip from the command line &#171; Azitech</dc:creator>
		<pubDate>Fri, 27 Nov 2009 14:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=937#comment-228</guid>
		<description>[...] Reference: http://linuxgravity.com/finding-external-ip-from-command-line [...]</description>
		<content:encoded><![CDATA[<p>[...] Reference: <a href="http://linuxgravity.com/finding-external-ip-from-command-line" rel="nofollow">http://linuxgravity.com/finding-external-ip-from-command-line</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
