Hi all,
I am having a problem with NFS between my two linodes in the Newark data center. Once the system is booted, I am able to mount the drive using the private IPs, but when I added the line below to the fstab file, it freezes the boot process trying to connect. It works if I use the public IPs but that's obviously not a real solution to the problem.
/etc/fstab
Code:
jaxified:/var/www /var/www nfs rw,rsize=4096,wsize=4096,hard,intr,async,nodev,nosuid 0 0
Obviously, the /etc/hosts file has, right now, the public IP for the host jaxified. If I switch it to the private IP, only then do I get the problems. I have the IPs configured correctly on both hosts and the /etc/exports is below:
/etc/exports
Code:
/var/www 207.192.74.210(rw,async,insecure,no_subtree_check)
Any help would be appreciated. Thanks in advance,
Terry