<?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: ifconfig in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830390#M88743</link>
    <description>you can use lanscan to display all the configured Network cards on the system.&lt;BR /&gt;&lt;BR /&gt;#lanscan&lt;BR /&gt;to find the particular card&lt;BR /&gt;#ifconfig &lt;INTERFACE-NAME&gt;&lt;BR /&gt;ex.ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/INTERFACE-NAME&gt;</description>
    <pubDate>Tue, 22 Oct 2002 04:26:03 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-10-22T04:26:03Z</dc:date>
    <item>
      <title>ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830389#M88742</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the equivalent command for ifconfig -a ( this is on solaris ) on hp? I want to list all the interfaces configured on the system.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 22 Oct 2002 04:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830389#M88742</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2002-10-22T04:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830390#M88743</link>
      <description>you can use lanscan to display all the configured Network cards on the system.&lt;BR /&gt;&lt;BR /&gt;#lanscan&lt;BR /&gt;to find the particular card&lt;BR /&gt;#ifconfig &lt;INTERFACE-NAME&gt;&lt;BR /&gt;ex.ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/INTERFACE-NAME&gt;</description>
      <pubDate>Tue, 22 Oct 2002 04:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830390#M88743</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-22T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830391#M88744</link>
      <description>ifconfig &lt;LAN&gt;&lt;BR /&gt;for example "ifconfig lan0" still works, but there is no "-a" Option&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/LAN&gt;</description>
      <pubDate>Tue, 22 Oct 2002 04:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830391#M88744</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-22T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830392#M88745</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;lanscan | grep lan | awk '{print $5}' | xargs -l ifconfig&lt;BR /&gt;&lt;BR /&gt;It's nearly the same as on Solaris ;-)&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 22 Oct 2002 04:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830392#M88745</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-22T04:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830393#M88746</link>
      <description>Hi TG,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Yes I can.&lt;BR /&gt;But my question is can I list all the interfaces configured using single command like ifconfig -a on solaris?&lt;BR /&gt;&lt;BR /&gt;Raj</description>
      <pubDate>Tue, 22 Oct 2002 04:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830393#M88746</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2002-10-22T04:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830394#M88747</link>
      <description>just a couple for the pot&lt;BR /&gt;&lt;BR /&gt;ioscan -funClan&lt;BR /&gt;netstat -in&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 22 Oct 2002 04:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830394#M88747</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-10-22T04:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830395#M88748</link>
      <description>You are right -a option in solaris is for all the interfaces&lt;BR /&gt;&lt;BR /&gt;There is no such option in HPUX.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 22 Oct 2002 05:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/2830395#M88748</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-22T05:27:19Z</dc:date>
    </item>
  </channel>
</rss>

