On Thu, 8 Jan 2004, Paul Pianta wrote: >my dhcp server (10.10.2.254) and nfs server (10.10.1.121) are different ... > >does the 'next-server' option in dhcpd.conf refer to the nfs server that >will export the kickstart file? or does it refer to the server that will >supply the installation tree? The former. >these are my dhcpd.conf details: >filename "/kickstart/ks.cfg"; >next-server 10.10.2.254; Then nfs://10.10.2.254/kickstart/ks.cfg will need to be accessible. >which is strange because the first line of my >10.10.2.254:/kickstart/ks.cfg is : >nfs --server 10.10.1.121 --dir /home/pantz/projects/Fedora-Custom/i386 > >im guessing that the ks.cfg is not being read - any ideas whats going >wrong?? Check the virtual consoles of the kickstart "client", with Alt+F2, Alt+F3 etc, and the syslog of 10.10.2.254 for clues. Cheers, Phil