552
Kommentar: no success with pxe boot
|
1150
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 7: | Zeile 7: |
* aptitude install fai-quickstart (./) | * aptitude install fai-quickstart (./) * Konfiguration von * fai.conf {{{ LOGUSER=fai FAI_CONFIG_SRC=nfs://fai-master$FAI_CONFIGDIR }}} * make-fai-nfsroot.conf {{{ NFSROOT_ETC_HOSTS="192.168.1.250 fai-master" FAI_DEBOOTSTRAP="lenny http://192.168.200.54/debian/" }}} /!\ verflixter Fehler: mirror war defekt, Pakete wurden nur teilweise geladen. ;-) * hosts {{{ 192.168.200.33 fai-master-org 192.168.1.100 fai-client.gramlich.localnet fai-client demohost 192.168.1.250 fai-master.gramlich.localnet fai-master }}} |
Zeile 10: | Zeile 31: |
* fai-setup (./) * inetd gestoppt * tfptd in inetd.conf auskommentiert * in /etc/default/tftpd-hpa {{{ #Defaults for tftpd-hpa geändert: #RUN_DAEMON="no" RUN_DAEMON="yes" #OPTIONS="-l -s /var/lib/tftpboot" OPTIONS="-l -s /srv/tftp/fai" }}} |
|
Zeile 13: | Zeile 47: |
* test with internal network * no success client gets no ip * if client boots debian-netinstall and come to dhclient, it gets ip form fai-server * What does virtualbox need to transfer ip to pxe-client? * What is the difference between pxe-dhcpclient call and debian dhclient call? |
* test with internal network (./) * needs /etc/default/dhcpd.conf "eth1" * success client gets ip |
Aufbau einer Testumgebung mit FAI
Alles in Virtualbox
Installation eines normalen Debian -> Fai-Server
Debian Installation (minimal)
aptitude install fai-quickstart
- Konfiguration von
- fai.conf
LOGUSER=fai FAI_CONFIG_SRC=nfs://fai-master$FAI_CONFIGDIR
- make-fai-nfsroot.conf
NFSROOT_ETC_HOSTS="192.168.1.250 fai-master" FAI_DEBOOTSTRAP="lenny http://192.168.200.54/debian/"
verflixter Fehler: mirror war defekt, Pakete wurden nur teilweise geladen.
- hosts
192.168.200.33 fai-master-org 192.168.1.100 fai-client.gramlich.localnet fai-client demohost 192.168.1.250 fai-master.gramlich.localnet fai-master
fai-setup
- inetd gestoppt
- tfptd in inetd.conf auskommentiert
- in /etc/default/tftpd-hpa
#Defaults for tftpd-hpa geändert: #RUN_DAEMON="no" RUN_DAEMON="yes" #OPTIONS="-l -s /var/lib/tftpboot" OPTIONS="-l -s /srv/tftp/fai"
Installation eines Fai-Clients via PXE
test with internal network
- needs /etc/default/dhcpd.conf "eth1"
- success client gets ip