Found the answer to my own question after doing another tail on /var/log/messages and noticing something different this time. It was giving me an error message about using an insecure port (over 1024.) I simply changed my /etc/exports to the following and now it appears to be working.
/film_dept_shared/ 192.168.2.0/255.255.255.0(rw,no_root_squash,async,insecure)<http://192.168.2.0/255.255.255.0%28rw,no_root_squash,async%29> Chris On Tue, Oct 13, 2009 at 3:09 PM, Chris McQuistion <[email protected]>wrote: > We've got a CentOS 5.3 server, fully patched, configured for NFS. I can > connect to it easily from another CentOS server on the same network and it > seems to work fine. When I try to connect to it from a Mac OS 10.5.8 client > computer, using the Connect to Server method, it never seems to connect. It > says "Could not connec tto the server because the name or password is not > correct." > > Here is the string I'm putting in the Mac's Connect to Server address bar: > > nfs://192.168.2.240/film_dept_shared > > This is the contents of my /etc/exports file: > > /film_dept_shared/ > 192.168.2.0/255.255.255.0(rw,no_root_squash,async)<http://192.168.2.0/255.255.255.0%28rw,no_root_squash,async%29> > > Any ideas? I'm hoping it is just something simple that I'm missing. > > Thanks, > > Chris > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en -~----------~----~----~----~------~----~------~--~---
