<?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: DHCP problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722545#M948342</link>
    <description>You probably got DHCP enabled, try to disable it ..&lt;BR /&gt;The file is /etc/rc.config.d/netconf and change to this ..&lt;BR /&gt;&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;the "0" disables it.&lt;BR /&gt;&lt;BR /&gt;Reboot the system afterwards.</description>
    <pubDate>Mon, 13 May 2002 14:47:48 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-13T14:47:48Z</dc:date>
    <item>
      <title>DHCP problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722543#M948340</link>
      <description>Hello all.&lt;BR /&gt;&lt;BR /&gt;I am a total novice on HPUX so please excuse any mistakes or silly questions. I work on a D220/HPUX 10.20 server with A4450A graphics card. When the system boots up, I see the following messages:&lt;BR /&gt;&lt;BR /&gt;/sbin/rc[61]: csh: not found.&lt;BR /&gt;/sbin/auto_parms, checking network for DHCP server (see /etc/auto_parms.log)&lt;BR /&gt;&lt;BR /&gt;After that, the system seems totally stuck and does nothing. I interrupt the boot-up process and set again the values manually &lt;BR /&gt;(ifconfig lan0 [myipaddress]&lt;BR /&gt;and&lt;BR /&gt;/sbin/set_parms/addl_netwrk),&lt;BR /&gt;but I cannot ping anything beyond my subnet.&lt;BR /&gt;The system does not recognize the specified subnet mask (255.255.255.128) and uses 255.255.255.0 instead.&lt;BR /&gt;&lt;BR /&gt;This probably prevents me from logging on to CDE (CDE loading also seems to hang at some point)&lt;BR /&gt;&lt;BR /&gt;Is this due to DHCP misconfiguration? Does anybody have a clue?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 May 2002 14:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722543#M948340</guid>
      <dc:creator>Nikos Avradinis</dc:creator>
      <dc:date>2002-05-13T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722544#M948341</link>
      <description>sorry about wrong post-reposted to networking section</description>
      <pubDate>Mon, 13 May 2002 14:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722544#M948341</guid>
      <dc:creator>Nikos Avradinis</dc:creator>
      <dc:date>2002-05-13T14:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722545#M948342</link>
      <description>You probably got DHCP enabled, try to disable it ..&lt;BR /&gt;The file is /etc/rc.config.d/netconf and change to this ..&lt;BR /&gt;&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;the "0" disables it.&lt;BR /&gt;&lt;BR /&gt;Reboot the system afterwards.</description>
      <pubDate>Mon, 13 May 2002 14:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722545#M948342</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-13T14:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722546#M948343</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=59c20a0011cf77d55f/screen=ckiDisplayDocument?docId=200000048161845" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=59c20a0011cf77d55f/screen=ckiDisplayDocument?docId=200000048161845&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 14:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722546#M948343</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-13T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722547#M948344</link>
      <description>Hi Nikos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf &lt;BR /&gt;&lt;BR /&gt;diable DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;and stop and restart the net by &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;and &lt;BR /&gt;/sbin/init.d/net start .&lt;BR /&gt;&lt;BR /&gt;(610 in /etc/rc is line no inthat file which produces this error which relates to autoparms&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 13 May 2002 15:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-problem/m-p/2722547#M948344</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-13T15:01:01Z</dc:date>
    </item>
  </channel>
</rss>

