HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unusual DHCP server problem
Operating System - Linux
1833315
Members
2951
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-21-2003 01:09 AM
01-21-2003 01:09 AM
Unusual DHCP server problem
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 02:51 AM
01-21-2003 02:51 AM
Re: Unusual DHCP server problem
Hi ,
Do you have route for 255.255.255.255 ?
As DHCPD will use 255.255.255.255 to send packets.
If not try adding
route add -host 255.255.255.255 dev eth0
route add -host 255.255.255.255 dev eth1
route add -host 255.255.255.255 dev eth2
route add -host 255.255.255.255 dev eth0:1
or
Edit /etc/hosts , put this line
255.255.255.255 dhcphack
route add -host dhcphack dev eth0
route add -host dhcphack dev eth1
route add -host dhcphack dev eth2
route add -host dhcphack dev eth0:1
Put all the commands in a script rc.local so that it starts even after reboot.
Restart DHCP server.
Hope your problem is solved.
regards,
U.SivaKumar
Do you have route for 255.255.255.255 ?
As DHCPD will use 255.255.255.255 to send packets.
If not try adding
route add -host 255.255.255.255 dev eth0
route add -host 255.255.255.255 dev eth1
route add -host 255.255.255.255 dev eth2
route add -host 255.255.255.255 dev eth0:1
or
Edit /etc/hosts , put this line
255.255.255.255 dhcphack
route add -host dhcphack dev eth0
route add -host dhcphack dev eth1
route add -host dhcphack dev eth2
route add -host dhcphack dev eth0:1
Put all the commands in a script rc.local so that it starts even after reboot.
Restart DHCP server.
Hope your problem is solved.
regards,
U.SivaKumar
Innovations are made when conventions are broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 03:10 AM
01-21-2003 03:10 AM
Re: Unusual DHCP server problem
Hi,
Is 192.168.1.0 network only DHCP enabled ?
Then this is enough
route add -host 255.255.255.255 dev eth0
or
route add -host dhcphack dev eth0
Add the above commands before daemon /usr/sbin/dhcpd line of /etc/rc.d/init.d/dhcpd file.
regards,
U.SivaKumar
Is 192.168.1.0 network only DHCP enabled ?
Then this is enough
route add -host 255.255.255.255 dev eth0
or
route add -host dhcphack dev eth0
Add the above commands before daemon /usr/sbin/dhcpd line of /etc/rc.d/init.d/dhcpd file.
regards,
U.SivaKumar
Innovations are made when conventions are broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 12:36 AM
01-22-2003 12:36 AM
Re: Unusual DHCP server problem
SivaKumar,
I have done the recommended changes but still the problem exists.
Im sure the broadcast is getting to its destination. There must be something else which I am missing.
I have also unbinded the 2nd IP address from eth0 so it only has 192.168.1.1 now.
If you have any other ideas, please feel free to suggest !
Thank you.
I have done the recommended changes but still the problem exists.
Im sure the broadcast is getting to its destination. There must be something else which I am missing.
I have also unbinded the 2nd IP address from eth0 so it only has 192.168.1.1 now.
If you have any other ideas, please feel free to suggest !
Thank you.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP