<?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 ifconfig in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885441#M544014</link>
    <description>Does anyone know how ifconfig work ?&lt;BR /&gt;Does it call ioctl command ? Which parameters does it use ?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2006 04:10:38 GMT</pubDate>
    <dc:creator>siaemic</dc:creator>
    <dc:date>2006-10-24T04:10:38Z</dc:date>
    <item>
      <title>ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885441#M544014</link>
      <description>Does anyone know how ifconfig work ?&lt;BR /&gt;Does it call ioctl command ? Which parameters does it use ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2006 04:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885441#M544014</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2006-10-24T04:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885442#M544015</link>
      <description>man "ifconfig"&lt;BR /&gt;&lt;BR /&gt;strings /usr/sbin/ifconfig|grep ioctl&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2006 04:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885442#M544015</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-10-24T04:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885443#M544016</link>
      <description>Ciao,&lt;BR /&gt;&lt;BR /&gt;please check 'man ifconfig' in Description section. There is a good explaination about ifconfig.&lt;BR /&gt;&lt;BR /&gt;About ioctl: I remember something about ifconfig sometimes fails with ioctl messages, something like&lt;BR /&gt;&lt;BR /&gt;ifconfig&lt;BR /&gt;icotl ... bad value&lt;BR /&gt;&lt;BR /&gt;This just demonstrates that ifconfig calls ioctl and 'strings' command as already suggested should show further. Which parameters it uses I think depends on ifconfig code and how it has been ran.&lt;BR /&gt;&lt;BR /&gt;Hope this helps, otherwise please formule the question with more info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Tue, 24 Oct 2006 04:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885443#M544016</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-10-24T04:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885444#M544017</link>
      <description>Hello,&lt;BR /&gt;You also could use set_parms to setup the network.&lt;BR /&gt;Ex: set_parms network&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doru Barit</description>
      <pubDate>Tue, 24 Oct 2006 09:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885444#M544017</guid>
      <dc:creator>Doru Iulian Barit</dc:creator>
      <dc:date>2006-10-24T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885445#M544018</link>
      <description>You may be able to partially unwrap the enigma that is the itnernal workings of the ifconfig command by using tusc to trace the system calls it makes.&lt;BR /&gt;&lt;BR /&gt;However, it does beg the question - why do you wish to know?  Idle curiousity, or something more?</description>
      <pubDate>Tue, 24 Oct 2006 19:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885445#M544018</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-10-24T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885446#M544019</link>
      <description>Just because it hangs while configure an interface and I don't know where it hangs.&lt;BR /&gt;Now I propably found that it locks on &lt;BR /&gt;close operation on device file associated&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2006 09:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885446#M544019</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2006-10-27T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885447#M544020</link>
      <description>If it hangs then could it be that you don't have a layer 2 link present?&lt;BR /&gt;You could check by (where ppa is the digit folowing: lan?)&lt;BR /&gt; &lt;BR /&gt;# lanadmin -x &lt;PPA&gt;&lt;BR /&gt; &lt;BR /&gt;or better use the linkloop command.&lt;BR /&gt;But for it to work you need to have a MAC address of a connected device in the same LAN segment.&lt;BR /&gt;&lt;/PPA&gt;</description>
      <pubDate>Fri, 27 Oct 2006 09:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig/m-p/3885447#M544020</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-10-27T09:35:17Z</dc:date>
    </item>
  </channel>
</rss>

