# Ruta: /etc # ADVERTENCIA!! ˇNO EDITE ESTE ARCHIVO! # Si este archivo es modificado ANDINUX R.L. no se hace responsable # por el funcionamiento del sistema ANDILABS, y se perderá cualquier # tipo de garantia y/o soporte técnico gratuito. # Soporte técnico: soporte@andinux.org # http://andinux.org # default-lease-time 216000; max-lease-time 216000; option subnet-mask 255.255.255.0; option broadcast-address 192.168.10.255; option routers 192.168.10.1; #option domain-name-servers 10.42.42.1; option ip-forwarding on; option netbios-node-type 8; option root-path "192.168.10.1:/opt/ltsp/i386"; subnet 192.168.10.0 netmask 255.255.255.0 { use-host-decl-names on; option log-servers 192.168.10.1; range 192.168.10.100 192.168.10.240; ## ## 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. ## host andilabs002 { hardware ethernet 00:10:A4:84:9C:BC; fixed-address 192.168.10.2; filename "/tftpboot/lts/vmlinuz-2.6.9-ltsp-3"; } # host andilabs014 { # hardware ethernet 00:xx:xx:xx:xx:xx; # fixed-address 192.168.10.14; # filename "/tftpboot/lts/vmlinuz-2.6.9-ltsp-3"; # } ## ## If you want to use a dynamic pool of addresses, then un-comment the following ## lines and modify to match your network. ## ## subnet 192.168.10.0 netmask 255.255.255.0 { ## range dynamic-bootp 192.168.10.100 192.168.10.253; ## } } # # 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 "NIC=ne IO=0x300"; #