Hi all,
I'd really appreciate some help here. I had a working NFS share but needed to change the VLAN Proxmox sat on so as a result the IP address changed. Now I am unable to mount the NFS share at all. The Synology NAS sits on a different VLAN to Proxmox so I'm unsure if this changes whether or not this is at all possible.
I have updated the Synology NFS permissions:
The NFS section of the /etc/pve/storage.cfg file looks like this:
I can ping devices from proxmox that reside on the other VLAN but can not ping the synology nas.
This all seems to point towards a permissions issue however the permissions are fine on the synology side (as detailed above) and it all worked before I changed the VLAN. I have tried removing permissions and recreating them, removing all NFS shares from proxmox and recreating them via the commandline and via the GUI. I have tried creating the share with different NFS versions, with and without the nolock option but nothing seems to work.
Is this all because Proxmox is on a different VLAN to the Synology?
EDIT: comments about ping
I'd really appreciate some help here. I had a working NFS share but needed to change the VLAN Proxmox sat on so as a result the IP address changed. Now I am unable to mount the NFS share at all. The Synology NAS sits on a different VLAN to Proxmox so I'm unsure if this changes whether or not this is at all possible.
I have updated the Synology NFS permissions:
Code:
Client: 192.168.107.100 (new proxmox ip address)
Privilege: Read/Write
Squash: Map all users to admin
Async: yes
Allow Non Privileged ports: yes (ports higher than 1024)
Allow users to access mounted subfolders: yes
The NFS section of the /etc/pve/storage.cfg file looks like this:
Code:
nfs: plex-media
export /volume1/media
path /mnt/pve/plex-media
server 192.168.0.152
content backup
maxfiles 3
nfs: backups
export /volume1/storage/tim/source/hypervisor/backups
path /mnt/pve/backups
server 192.168.0.152
content iso,snippets,backup,rootdir,vztmpl,images
maxfiles 3
time pvesm nfsscan 192.168.0.152
(ip of synology server) returns command '/sbin/showmount --no-headers --exports 192.168.0.152' failed: exit code 1
I can ping devices from proxmox that reside on the other VLAN but can not ping the synology nas.
This all seems to point towards a permissions issue however the permissions are fine on the synology side (as detailed above) and it all worked before I changed the VLAN. I have tried removing permissions and recreating them, removing all NFS shares from proxmox and recreating them via the commandline and via the GUI. I have tried creating the share with different NFS versions, with and without the nolock option but nothing seems to work.
Is this all because Proxmox is on a different VLAN to the Synology?
EDIT: comments about ping
Last edited: