<?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 Re: i/p address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182895#M570342</link>
    <description>Use lanscan to get the 'lan?' for each card.&lt;BR /&gt;&lt;BR /&gt;The use 'ifconfig lan?' (where lan? = lan0, lan1, whatever') to get the IP address.&lt;BR /&gt;&lt;BR /&gt;You could then use 'nslookup ip.addy' to get the hostname.</description>
    <pubDate>Wed, 04 Feb 2004 11:09:20 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-02-04T11:09:20Z</dc:date>
    <item>
      <title>i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182891#M570338</link>
      <description>Guys.. once again.. how to find the i/p address &amp;amp; host names assigned for an network card??&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 04 Feb 2004 11:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182891#M570338</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-02-04T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182892#M570339</link>
      <description>Ganesh,&lt;BR /&gt;&lt;BR /&gt;ifconfig will give you the ip address:  ifconfig lan0, for example.&lt;BR /&gt;&lt;BR /&gt;nslookup will give you the hostname associated with an ip address:  nslookup 100.101.102.103, for example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 04 Feb 2004 11:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182892#M570339</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-04T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182893#M570340</link>
      <description>the info is in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;You should also have the IP Address and FQDN and short name in /etc/hosts</description>
      <pubDate>Wed, 04 Feb 2004 11:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182893#M570340</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2004-02-04T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182894#M570341</link>
      <description>Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;'ifconfig lanx' is the command you are looking for. &lt;BR /&gt;&lt;BR /&gt;netstat -in will also give the information on all the lancards and the IP addresses associated with it.&lt;BR /&gt;&lt;BR /&gt;Hostname will be only one on the box. If the server has multiple lan cards and multiple address, each address may have a different DNS name. An 'nslookup' can give you the name corresponding to the IP address which is displayed in 'netstat -i' output.&lt;BR /&gt;&lt;BR /&gt;'hostname' gives the hostname of the server.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 04 Feb 2004 11:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182894#M570341</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-04T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182895#M570342</link>
      <description>Use lanscan to get the 'lan?' for each card.&lt;BR /&gt;&lt;BR /&gt;The use 'ifconfig lan?' (where lan? = lan0, lan1, whatever') to get the IP address.&lt;BR /&gt;&lt;BR /&gt;You could then use 'nslookup ip.addy' to get the hostname.</description>
      <pubDate>Wed, 04 Feb 2004 11:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182895#M570342</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-02-04T11:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182896#M570343</link>
      <description>or use&lt;BR /&gt;&lt;BR /&gt;netstat -in</description>
      <pubDate>Wed, 04 Feb 2004 11:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182896#M570343</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2004-02-04T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182897#M570344</link>
      <description>Thanks Guys..&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 04 Feb 2004 11:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182897#M570344</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-02-04T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182898#M570345</link>
      <description>Use lanscan to check out your lancard(s) and then ifconfig lanX&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;cl</description>
      <pubDate>Wed, 04 Feb 2004 11:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182898#M570345</guid>
      <dc:creator>cl_5</dc:creator>
      <dc:date>2004-02-04T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: i/p address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182899#M570346</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;IP Address: &lt;BR /&gt;1. #ioscan -fnC lan&lt;BR /&gt;Find out the device number from the output. Ex.: lan0, lan2 etc.&lt;BR /&gt;&lt;BR /&gt;2. #ifconfig lanX where X is to be substituted accordingly&lt;BR /&gt;&lt;BR /&gt;Hostname: This is unique to a machine and not to a networkcard. For finding out the hostname,&lt;BR /&gt;&lt;BR /&gt;1. #hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 02:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-p-address/m-p/3182899#M570346</guid>
      <dc:creator>Anoop P_2</dc:creator>
      <dc:date>2004-02-05T02:02:56Z</dc:date>
    </item>
  </channel>
</rss>

