[...] > > > I had to plug in my ISP's DNS in order to do > > an NFS install on a private home network (Class C) using DHCP and a > > caching nameserver ? > > You haven't got reverse lookups working, you should add all your > internal hosts to the hosts file on your NFS server, or setup DNS. >
Try modifying the exports file to use IP authorization rather than name based. eg. change '/nfscd/cdrom9.0 *.eastcott.net(ro, root_squash)' to '/nfscd/cdrom9.0 192.168.5.0/255.255.255.0(ro,root_squash)' substituting your own network and netmask.
