Hi,
I set up a NFS Server on my Openmediavault3 Server, but I can't get a connection from my Proxmox-Server.
/etc/export of the OMV3 Server is:
/export/PoolBackup 192.168.0.0/24(fsid=1,rw,subtree_check,secure,no_root_squash)
/export/Test 192.168.0.0/24(fsid=2,rw,subtree_check,secure,no_root_squash)
# NFSv4 - pseudo filesystem root
/export 192.168.0.0/24(ro,fsid=0,root_squash,no_subtree_check,hide)
Proxmox:
/etc/pve/storage.cfg content:
nfs: NFSTest1
server 192.168.0.108
export /export/PoolBackup/
path /mnt/pve/NFS
options vers=3
maxfiles 5
content vztmpl,images,rootdir,backup
showmount -e 192.168.0.108
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)
where is the error?
I set up a NFS Server on my Openmediavault3 Server, but I can't get a connection from my Proxmox-Server.
/etc/export of the OMV3 Server is:
/export/PoolBackup 192.168.0.0/24(fsid=1,rw,subtree_check,secure,no_root_squash)
/export/Test 192.168.0.0/24(fsid=2,rw,subtree_check,secure,no_root_squash)
# NFSv4 - pseudo filesystem root
/export 192.168.0.0/24(ro,fsid=0,root_squash,no_subtree_check,hide)
Proxmox:
/etc/pve/storage.cfg content:
nfs: NFSTest1
server 192.168.0.108
export /export/PoolBackup/
path /mnt/pve/NFS
options vers=3
maxfiles 5
content vztmpl,images,rootdir,backup
showmount -e 192.168.0.108
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)
where is the error?
Last edited: