| 970 |
"Here is another example for a <filename>dhcp.conf</filename> using the Pre-boot Execution Environment (PXE) method of TFTP. <informalexample><screen>\n" |
"Here is another example for a <filename>dhcp.conf</filename> using the Pre-boot Execution Environment (PXE) method of TFTP. <informalexample><screen>\n" |
| 971 |
"option domain-name \"example.com\";\n" |
"option domain-name \"example.com\";\n" |
| 972 |
"\n" |
"\n" |
| 973 |
"default-lease-time 6048;\n" |
"default-lease-time 600;\n" |
| 974 |
"max-lease-time 604800;\n" |
"max-lease-time 7200;\n" |
| 975 |
"\n" |
"\n" |
| 976 |
"allow booting;\n" |
"allow booting;\n" |
| 977 |
"allow bootp;\n" |
"allow bootp;\n" |
| 979 |
"# The next paragraph needs to be modified to fit your case\n" |
"# The next paragraph needs to be modified to fit your case\n" |
| 980 |
"subnet 192.168.1.0 netmask 255.255.255.0 {\n" |
"subnet 192.168.1.0 netmask 255.255.255.0 {\n" |
| 981 |
" range 192.168.1.200 192.168.1.253;\n" |
" range 192.168.1.200 192.168.1.253;\n" |
|
" option subnet-mask 255.255.255.0;\n" |
|
| 982 |
" option broadcast-address 192.168.1.255;\n" |
" option broadcast-address 192.168.1.255;\n" |
| 983 |
"# the gateway address which can be different \n" |
"# the gateway address which can be different \n" |
| 984 |
"# (access to the internet for instance)\n" |
"# (access to the internet for instance)\n" |
| 987 |
" option domain-name-servers 192.168.1.3;\n" |
" option domain-name-servers 192.168.1.3;\n" |
| 988 |
"}\n" |
"}\n" |
| 989 |
"\n" |
"\n" |
|
"host tftpserver {\n" |
|
|
"# tftp server ip address\n" |
|
|
" fixed-address 192.168.1.90;\n" |
|
|
"# tftp server hardware address\n" |
|
|
" hardware ethernet 01:23:45:67:89:AB;\n" |
|
|
"}\n" |
|
|
"\n" |
|
| 990 |
"group {\n" |
"group {\n" |
| 991 |
" next-server 192.168.1.3;\n" |
" next-server 192.168.1.3;\n" |
| 992 |
" host tftpclient {\n" |
" host tftpclient {\n" |