- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DHCPINFORM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 07:39 AM
01-28-2005 07:39 AM
DHCPINFORM
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.
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
The system is not setup as a DHCP server. Any reason why the above message appears? Possibility of someone trying to hack the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 08:01 AM
01-28-2005 08:01 AM
Re: DHCPINFORM
that's what is logged in syslog), I would guess that the
DHCP server is running on your system. To confirm,
do the following:
1) See if bootpd process is running:
$ ps -ef | grep bootp
2) Make sure that the line starting with "bootps"
is commented in file /etc/inetd.conf
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 08:11 AM
01-28-2005 08:11 AM
Re: DHCPINFORM
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?
Thank you in advance for your help!
Kim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 08:21 AM
01-28-2005 08:21 AM
Re: DHCPINFORM
DHCPACK..." is coming from DHCP server process,
it clear that the bootpd process is running. Since you
are not running DHCP server, you MUST comment
out the line starting with "bootps" in file /etc/inetd.conf
and then reconfigure your inetd by running
the following command :
$ inetd -c
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 08:23 AM
01-28-2005 08:23 AM
Re: DHCPINFORM
Kill the bootpd process after you reconfigure the
inetd.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 02:37 AM
02-01-2005 02:37 AM
Re: DHCPINFORM
Thank you for all your help. I'll comment out bootps on the inetd.conf file as well as kill the bootp process.
Thanks!
Kim