WML Sumo Thin Client User Guide
Here is an example configuration directive for the Internet Systems Consortium DHCP Server,
specifying the next_server parameter. This would be placed in the /etc/dhcp/dhcpd.conf file.
shared-network WORKSTATIONS {
subnet 192.168.10.0 netmask 255.255.255.0 {
range 192.168.10.100 192.168.10.150;
}
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.10.255;
option routers 192.168.10.1;
option domain-name-servers 123.23.232.23;
option domain-name "company.lan";
next-server
192.168.10.1;
}
In this example, the Sumo will try to download settings.tar from
http://192.168.10.1/foundrylinux/settings.tar
page
41
/
54
Copyright © 2006 William Matthew Limited. All rights reserved