jokerAMD
(usa Slackware)
Enviado em 18/03/2010 - 16:27h
da uma olhada ai
#Configuracao de IP para labmath
get-lease-hostnames true;
# authoritative;
ddns-update-style none;
#ddns-update-style interim;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 10.203.1.242,10.15.1.3,10.15.1.14;
option domain-name "labmath.edu.br";
option option-128 code 128 = string;
option option-129 code 129 = text;
next-server 192.168.1.1;
option root-path "192.168.1.1:/opt/ltsp/i386";
subnet 192.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.1.20 192.168.1.254;
filename "/lts/vmlinuz-2.6.17.3-ltsp-1";
# use-host-decl-name "essa opcao faz com que o cliente receba o nome de
# host como indicado logo apos a diretiva "host""
use-host-decl-names on;
option log-servers 192.168.1.1;
##
## If you want to use static IP address for your workstations, then un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.
# Grupo labmath
host labmath01 {
hardware ethernet 00:0f:ea:d1:ce:17;
fixed-address 192.168.1.227;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}
# Grupo labmath
host labmath02 {
hardware ethernet 00:0f:ea:d5:43:f5;
fixed-address 192.168.1.232;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}
# Grupo labmath
host labmath03 {
hardware ethernet 00:0f:ea:d5:2e:82;
fixed-address 192.168.1.226;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}
# Grupo labmath
host labmath04 {
hardware ethernet 00:0f:ea:2b:4c:12;
fixed-address 192.168.1.228;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}
# Grupo labmath
host labmath05 {
hardware ethernet 00:0f:ea:d1:98:58;
fixed-address 192.168.1.225;
# filename "/lts/vmlinuz-2.4.26-ltsp-3";
filename "/lts/vmlinuz-2.6.17.3-ltsp-1";
}
# NEGAR CLIENTES QUE NÂO ESTEJAM CADRASTADOS ACIMA.
# deny unknown-clients;
##
## If you want to use a dynamic pool of addresses, then un-comment the following
## lines and modify to match your network.
##
##
}
# DOMAIN FOR LABMATH
#subnet 192.168.2.0 netmask 255.255.255.0 {
#option domain-name "labmath";
#option domain-name-servers 10.203.1.242;
#option broadcast-address 192.168.2.255;
#option routers 192.168.2.1;
# host labinfo {
# hardware ethernet 00:1c:c4:cf:45:fd;
# fixed-address 192.168.2.188;
# }
# host pc03 {
# hardware ethernet 00:14:2A:9A:78:EE;
# fixed-address 192.168.2.233;
# }
#}
#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129. In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value. The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#
option option-128 e4:45:74:68:00:00; # NOT a mac address
option option-129 "no-hlt";
#