| 403 |
Reading task descriptions... Done |
Reading task descriptions... Done |
| 404 |
|
|
| 405 |
The following NEW packages will be installed: |
The following NEW packages will be installed: |
| 406 |
apt-move{a} dhcp3-server{a} fai-doc{a} fai-quickstart fai-server{a} |
apt-move{a} isc-dhcp-server{a} fai-doc{a} fai-quickstart fai-server{a} |
| 407 |
genisoimage{a} inetutils-inetd{a} nfs-kernel-server{a} |
genisoimage{a} inetutils-inetd{a} nfs-kernel-server{a} |
| 408 |
openssh-server{a} syslinux-common{a} tftpd-hpa{a} |
openssh-server{a} syslinux-common{a} tftpd-hpa{a} |
| 409 |
0 packages upgraded, 11 newly installed, 0 to remove and 0 not upgraded. |
0 packages upgraded, 11 newly installed, 0 to remove and 0 not upgraded. |
| 610 |
First, install following additional needed packages: |
First, install following additional needed packages: |
| 611 |
|
|
| 612 |
---- |
---- |
| 613 |
faiserver# apt-get install dhcp3-server syslinux-common tftpd-hpa |
faiserver# apt-get install isc-dhcp-server syslinux-common tftpd-hpa |
| 614 |
---- |
---- |
| 615 |
|
|
| 616 |
Then set up the DHCP daemon. A sample configuration file can be found |
Then set up the DHCP daemon. A sample configuration file can be found |
| 617 |
in '/usr/share/doc/fai-doc/examples/etc/dhcpd.conf'. Copy this file to |
in '/usr/share/doc/fai-doc/examples/etc/dhcpd.conf'. Copy this file to |
| 618 |
'/etc/dhcp3/dhcpd.conf'. |
'/etc/dhcp/dhcpd.conf'. |
| 619 |
|
|
| 620 |
The install client then loads the pxelinux boot loader which receives |
The install client then loads the pxelinux boot loader which receives |
| 621 |
its configuration via TFTP from a file in the directory |
its configuration via TFTP from a file in the directory |
| 712 |
If you make any changes to the DHCP daemon configuration, you must |
If you make any changes to the DHCP daemon configuration, you must |
| 713 |
restart the daemon. |
restart the daemon. |
| 714 |
|
|
| 715 |
# /etc/init.d/dhcp3-server restart |
# /etc/init.d/isc-dhcp-server restart |
| 716 |
|
|
| 717 |
By default, the DHCP daemon writes its log files to |
By default, the DHCP daemon writes its log files to |
| 718 |
'/var/log/daemon.log'. The command `fai-chboot(8)` is used for |
'/var/log/daemon.log'. The command `fai-chboot(8)` is used for |