<?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 commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719906#M62826</link>
    <description>Hi Yates:&lt;BR /&gt;&lt;BR /&gt;The lanadmin -X command not necessary. If you want to set up driver specific options, then you need to use that. For eg: to set up the lan interface speed.&lt;BR /&gt;&lt;BR /&gt;# man lanadmin for more details&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Wed, 08 May 2002 19:52:39 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-05-08T19:52:39Z</dc:date>
    <item>
      <title>ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719901#M62821</link>
      <description>Anyone have a steps off hand to configure a new interface without a reboot.&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 plumb&lt;BR /&gt;ifconfig lan0 192.168.0.53 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;What else to I need to route out the interface?&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 19:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719901#M62821</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-08T19:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719902#M62822</link>
      <description>#ifconfig lan1 ip_address up netmask netmask_address &lt;BR /&gt;&lt;BR /&gt;up  &amp;amp; netmask is the word you type.&lt;BR /&gt;&lt;BR /&gt;For my test workstation I do&lt;BR /&gt;&lt;BR /&gt;#ifconfig lan2 10.20.1.1 up netmask 255.0.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 08 May 2002 19:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719902#M62822</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-08T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719903#M62823</link>
      <description>Hi Yates:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lanX up&lt;BR /&gt;&lt;BR /&gt;Also configure it in the /etc/rc.config.d/netconf file for next reboot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 08 May 2002 19:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719903#M62823</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-08T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719904#M62824</link>
      <description>I forget about route&lt;BR /&gt;&lt;BR /&gt;to add route&lt;BR /&gt;&lt;BR /&gt;#route add default 10.20.25.1 1&lt;BR /&gt;&lt;BR /&gt;Will add default gatway on my system with one hop.&lt;BR /&gt;&lt;BR /&gt;#netstat -rn (to check)&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 08 May 2002 19:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719904#M62824</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-08T19:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719905#M62825</link>
      <description>What about lanadmin -X stuff??&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 19:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719905#M62825</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-08T19:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719906#M62826</link>
      <description>Hi Yates:&lt;BR /&gt;&lt;BR /&gt;The lanadmin -X command not necessary. If you want to set up driver specific options, then you need to use that. For eg: to set up the lan interface speed.&lt;BR /&gt;&lt;BR /&gt;# man lanadmin for more details&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 08 May 2002 19:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719906#M62826</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-08T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719907#M62827</link>
      <description>using lanadmin you can setup mtu, station address and speed.&lt;BR /&gt;&lt;BR /&gt;#lanadmin -s 0 (if ppa is 0) will display the speed of card.&lt;BR /&gt;#lansdmin -S 0 newspeed (to setup new speed)&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 08 May 2002 19:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719907#M62827</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-08T19:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719908#M62828</link>
      <description>Edit the /etc/rc.config.d/netconfig file to have all the parrameters of the LAN card.&lt;BR /&gt;&lt;BR /&gt;Edit the lan card configuration card.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/hpbase100conf to reflect the lancard speed and others.&lt;BR /&gt;&lt;BR /&gt;Then either run the ifconfig lanX ip_address up netmask XXX.XXX.XXX.XXX or &lt;BR /&gt;&lt;BR /&gt;run the stop and start scripts of the net as fast as posible. ie&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop ;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;users will not know the changes but make sure all is well with your configuration and setup.&lt;BR /&gt;&lt;BR /&gt;The subnetmask, the broadcast and others are entered well in the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;using the ifconfig may not give you the actual broadcast address if you do not set it well.&lt;BR /&gt;&lt;BR /&gt;I am back&lt;BR /&gt;&lt;BR /&gt;Lolu</description>
      <pubDate>Wed, 08 May 2002 19:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719908#M62828</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2002-05-08T19:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: ifconfig commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719909#M62829</link>
      <description>Thanks Frank,&lt;BR /&gt;&lt;BR /&gt;You answered my question.&lt;BR /&gt;&lt;BR /&gt;-Yates</description>
      <pubDate>Wed, 08 May 2002 20:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ifconfig-commands/m-p/2719909#M62829</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-08T20:01:38Z</dc:date>
    </item>
  </channel>
</rss>

