<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I need to how to find IP address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008386#M47873</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have a list of 100 hostnames and I need to find out ip addresses of each.&lt;BR /&gt;&lt;BR /&gt;How do I get it fast?&lt;BR /&gt;&lt;BR /&gt;Its a pain to use ping on each host to find out ip address. &lt;BR /&gt;&lt;BR /&gt;Can I have a script to do it or or any other suggestion.&lt;BR /&gt;&lt;BR /&gt;Please help its urgent !!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Girish</description>
    <pubDate>Thu, 12 Oct 2006 14:48:41 GMT</pubDate>
    <dc:creator>girishb</dc:creator>
    <dc:date>2006-10-12T14:48:41Z</dc:date>
    <item>
      <title>I need to how to find IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008386#M47873</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have a list of 100 hostnames and I need to find out ip addresses of each.&lt;BR /&gt;&lt;BR /&gt;How do I get it fast?&lt;BR /&gt;&lt;BR /&gt;Its a pain to use ping on each host to find out ip address. &lt;BR /&gt;&lt;BR /&gt;Can I have a script to do it or or any other suggestion.&lt;BR /&gt;&lt;BR /&gt;Please help its urgent !!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Girish</description>
      <pubDate>Thu, 12 Oct 2006 14:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008386#M47873</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-10-12T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need to how to find IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008387#M47874</link>
      <description>If your name resolution works fine, you can use a script like this:&lt;BR /&gt;&lt;BR /&gt;for IP in `seq 254`; do&lt;BR /&gt; ping -c 1 192.168.1.$IP&lt;BR /&gt; host 192.168.1.$IP&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Or something like this:&lt;BR /&gt;&lt;BR /&gt;for HOST in ` awk '{ print $2 }' /etc/hosts` ; do&lt;BR /&gt;ping -c 1 $HOST&lt;BR /&gt;done</description>
      <pubDate>Thu, 12 Oct 2006 14:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008387#M47874</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-10-12T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need to how to find IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008388#M47875</link>
      <description>Sure, it can be done with script.&lt;BR /&gt;How does the list look like - the script will have to parse it,so...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S.&lt;BR /&gt;You also have 100% of unassigned points.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 14:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008388#M47875</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-12T14:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need to how to find IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008389#M47876</link>
      <description>Found the solution</description>
      <pubDate>Thu, 12 Oct 2006 15:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-to-how-to-find-ip-address/m-p/5008389#M47876</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-10-12T15:10:18Z</dc:date>
    </item>
  </channel>
</rss>

