On 10/2/07, Simon Slater <pyevet@xxxxxxxxxxx> wrote: > I tried an NFS install but the error message (from memory) indicated > that I had not exported the directory appropriately. To what > should /etc/exports be pointed for an installing computer to find it? My relevant line looks like this: /mnt/centos 192.168.0.0/255.255.255.0(ro,no_root_squash,sync) You may need to change the network parameters... /mnt/centos is where I mounted the CD iso. >From (failing) memory, i supplied th IP of the server, and /mnt/centos as the path at install time, and it went from there. iptables might be an issue - you may have to allow nfs through whatever firewall you're using. Chris