Remove Clients130 DD400 Series Restorer User Guidesecure Requires that requests originate on an Internet port that is less than IPPORT_RESERVED(1024).insecure Turn off the secure optionanonuid=id Set an explicit user-ID for the anonymous account. The id is an integer bounded from-65635 to 65635.anongid=id Set an explicit group-ID for the anonymous account. The id is an integer bounded from-65635 to 65635.For example, to add an NFS client with an IP address of 192.168.1.02 and read/write access to/ddvar: with the secure option:# nfs add /ddvar 192.168.1.02 (rw,secure)Remove ClientsTo remove NFS clients that can access the restorer, use the nfs del export client-listoperation. A client can be removed from access to /ddvar and still have access to /backup. Theclient-list can contain IP addresses, hostnames, and an asterisk (*) and can be comma-separated,space separated, or both.nfs del {/ddvar | /backup[/subdir]} client-listFor example, to remove an NFS client with an IP address of 192.168.1.02 from /ddvar access:# nfs del /ddvar 192.168.1.02Enable ClientsTo allow access for NFS clients to a restorer, use the nfs enable operation.nfs enableDisable ClientsTo disable all NFS clients from accessing the restorer, use the nfs disable operation.nfs disable