Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a similar working setup here. It uses the first form you tried (net/mask value).
Are you sure the reason is the net/mask specification ?
Have you tried to use a wildcard ? I mean:
Code:
/mnt/share *(ro,root_squash)
If works for everyone, go back the net/mask value, re-export with "exportfs -r", try again and it still not work, give us the output of exportfs above.
I don't have exportfs..maybe it's normal in Debian?
To update the changes I type
/etc/init.d/nfs-user-server restart.
I think 99% the problem is the wildcard/mask, because if I change the ip (192.168.1.0/24) to 192.168.1.30 (a client of my subnetwork that can access to that pc) work.
I don't have exportfs..maybe it's normal in Debian?
I don't know about Debian, but it should be. exportfs is the program that setup the nfs shares on the fly. Whitout exportfs it's impossible to see what is exported and how.
May be you can post this problem at Debian's forum, in this same site.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.