Score:0

How can I set a specific IP range for NFS exports file?

ni flag

For example, I want to set an allowed IP range from 192.168.0.12 to 192.168.0.20.

Would it require me to input all the IP addresses on that one line? Or is there an easier way to set this specific range?

Score:1
gf flag

in your exports file you can put many addresses for a single share

/SHARE 192.168.0.12/30(rw,no_root_squash,no_subtree_check) 192.168.0.26/30(rw,no_root_squash,no_subtree_check)

this is just an example, you can put every single IP if you want instead of netblocks, or use hostnames.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.