I'm not sure if this belongs in a fedora bug report somewhere or not, but I thought I would start by posting here!
I ran a yum update this morning on my Fedora 10 box (i386), which updated the 'nfs-utils' package from 1.1.4-4.fc10 to 1.1.4-6.fc10. Before the update I was able to connect to the fedora NFS exports just fine from my Macbook Pro running latest version of Leopard on a simple home network. After the update, when I try to connect to the NFS export it waits for a while at leopard's "Connecting to Server" dialog box, and after about a minute I get a message saying "Could not connect to the server because the name or password is not correct" (though my UID's are the same on both systems). My /etc/exports and /etc/sysconfig/nfs files were unchanged by the update. I tried restarting the nfs services as well as shutting down iptables and setting SELinux to permissive, etc. with no success. I get the following in /var/log/messages (192.168.1.102 is the address of my macbook):
Jan 15 12:17:29 localhost mountd[4656]: Warning: Client IP address '192.168.1.102' not found in host lookup
Jan 15 12:17:29 localhost mountd[4696]: connect from 192.168.1.102 to proc (1) in mountd: request from unauthorized host
I was able to download the RPM for the older version of nfs-utils and then do a 'yum localinstall' to revert to the older version. This fixed my issues completely and my setup works as it did before. However I am curious to know why the latest version of nfs-utils breaks my setup, and whether it is a problem with my setup or if I should just wait for the next version to come out and see if the same thing happens.
Thanks for any help!
Mike
Edit - here is my /etc/exports file. I'm an NFS newbie but if I understand this correctly it should allow connections from anyone with an IP address on my local network.
/hail 192.168.1.1/255.255.255.0(rw,insecure,async)
/snow 192.168.1.1/255.255.255.0(rw,insecure,async)
/rain 192.168.1.1/255.255.255.0(rw,insecure,async)



Reply With Quote
but the problem is still there...
