<?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: lan config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119300#M150433</link>
    <description>Ong,&lt;BR /&gt; &lt;BR /&gt;You do not need to re-boot the machine to change an IP address.  It may or may not be kinder to shut the interface down first "ifconfig lan0 down" but is almost certainly not actually required.&lt;BR /&gt; &lt;BR /&gt;You may get the odd application waiting for things that it'll never get but in practice this doesn't cause any problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Nov 2003 06:52:35 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-11-14T06:52:35Z</dc:date>
    <item>
      <title>lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119296#M150429</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;someone can explain how can i introduce my station into the actual lan&lt;BR /&gt;ip 10.32.250.22&lt;BR /&gt;netmask 255.255.255.0&lt;BR /&gt;gateway 10.32.250.254 (optionnal but iwant only make connection behind a HUB)&lt;BR /&gt;&lt;BR /&gt;What files can i modify?&lt;BR /&gt;What parameters can i introduce?&lt;BR /&gt; if my interface lan is "lan0"&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 06:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119296#M150429</guid>
      <dc:creator>mla</dc:creator>
      <dc:date>2003-11-14T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119297#M150430</link>
      <description>The simpler way would be doing a&lt;BR /&gt;#set_parms ip_address&lt;BR /&gt;then&lt;BR /&gt;#set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can also do like&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.32.250.22&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=10.32.250.254 &lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Make/Change the above entry in /etc/rc.config.d/netconf file and then do a &lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start</description>
      <pubDate>Fri, 14 Nov 2003 06:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119297#M150430</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-14T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119298#M150431</link>
      <description>ifconfig lan0 10.32.250.22 255.255.255.0&lt;BR /&gt; &lt;BR /&gt;route add default gateway 10.32.250.254 1&lt;BR /&gt; &lt;BR /&gt;Then edit /etc/rc.config.d/netconf and fill up all the fields.&lt;BR /&gt; &lt;BR /&gt;Should be OK.</description>
      <pubDate>Fri, 14 Nov 2003 06:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119298#M150431</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-14T06:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119299#M150432</link>
      <description>Agree with TG Manikandan, it's simpler to use the commands:&lt;BR /&gt;# set_parms ip_address&lt;BR /&gt;# set_parm addl_netwrk&lt;BR /&gt;&lt;BR /&gt;Please note that change IP address (like using the set_parms command) will lead you a reboot, which is required.</description>
      <pubDate>Fri, 14 Nov 2003 06:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119299#M150432</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2003-11-14T06:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119300#M150433</link>
      <description>Ong,&lt;BR /&gt; &lt;BR /&gt;You do not need to re-boot the machine to change an IP address.  It may or may not be kinder to shut the interface down first "ifconfig lan0 down" but is almost certainly not actually required.&lt;BR /&gt; &lt;BR /&gt;You may get the odd application waiting for things that it'll never get but in practice this doesn't cause any problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 06:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119300#M150433</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-14T06:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: lan config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119301#M150434</link>
      <description>Thanks for enlighten me. I'll take note.</description>
      <pubDate>Fri, 14 Nov 2003 06:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-config/m-p/3119301#M150434</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2003-11-14T06:56:44Z</dc:date>
    </item>
  </channel>
</rss>

