pour activer carte reseau eth1
/etc/rc.d/rc.inet1 eth1_start
modifier config eth1
nano /etc/rc.d/rc.inet1.conf
modifier la config dhcpd
nano /etc/dhcpd.conf
The tftpd service is managed by inetd. Enable the line for tftpd in the file /etc/inetd.confby removing the comment character at the beginning of the line:
Editer /etc/inted.conf et supprimer # devant tftp
tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -v -s /tftpboot -r blksize
recharger inetd
/etc/rc.d/rc.inetd restart
Créer dossier pour pratger fichiers d'install
mkdir /tftpboot
Configurer serveur NFS
Insérer cette ligne
/tftpboot 10.10.10.0/24(ro,sync,insecure,all_squash)
chmod +x /etc/rc.d/rc.nfsd
Placer les fichiers du PXE
wget -O /tftpboot/slackware-13.1/message.txt http://slackware.cs.utah.edu/pub/slackware/slackware-13.1/isolinux/message.txt
wget -O /tftpboot/slackware-13.1/f2.txt http://slackware.cs.utah.edu/pub/slackware/slackware-13.1/isolinux/f2.txt
wget -O /tftpboot/slackware-13.1/initrd.img http://slackware.cs.utah.edu/pub/slackware/slackware-13.1/isolinux/initrd.img
wget -O /tftpboot/slackware-13.1/pxelinux.cfg/default http://slackware.cs.utah.edu/pub/slackware/slackware-13.1/usb-and-pxe-installers/pxelinux.cfg_defaultrsync -av rsync://rsync.slackware.at/slackware/slackware-13.1/kernels /tftpboot/slackware-13.1/
http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:pxe
http://technotes.1000lines.net/slackware-tftpdhcp-server-how-to/