Secondary DHCP configuration question
Timothy Boyden
tboyden at supercoups.com
Wed Dec 12 14:18:58 GMT 2007
Sorry if I'm repeating questions here, haven't figured out a good way to
search the archives...
My office is part of a larger corporate network infrastructure and we do
not have control over the network DNS settings. Is there a way to
configure the Edubuntu DHCP server or the clients to to talk directly to
the Edubuntu server? My clients successfully get the boot loader but are
not able to mount the root file system and it appears when I press
ctrl-alt-F1 that the two DHCP servers are fighting. My current
DHCPD.conf is below:
ddns-update-style none;
not authoritative;
default-lease-time 600;
max-lease-time 7200;
option domain-name "supercoups.local";
option subnet-mask 255.255.255.0;
option broadcast-address 10.100.54.255;
option routers 10.100.54.9;
option domain-name-servers 10.100.54.9;
next-server 10.100.54.9;
option root-path "/opt/ltsp/i386";
filename "/ltsp/i386/pxelinux.0";
shared-network ltsp {
subnet 10.100.54.0 netmask 255.255.255.0 {
}
}
#
# Netboot Clients
#
host graphics1 {
hardware ethernet 00:0d:60:7b:33:a3;
fixed-address 10.100.54.10;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/edubuntu-users/attachments/20071212/58ac3377/attachment.htm
More information about the edubuntu-users
mailing list