CLIENT subblock should be the last one. Keep the other setting at the very
beginning. I am not sure if that is your problem or not but some parts of
the code assume that CLIENT/FSAL blocks are last in the list.

Regards, Malahal.

On Wed, Mar 28, 2018 at 11:46 PM, You Me <yourindian...@gmail.com> wrote:

> EXPORT {
>         Export_Id = 26541;
>         Path = "/cloud_client3";
>         CLIENT {
>                 Clients = 172.19.109.0/22;
>                 Access_type = RW;
>         }
>         CLIENT {
>                 Clients = 2.2.2.2;
>                 Access_type = RW;
>         }
>         CLIENT {
>                 Clients = 172.19.19.23;
>                 Access_type = RW;
>         }
>         Disable_ACL = TRUE;
>         Anonymous_uid = 4294967294;
>         Anonymous_gid = 4294967294;
>         Squash = no_root_squash;
>         Pseudo = "/cloud_client3";
>         SecType = "sys";
>         Protocols = 4;
> }
>
> I am not able to mount the share from NFS client with IP address
> 172.19.109.44.
>
> [root@express ~]#  mount 172.24.25.245:/cloud_client3 /mnt/cloud3
> mount.nfs: access denied by server while mounting 172.24.25.245:
> /cloud_client3
> [root@express ~]# ifconfig
> em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
>         inet 172.19.109.44  netmask 255.255.252.0  broadcast 172.19.111.255
>
> ganesha.log
> ----------------
> 28/03/2018 14:04:41 : epoch 5aba57da : vmclient10 :
> ganesha.nfsd-31628[work-13] nfs4_export_check_access :NFS4 :INFO :NFS4:
> INFO: Access not allowed on Export_Id 26541 /cloud_client3 for client
> ::ffff:172.19.
>
> Am I configuring the share correctly?
> -------------------------------------------------
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to