N
none
I am using W2000 DNS and DHCP.
I want to configure ISC DHCP Server V3.0.1 on RHEL3 Linux
as an emergency backup DHCP. The leases are being
issued but no DNS dynamic registration. Can Windows DNS dynamic
updates be made to work from Linux DHCP? So far no luck.
I have only tried Linux DHCP clients - maybe I will try a Windows
client to see if the Linux DHCP registers a Windows client
in the Windows DNS. Anyone done this?
=================start dhcpd.conf================================
option domain-name "saf.com";
option ntp-servers 192.168.4.6;
option netbios-name-servers 192.168.4.12, 192.168.8.11;
option netbios-node-type 8;
authoritative;
ddns-hostname "woodson.saf.com";
ddns-update-style interim;
subnet 192.168.4.0 netmask 255.255.255.0 {
option domain-name-servers 192.168.4.12, 192.168.8.11;
option routers 192.168.4.254;
range 192.168.4.64 192.168.4.170;
ddns-domainname "saf.com";
# 7 days = 3600 * 24 * 7
min-lease-time 604800;
# Warehouse West
host blalock { hardware ethernet 0:60:08:9a:aa:4e;
fixed-address 192.168.4.65;}
# Anodize East
host gartha { hardware ethernet 0:13:21:ec:c3:5f;
fixed-address 192.168.4.64;}
# 242
host bethune { hardware ethernet 0:60:97:c5:72:85;
fixed-address 192.168.4.67;}
# Warehouse
host fain { hardware ethernet 0:60:97:b6:f2:de;
fixed-address 192.168.4.144;}
# 245
# host brandon { hardware ethernet 0:;
# fixed-address 192.168.4.;}
# Old Chatt Office
host walterwhite { hardware ethernet 0:16:35:07:15:45;
fixed-address 192.168.4.73;}
# Old Chatt Pack
host mcgill { hardware ethernet 0:11:0a:a1:c1:03;
fixed-address 192.168.4.136;}
# Not Placed
host white { hardware ethernet 0:a0:24:95:15:49;
fixed-address 192.168.4.69;}
# 257
host cleveland { hardware ethernet 0:08:74:29:d9:91;
fixed-address 192.168.4.68;}
}
=================================end dhcpd.conf=======================
Thanks for any help
I want to configure ISC DHCP Server V3.0.1 on RHEL3 Linux
as an emergency backup DHCP. The leases are being
issued but no DNS dynamic registration. Can Windows DNS dynamic
updates be made to work from Linux DHCP? So far no luck.
I have only tried Linux DHCP clients - maybe I will try a Windows
client to see if the Linux DHCP registers a Windows client
in the Windows DNS. Anyone done this?
=================start dhcpd.conf================================
option domain-name "saf.com";
option ntp-servers 192.168.4.6;
option netbios-name-servers 192.168.4.12, 192.168.8.11;
option netbios-node-type 8;
authoritative;
ddns-hostname "woodson.saf.com";
ddns-update-style interim;
subnet 192.168.4.0 netmask 255.255.255.0 {
option domain-name-servers 192.168.4.12, 192.168.8.11;
option routers 192.168.4.254;
range 192.168.4.64 192.168.4.170;
ddns-domainname "saf.com";
# 7 days = 3600 * 24 * 7
min-lease-time 604800;
# Warehouse West
host blalock { hardware ethernet 0:60:08:9a:aa:4e;
fixed-address 192.168.4.65;}
# Anodize East
host gartha { hardware ethernet 0:13:21:ec:c3:5f;
fixed-address 192.168.4.64;}
# 242
host bethune { hardware ethernet 0:60:97:c5:72:85;
fixed-address 192.168.4.67;}
# Warehouse
host fain { hardware ethernet 0:60:97:b6:f2:de;
fixed-address 192.168.4.144;}
# 245
# host brandon { hardware ethernet 0:;
# fixed-address 192.168.4.;}
# Old Chatt Office
host walterwhite { hardware ethernet 0:16:35:07:15:45;
fixed-address 192.168.4.73;}
# Old Chatt Pack
host mcgill { hardware ethernet 0:11:0a:a1:c1:03;
fixed-address 192.168.4.136;}
# Not Placed
host white { hardware ethernet 0:a0:24:95:15:49;
fixed-address 192.168.4.69;}
# 257
host cleveland { hardware ethernet 0:08:74:29:d9:91;
fixed-address 192.168.4.68;}
}
=================================end dhcpd.conf=======================
Thanks for any help