On Fri, 11 Feb 2022 13:59:40 +0100, Gert Doering <g...@greenie.muc.de> wrote:

>Hi,
>
>On Fri, Feb 11, 2022 at 01:29:27PM +0100, Bo Berglund wrote:
>> Definitely an OpenVPN server problem here, why cannot remote clients mount 
>> the
>> nfs share on the OVPN server itself when they can connect to other nfs 
>> servers
>> on the home LAN using the exact same export directive?
>
>Anything in the syslog on the "permission denied" server?

Nothing at all. I have looked there before and there is a timegap in the log
where the connection was tried and failing but nothing was logged.

>On the client, if you do an "rpcinfo -p <yourserver>", will it show
>anything?

$ rpcinfo -p 192.168.119.216
   program vers proto   port  service
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100005    1   udp  45084  mountd
    100005    1   tcp  36719  mountd
    100005    2   udp  57497  mountd
    100005    2   tcp  36603  mountd
    100005    3   udp  54765  mountd
    100005    3   tcp  45929  mountd
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100227    3   tcp   2049
    100003    3   udp   2049  nfs
    100227    3   udp   2049
    100021    1   udp  42845  nlockmgr
    100021    3   udp  42845  nlockmgr
    100021    4   udp  42845  nlockmgr
    100021    1   tcp  34993  nlockmgr
    100021    3   tcp  34993  nlockmgr
    100021    4   tcp  34993  nlockmgr


>Does "showmount -e <yourserver>"?

Looks exactly as if I had run this on the server itself:

$ showmount -e 192.168.119.216
Export list for 192.168.119.216:
/home/bosse/www/VIDEO 192.168.116.0/22
/nfs/pi_share         192.168.119.0/24

>Might be a firewall

No firewall enabled on the client and on the server..

>or hosts.allow thing, in addition to /etc/exports

/etc/hosts.allow on the server is empty, just comment text.


Seems like OpenVPN is "eating" the call if the NFS server runs on the OpenVPN
server itself....


-- 
Bo Berglund
Developer in Sweden



_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to