On Wednesday 19 March 2003 05:18 pm, Raymond Norton wrote:
> > I think it is just
> >
> > /etc/dhcpd.conf
<dhcpd.conf>
Option domain-name-servers 172.21.1.1, 206.9.112.100 <-- missing ; and
should be inside {
option routers 172.21.0.1 <-- missing ; and should be inside {
subnet 172.21.0.0 netmask 255.255.0.0 { <--this should be first line in
file
range 172.21.1.20, 172.21.1.354;
}
</>
>
> None of the workstations will show the second dns. For testing I made it
> the only dns, but it still came back with the default stuff.
>
Here is my scrubbed relevant lines (I am running dhcp-3.0pl1-15 on RH 8.0):
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
# --- default gateway
option routers 192.168.1.254;
option subnet-mask 255.255.255.0;
option nis-domain "xxxxx";
option domain-name "xxxxx";
option domain-name-servers 192.168.1.254;
default-lease-time 21600;
max-lease-time 43200;
}
--
Thanks,
James Spinti
jspinti at dartdist dot com
952-368-3278 ext 396
fax 952-368-3255
_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list