<?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: DHCPINFORM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473866#M212264</link>
    <description>Since your system is creating a DHCPACK (atleast &lt;BR /&gt;that's what is logged in syslog), I would guess that the&lt;BR /&gt;DHCP server is running on your system. To confirm,&lt;BR /&gt;do the following:&lt;BR /&gt;&lt;BR /&gt;1) See if bootpd process is running:&lt;BR /&gt;      $ ps -ef | grep bootp&lt;BR /&gt;&lt;BR /&gt;2) Make sure that the line starting with "bootps"&lt;BR /&gt;is commented in file /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jan 2005 16:01:21 GMT</pubDate>
    <dc:creator>Biswajit Tripathy</dc:creator>
    <dc:date>2005-01-28T16:01:21Z</dc:date>
    <item>
      <title>DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473865#M212263</link>
      <description>In our HP-UX 11.00 server syslog.log file, there's a listing of the following:&lt;BR /&gt;&lt;BR /&gt;Received DHCPINFORM creating DHCPACK.  Request data: ci=0100053C049ED1, req IP not sent, ciaddr 192.168.1.100, giaddr 0.0.0, broadcast reply off, server id not sent.&lt;BR /&gt;&lt;BR /&gt;Received DHCPINFORM creating DHCPACK.  Request data: ci=0100053C049ED1, req IP not sent, ciaddr 169.254.118.141, giaddr 0.0.0, broadcast reply off, server id not sent&lt;BR /&gt;&lt;BR /&gt;The system is not setup as a DHCP server.  Any reason why the above message appears?  Possibility of someone trying to hack the system? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 15:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473865#M212263</guid>
      <dc:creator>Kim Ho</dc:creator>
      <dc:date>2005-01-28T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473866#M212264</link>
      <description>Since your system is creating a DHCPACK (atleast &lt;BR /&gt;that's what is logged in syslog), I would guess that the&lt;BR /&gt;DHCP server is running on your system. To confirm,&lt;BR /&gt;do the following:&lt;BR /&gt;&lt;BR /&gt;1) See if bootpd process is running:&lt;BR /&gt;      $ ps -ef | grep bootp&lt;BR /&gt;&lt;BR /&gt;2) Make sure that the line starting with "bootps"&lt;BR /&gt;is commented in file /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 16:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473866#M212264</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-28T16:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473867#M212265</link>
      <description>Hi Biswajit,&lt;BR /&gt;&lt;BR /&gt;Yes, the bootpd process is running.  I guess my question now is, if our server is not setup as a DHCP server, any reason why we wouldn't comment this out?  Does this pose a security risk?  This is the first time we ever saw the message in the syslog.log.  And would we need to reboot the server if we do comment this out for it to take effect?  &lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help!&lt;BR /&gt;&lt;BR /&gt;Kim</description>
      <pubDate>Fri, 28 Jan 2005 16:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473867#M212265</guid>
      <dc:creator>Kim Ho</dc:creator>
      <dc:date>2005-01-28T16:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473868#M212266</link>
      <description>Since the message "Received DHCPINFORM creating &lt;BR /&gt;DHCPACK..." is coming from DHCP server process, &lt;BR /&gt;it clear that the bootpd process is running. Since you &lt;BR /&gt;are not running DHCP server, you MUST comment &lt;BR /&gt;out the line starting with "bootps" in file /etc/inetd.conf&lt;BR /&gt;and then reconfigure your inetd by running&lt;BR /&gt;the following command :&lt;BR /&gt;   $ inetd -c&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 16:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473868#M212266</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-28T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473869#M212267</link>
      <description>Oops.. one more thing.&lt;BR /&gt;&lt;BR /&gt;Kill the bootpd process after you reconfigure the&lt;BR /&gt;inetd.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 16:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473869#M212267</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-28T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPINFORM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473870#M212268</link>
      <description>Hi Biswajit,&lt;BR /&gt;&lt;BR /&gt;Thank you for all your help. I'll comment out bootps on the inetd.conf file as well as kill the bootp process.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Kim</description>
      <pubDate>Tue, 01 Feb 2005 10:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcpinform/m-p/3473870#M212268</guid>
      <dc:creator>Kim Ho</dc:creator>
      <dc:date>2005-02-01T10:37:56Z</dc:date>
    </item>
  </channel>
</rss>

