| | |
DHCP with redhat 9
![]() |
•
•
Join Date: Jan 2004
Posts: 9
Reputation:
Solved Threads: 1
Hi 
I've just installed a redhat 9 on my system, in order to use a dhcp server. I've selected the appropriated package before the installation.
The problem is that there are no dhcpd.conf in /etc...
So, i've tried to create my own one which looks like:
(my redhat server uses 192.168.0.2)
subnet 192.168.0.0 netmask 255.255.255.0
{
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option time-offset -18000;
range 192.168.0.3 192.168.0.254
}
with this configuration, i'm unable to start my dhcp server. An error message appears, saying that I must had a line says "ddns-update-style ad-hoc", and well, that's what's I've done :-|
If someone could help me, that would be great
@++

I've just installed a redhat 9 on my system, in order to use a dhcp server. I've selected the appropriated package before the installation.
The problem is that there are no dhcpd.conf in /etc...
So, i've tried to create my own one which looks like:
(my redhat server uses 192.168.0.2)
subnet 192.168.0.0 netmask 255.255.255.0
{
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option time-offset -18000;
range 192.168.0.3 192.168.0.254
}
with this configuration, i'm unable to start my dhcp server. An error message appears, saying that I must had a line says "ddns-update-style ad-hoc", and well, that's what's I've done :-|
If someone could help me, that would be great

@++
•
•
Join Date: Jan 2004
Posts: 9
Reputation:
Solved Threads: 1
Thanks for the link, i've found what was wrong.
My DHCP server is now working, but there is still something strange... Only the last IP adress available is given.
For example, my range is 192.168.0.10 // 192.168.0.19, but my client always get 192.168.0.19.
I've read the official redhat page, but I can't find the reason of that...
Thanks for help
@++
My DHCP server is now working, but there is still something strange... Only the last IP adress available is given.
For example, my range is 192.168.0.10 // 192.168.0.19, but my client always get 192.168.0.19.
I've read the official redhat page, but I can't find the reason of that...
Thanks for help

@++
•
•
•
•
Originally Posted by Swirler
Thanks for the link, i've found what was wrong.
My DHCP server is now working, but there is still something strange... Only the last IP adress available is given.
For example, my range is 192.168.0.10 // 192.168.0.19, but my client always get 192.168.0.19.
I've read the official redhat page, but I can't find the reason of that...
Thanks for help
@++
Try here for some dhcp help. Perhaps there's an explanation in this how to.
My Home Away from Home: Yet Another Linux Blog
•
•
Join Date: Sep 2006
Posts: 1
Reputation:
Solved Threads: 0
I have the same problem and I have tried to access the link for answer. But the link does not work. Can you help me again?
•
•
•
•
I have the same problem and I have tried to access the link for answer. But the link does not work. Can you help me again?
http://www.redhat.com/docs/manuals/l...ng-server.html
If not, try this:
http://www.google.com/search?q=dhcp+...+server+redhat
and click on this first hit.
Edit: and WHY do you bump a year-old thread? It's normal for old links to be dead... Google is your friend.
Last edited by John A; Sep 20th, 2006 at 7:33 pm.
"Technological progress is like an axe in the hands of a pathological criminal."
![]() |
Similar Threads
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- setting up dhcp server with redhat 9 (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: Using Crontab?
- Next Thread: Not able to send email through Qmail/Plesk
| Thread Tools | Search this Thread |






