Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1660

November 2nd, 2016 05:00

isi smb shares --host-acl

hi

I use OneFSv7.2.1.3&OneFSv8.0.0.2.

This both version [isi smb shares --host-acl] command can be set in the IP range?

Thanks

252 Posts

November 2nd, 2016 10:00

Hi King,

I believe you are asking if you can set the IP ranges for the host ACL options in SMB. I was working on a 7.2.1.2 cluster and ran "isi smb shares modify --help" to see the available options. This came up in regards to host acl:


Argument Formats:

   

      Accepted values are formatted as comma-separated clauses beginning with

      allow: or deny: and followed by a range of IP addresses, a subnet, or a

      FQDN. Use EXCEPT to add an exception within a clause.

      Note:

      * The input string must include a deny clause as the final entry.

      * EXCEPT and ALL are case-sensitive.

      The following examples display correctly formatted option-value pairs.

      --host-acl=allow:1.23.4.56

      --host-acl=deny:somedomain.com

      --host-acl='allow:1.23.4.56-1.23.4.200 EXCEPT 1.23.4.59'

      --host-acl=deny:ALL

      --host-acl=deny:subnet2

On the 8.0 cluster, the output was the same. The command to set the range should be the same format for both clusters.

No Events found!

Top