[olug] dhcpd.conf help
Brian Wiese
bwiese at cotse.com
Tue Nov 12 21:38:10 UTC 2002
# $OpenBSD: dhcpd.conf,v 1.1 1998/08/19 04:25:45 form Exp $
I'm not so sure what's wrong with your's, but here's mine and it seems to
work fine. perhaps you need the shared-network tag? This is on box with
IP 192.168.200.1 (on the internal network)... make sure your routing
tables work I guess and that dhcpd is running... perhaps give it a restart
to reread the config?
mine runs as "/usr/sbin/dhcpd -q rl1" with rl1 my internal NIC
# DHCP server options.
# See dhcpd.conf(5) and dhcpd(8) for more information.
#
# Network: 192.168.200.0/255.255.255.0
# Domain name: brianwiese.net
# Name servers: 66.37.237.26 and 66.37.237.5
# Default router: 192.168.200.1
# Addresses: 192.168.200.211 - 192.168.200.249
# 200.201 - 200.210 reserved for static
#
shared-network LOCAL-NET {
option domain-name "brianwiese.net";
option domain-name-servers 66.37.238.26, 66.37.237.5;
subnet 192.168.200.0 netmask 255.255.255.0 {
option routers 192.168.200.1;
range 192.168.200.211 192.168.200.249;
}
}
On Tue, 12 Nov 2002 12:03:51 -0600
Joe Catanzaro <joecatanzaro at cox.net> wrote:
|I'm trying to setup a DHCP server for the first time on my home network.
|I'm running RH 7.3 and using DHCPD (Internet Software Consortium DHCP
|Server V3.0pl1). I've been able to start the server, but when I try to
pull
|an IP with Win 2000, I don't get one. The leases file shows a lease, and
|the ipconfig /all results shows the IP of the DHCP server, but no
address.
|I have a feeling I'm missing something in my dhcpd.conf file. Any ideas?
|
|default-lease-time 600;
|max-lease-time 7200;
|option subnet-mask 255.255.255.0;
|option broadcast-address 10.0.0.255;
|option routers 10.0.0.1;
|option domain-name-servers 68.13.16.30, 68.9.16.30;
|ddns-update-style ad-hoc;
|subnet 10.0.0.0 netmask 255.255.255.0 {
| range 10.0.0.40 10.0.0.50;
|}
|
|Thanks,
|
|
|Joe Catanzaro
|joecatanzaro at cox.net
|
|_______________________________________________
|OLUG mailing list
|OLUG at olug.org
|http://lists.olug.org/mailman/listinfo/olug
|
Brian Wiese | bwiese at cotse.com | aim: unolinuxguru
------------------------------------------------------
GnuPG/PGP key 0x1E820A73 | "FREEDOM!" - Braveheart
------------------------------------------------------
This is not about Napster or DVDs. It's about your Freedom.
I'll see your DMCA and raise you a First Amendment.
http://www.anti-dmca.org
More information about the OLUG
mailing list