Network Boot Server with Ubuntu 8.04 Hardy

Table of Contents Network Boot Server with Ubuntu 8.04 Hardy Install DHCP server PXE Specific DHCP Settings TFTP Serves Files Install TFTP Copy Files to Server Test TFTP Network Boot Server with Ubuntu 8.04 Hardy Ubuntu can work as a … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on Network Boot Server with Ubuntu 8.04 Hardy

PXE Network Booting on Ubuntu Linux

Table of Contents PXE Network Booting on Ubuntu Linux What Next? Appendix: Modified dhcpd.conf for PXE Appendix: Modified pxelinux.cfg/default for Kickstart Extras PXE Network Booting on Ubuntu Linux How to use PXE network boot to install workstations automatically. This article … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on PXE Network Booting on Ubuntu Linux

Automatic IP Configuration with DHCP Server on Ubuntu

Automatic IP Configuration with DHCP Server on Ubuntu This article is a work in progress. $ sudo apt-get install dhcp3-server # /etc/default/dhcp3-server # This is not needed on Ubuntu 8.04 Hardy INTERFACES=”eth0″ $ sudo nano -w /etc/dhcp*/dhcpd.conf # dhcpd.conf for … Continue reading

Posted in Old Site | Tagged , , , , , | Comments Off on Automatic IP Configuration with DHCP Server on Ubuntu