SIGNAMAX a.s.
Office: Vlarska 22, 627 00 Brno, CZ
T:+420 533 338 854 l F:+420 533 338 883 l www.signamax.eu
139
APPENDIX B: DHCP Text Sample
default-lease-time 90;
max-lease-time 7200;
#ddns-update-style ad-hoc;
ddns-update-style interim;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.1 192.168.2.99;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option routers 192.168.2.2;
option domain-name-servers 168.95.1.1, 168.95.192.1, 192.168.2.2;
host CTS-FAE {
hardware ethernet 00:14:85:06:5A:06;
fixed-address 192.168.2.99;
}
}
#Please copy the t
#Please copy the t
#Please copy the t
#Please copy the text below to your dhcpd.conf file#
ext below to your dhcpd.conf file#
ext below to your dhcpd.conf file#
ext below to your dhcpd.conf file#
option space CTS;
# protocol 0:tftp, 1:ftp
option CTS.protocol code 1 = unsigned integer 8;
option CTS.server-ip code 2 = ip-address;
option CTS.server-login-name code 3 = text;
option CTS.server-login-password code 4 = text;
option CTS.firmware-file-name code 5 = text;
option CTS.firmware-md5 code 6 = string;
option CTS.configuration-file-name code 7 = text;
option CTS.configuration-md5 code 8 = string;
#16 bits option (bit 0: Urgency, bit 1-15: Reserve)
option CTS.option code 9 = unsigned integer 16;
class "vendor-classes" {
match option vendor-class-identifier;
}
option CTS.protocol 1;
option CTS.server-ip 192.168.2.1;
#
option CTS.server-login-name "anonymous";
option CTS.server-login-name "sqa";
option CTS.server-login-password "a12345A";
subclass "vendor-classes" "500-7624FE2GC " {
vendor-option-space CTS;
# option CTS.firmware-file-name "500-7624FE2GC_FW_1.02.1A_101203.bin ";