DHCP Server Config Question
Hello,
I'm working on creating a backup Linux DHCP server for our network.
(Our primary DHCP server is an NT server which is working just fine for
all subnets)
The Linux backup DHCP server is on the 172.32.128.0 subnet. Any PC
located on the same subnet as the Linux server (172.32.128.0) is able to
acquire IP Addresses from the Linux server just fine. The problem is
that computers on the other 2 subnets (172.32.130.0 & 172.32.131.0) are
not able to acquire IP address information from the Linux server.
Although all computers on all networks CAN ping the IP Address of the
new backup Linux DHCP server.
I must be very close, but may be missing a small piece of the puzzle.
Can anyone help?
Thank you
/etc/dhcpd.conf information below
-------------------------------------------------------------------------------------------
option domain-name "sample.lib.wi.us";
option domain-name-servers 172.32.128.16 , 210.113.196.2;
default-lease-time 604800;
max-lease-time 604800;
subnet 172.32.128.0 netmask 255.255.255.0 {
option routers 172.32.128.1;
range 172.32.128.64 172.32.128.254;
}
subnet 172.32.130.0 netmask 255.255.255.0 {
option routers 172.32.130.1;
range 172.32.130.64 172.32.130.254;
}
subnet 172.32.131.0 netmask 255.255.255.0 {
option routers 172.32.131.1;
range 172.32.131.64 172.32.131.254;
}
------------------------------------------------------------------------------------------------
--
_________________________________________
Dave G. Bacon
Computer Network Manager
Outagamie Waupaca Library System
225 N. Oneida St., Appleton, WI 54911
920/832-6193(voice), 920/832-6422(FAX)
mailto:dbacon@mail.owls.lib.wi.us
http://www.owls.lib.wi.us
_________________________________________
Reply to: