<?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>Frequently Asked Questions About Linux / UNIX &#187; inet addr</title> <atom:link href="http://www.cyberciti.biz/faq/tag/inet-addr/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>IPv6 Address Example</title><link>http://www.cyberciti.biz/faq/ipv6-address-example/</link> <comments>http://www.cyberciti.biz/faq/ipv6-address-example/#comments</comments> <pubDate>Fri, 12 Nov 2010 21:20:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[ipv6]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[address example]]></category> <category><![CDATA[anycast]]></category> <category><![CDATA[collisions]]></category> <category><![CDATA[hexadecimal digits]]></category> <category><![CDATA[inet addr]]></category> <category><![CDATA[internet protocol version]]></category> <category><![CDATA[internet protocol version 4]]></category> <category><![CDATA[internet protocol version 6]]></category> <category><![CDATA[ipv6 address]]></category> <category><![CDATA[ipv6 addresses]]></category> <category><![CDATA[loopback]]></category> <category><![CDATA[network interface]]></category> <category><![CDATA[network prefix]]></category> <category><![CDATA[rx packets]]></category> <category><![CDATA[tx packets]]></category> <category><![CDATA[unix operating systems]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9331</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/networking/' title='See all Linux/UNIX networking related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/networking.png' border='0' /></a></div> <span
class="drop_cap">W</span>hat does an IPv6 address look like? Can you give an example of IPv6 address? How do I view an IPv6 address under Linux or UNIX operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/ipv6-address-example/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux: Find my IP address using Perl at a shell prompt</title><link>http://www.cyberciti.biz/faq/perl-finding-my-unix-linux-ip-address/</link> <comments>http://www.cyberciti.biz/faq/perl-finding-my-unix-linux-ip-address/#comments</comments> <pubDate>Thu, 18 Oct 2007 09:53:35 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[combination]]></category> <category><![CDATA[find my ip address]]></category> <category><![CDATA[inet addr]]></category> <category><![CDATA[interface]]></category> <category><![CDATA[linux machine]]></category> <category><![CDATA[my ip address]]></category> <category><![CDATA[pipes]]></category> <category><![CDATA[qq]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[unix linux]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/perl-finding-my-unix-linux-ip-address/</guid> <description><![CDATA[Q. How do I find out my IP address assigned to eth0 or ra0 interface using perl? A. If you need to know the IP address of the UNIX / Linux machine you are running on, use the following perl one liner. Perl don't have any inbuilt facility but combination of ifconfig command ans shell [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/perl-finding-my-unix-linux-ip-address/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>How to Find out the IP address assigned to eth0 and display IP only</title><link>http://www.cyberciti.biz/faq/how-to-find-out-the-ip-address-assigned-to-eth0-and-display-ip-only/</link> <comments>http://www.cyberciti.biz/faq/how-to-find-out-the-ip-address-assigned-to-eth0-and-display-ip-only/#comments</comments> <pubDate>Wed, 30 Aug 2006 19:09:07 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[broadcast]]></category> <category><![CDATA[collisions]]></category> <category><![CDATA[encap]]></category> <category><![CDATA[find ip address]]></category> <category><![CDATA[grep]]></category> <category><![CDATA[ifconfig eth0]]></category> <category><![CDATA[inet addr]]></category> <category><![CDATA[ip address]]></category> <category><![CDATA[linux ifconfig]]></category> <category><![CDATA[linux interface]]></category> <category><![CDATA[loopback]]></category> <category><![CDATA[multicast]]></category> <category><![CDATA[rx packets]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[tx packets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/how-to-find-out-the-ip-address-assigned-to-eth0-and-display-ip-only/</guid> <description><![CDATA[Q. I need to get the IP address assigned to eth0 Linux interface. How do I find out IP address only? I don't want other information displayed by Linux ifconfig command. A. For shell script or may be for other cause you may need the IP address only. You can use ifconfig command with grep [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/how-to-find-out-the-ip-address-assigned-to-eth0-and-display-ip-only/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>Bash Shell Command to Find or Get IP address</title><link>http://www.cyberciti.biz/faq/bash-shell-command-to-find-get-ip-address/</link> <comments>http://www.cyberciti.biz/faq/bash-shell-command-to-find-get-ip-address/#comments</comments> <pubDate>Sun, 29 Jan 2006 20:23:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[192]]></category> <category><![CDATA[base address]]></category> <category><![CDATA[collisions]]></category> <category><![CDATA[encap]]></category> <category><![CDATA[ethernet interface]]></category> <category><![CDATA[ethernet ip address]]></category> <category><![CDATA[ifconfig command]]></category> <category><![CDATA[inet addr]]></category> <category><![CDATA[ip command]]></category> <category><![CDATA[ipconfig command]]></category> <category><![CDATA[kib]]></category> <category><![CDATA[loopback]]></category> <category><![CDATA[mib]]></category> <category><![CDATA[mtu]]></category> <category><![CDATA[overruns]]></category> <category><![CDATA[rx packets]]></category> <category><![CDATA[scope]]></category> <category><![CDATA[subnet mask]]></category> <category><![CDATA[tx packets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/bash-shell-command-to-findget-ip-address.php</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I find out my Linux / UNIX system ip address, subnet and related networking information from a command prompt?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-shell-command-to-find-get-ip-address/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> </channel> </rss>
