NFS on private IP halting the boot process
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
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
/var/www 207.192.74.210(rw,async,insecure,no_subtree_check)
Any help would be appreciated. Thanks in advance,
Terry
5 Replies
Sorry, just rambling.
My other thought is that since eth1 is obviously virtual maybe the virtualization (Xen I think) is only brining up one interface at boot time and the second after boot? Unfortunately I don't have a lot of experience with Xen.
Thanks for your response.
Terry
P.S. Linode has assured me they are not blocking any ports on the internal network in Newark.
Are you sure the network configuration (of both devices) is occurring before additional mounts are attempted?
-Chris
If you have any suggestions, I'm absolutely all ears
Terry