Displaying 1 result from an estimated 1 matches for "centosdvd64".
Did you mean:
centosdvd32
2011 Jan 04
9
Netinstall & NFS using local server.
...2/DVD/CentOS-5.5-i386-bin-DVD.iso which is a dedicated partition on the server to hold all images. After that I exported the usual entries under /etc/exports and reloaded NFS using /sbin/service nfs reload. This is what my exports file looks like:
[root at zeus DVD]# cat /etc/exports
/centos-media/centosdvd64 10.14.10.0/255.255.255.0(ro,sync,all_squash)
/centos-media/centosdvd32/DVD 10.14.10.0/255.255.255.0(ro,sync,all_squash)
After doing so, I also modified the entries under IPtables to allow traffic in 111 and 2049 at the UDP/TCP level and restarted the service as shown bellow.
[root at zeus DVD]# c...