No, not exactly the same way. CIFS shares are "exported" to user/group objects only, not network nodes.
The only way you'd get anything similar to what you're looking for is to restrict share access permissions to a set of user/groups, and then have those user/groups only allowed to log into certain machines on a particular subnet. Tricky and do-able, but not sure it meets your goals.
Alternatively, you could restrict who/what can access the interface that you're running CIFS on. VLAN's, ACL's, etc, but these are network restrictions not filer restrictions, obviously. hth
Best regards, Kevin Parker
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of John Foley Sent: Monday, April 14, 2008 4:48 PM To: Toasters Subject: Re: Wafl susp in a sim
Toasters -
question for you all -
Is there a way to limit a CIFS share to a certain network, like you can an NFS export ?
I.e, when I export an NFS volume, I can restrict it to a given network, via:
exportfs -io rw=192.168.1.0 /vol/vol0
Is there a way to do the same thing with a CIFS share ?
TIA !
John