February 8Feb 8 Hi @ll,I wanted to add a list of multiple hosts to an nfs share.As I found out, we can limit NFS shares by adding a rule in a way like this:192.168.1.100(rw,all_squash,anonuid=99,anongid=100) 192.168.1.20(rw,all_squash,anonuid=99,anongid=100)But as soon as I hit apply, the whitespace disappears and saves it like that:192.168.1.100(rw,all_squash,anonuid=99,anongid=100)192.168.1.20(rw,all_squash,anonuid=99,anongid=100)The rule is not working and forcing me to remove the second host part and leave it enabled for the whole subnet.Is this a bug or a feature? Is this even possible to set via WebUI?This is not Edited February 8Feb 8 by W0nderW0lf
February 8Feb 8 Author Well, seems like the forum changed the format, because that's how I created the rules. In individual lines. seperated by return. But the return gets also removed.Just like so:192.168.1.100(rw,all_squash,anonuid=99,anongid=100) 192.168.1.20(rw,all_squash,anonuid=99,anongid=100)
February 8Feb 8 Author Ignore what I said... I just rebooted the server and switched components. Maybe it was a caching issue, because I have some technical difficulties with the server.It works now.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.