Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > f3a8f6ea5ad88d404c8eb700c8e97b9f > files > 7

terminal-server-1.5-7mdk.noarch.rpm

# dhcpd.conf example file for use with terminal-server
#
# $Id: dhcpd.conf.terminal-server.example,v 1.4 2002/05/24 02:10:26 mcb30 Exp $

ddns-update-style none;

# Long leases (48 hours)
default-lease-time 172800;
max-lease-time 172800;

# Include Etherboot definitions and defaults
include "/etc/dhcpd.conf.etherboot.include";

# Fen Systems "Message of the Day"
option etherboot.motd-1 = concat ( 1b:5b:3d:31:38:68,
                                   1b:5b:27, "logo", 27:23,
                                   1b:5b, "13", 42,
                                   "Fen Systems - Linux made easy for schools", 0d:0a,
                                   "http://www.fensystems.co.uk", 0d:0a );

# Network-specific section

# Example network
#
# subnet 10.0.0.0 netmask 255.255.255.0 {
#	option routers 10.0.0.1;
#	option subnet-mask 255.255.255.0;
#	option broadcast-address 10.0.0.255;
#	option domain-name "home";
#	option domain-name-servers dolphin.home;
#
#	range dynamic-bootp 10.0.0.150 10.0.0.160;
# }